Skip to content

Commit f6e825b

Browse files
committed
docs: Disable logo and add spacing to top index.
1 parent 6e6dfdc commit f6e825b

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124

125125
# The name of an image file (relative to this directory) to place at the top
126126
# of the sidebar.
127-
html_logo = '../logo/trans-logo.png'
127+
#html_logo = '../logo/trans-logo.png'
128128

129129
# The name of an image file (within the static path) to use as favicon of the
130130
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32

docs/topindex.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p><strong>Documentation for Micro Python and the pyboard:</strong></p>
44

55
<table class="contentstable" align="center"><tr>
6-
<td width="50%">
6+
<td width="40%" style="padding-right:1em;">
77
<p class="biglink">
88
<a class="biglink" href="{{ pathto("quickref") }}">Quick reference for the pyboard</a><br/>
99
<span class="linkdescr">pinout for the pyboard and snippets of useful code</span>
@@ -21,7 +21,7 @@
2121
<span class="linkdescr">Micro Python libraries, including the <a href="{{ pathto("library/pyb") }}">pyb module</a></span>
2222
</p>
2323
</td>
24-
<td width="50%">
24+
<td width="40%">
2525
<p class="biglink">
2626
<a class="biglink" href="{{ pathto("hardware/index") }}">The pyboard hardware</a><br/>
2727
<span class="linkdescr">schematics, dimensions and component datasheets</span>
@@ -39,7 +39,7 @@
3939

4040
<p><strong>Indices and tables:</strong></p>
4141
<table class="contentstable" align="center"><tr>
42-
<td width="50%">
42+
<td width="40%" style="padding-right:1em;">
4343
<p class="biglink">
4444
<a class="biglink" href="{{ pathto("py-modindex") }}">Module index</a><br/>
4545
<span class="linkdescr">quick access to all modules</span>
@@ -48,7 +48,8 @@
4848
<a class="biglink" href="{{ pathto("genindex") }}">Full index</a><br/>
4949
<span class="linkdescr">all functions, classes, constants</span>
5050
</p>
51-
</td><td width="50%">
51+
</td>
52+
<td width="40%">
5253
<p class="biglink">
5354
<a class="biglink" href="{{ pathto("contents") }}">Table of contents</a><br/>
5455
<span class="linkdescr">a list of all sections and subsections</span>
@@ -63,7 +64,7 @@
6364
<p><strong>External links:</strong></p>
6465

6566
<table class="contentstable" align="center"><tr>
66-
<td width="50%">
67+
<td width="40%" style="padding-right:1em;">
6768
<p class="biglink">
6869
<a class="biglink" href="http://micropython.org">Micro Python homepage</a><br/>
6970
<span class="linkdescr">the official Micro Python site</span>
@@ -73,7 +74,7 @@
7374
<span class="linkdescr">community discussion for all things related to Micro Python</span>
7475
</p>
7576
</td>
76-
<td width="50%">
77+
<td width="40%">
7778
<p class="biglink">
7879
<a class="biglink" href="https://github.com/micropython">Micro Python on GitHub</a><br/>
7980
<span class="linkdescr">contribute to the source code on GitHub</span>

0 commit comments

Comments
 (0)