diff options
-rw-r--r-- | docs/conf.py | 2 | ||||
-rw-r--r-- | docs/topindex.html | 13 |
2 files changed, 8 insertions, 7 deletions
diff --git a/docs/conf.py b/docs/conf.py index 5f61b8d0b5..124744d496 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -124,7 +124,7 @@ html_theme_path = ['.'] # The name of an image file (relative to this directory) to place at the top # of the sidebar. -html_logo = '../logo/trans-logo.png' +#html_logo = '../logo/trans-logo.png' # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 diff --git a/docs/topindex.html b/docs/topindex.html index c9c2d2d049..51c9f35fd8 100644 --- a/docs/topindex.html +++ b/docs/topindex.html @@ -3,7 +3,7 @@ <p><strong>Documentation for Micro Python and the pyboard:</strong></p> <table class="contentstable" align="center"><tr> - <td width="50%"> + <td width="40%" style="padding-right:1em;"> <p class="biglink"> <a class="biglink" href="{{ pathto("quickref") }}">Quick reference for the pyboard</a><br/> <span class="linkdescr">pinout for the pyboard and snippets of useful code</span> @@ -21,7 +21,7 @@ <span class="linkdescr">Micro Python libraries, including the <a href="{{ pathto("library/pyb") }}">pyb module</a></span> </p> </td> - <td width="50%"> + <td width="40%"> <p class="biglink"> <a class="biglink" href="{{ pathto("hardware/index") }}">The pyboard hardware</a><br/> <span class="linkdescr">schematics, dimensions and component datasheets</span> @@ -39,7 +39,7 @@ <p><strong>Indices and tables:</strong></p> <table class="contentstable" align="center"><tr> - <td width="50%"> + <td width="40%" style="padding-right:1em;"> <p class="biglink"> <a class="biglink" href="{{ pathto("py-modindex") }}">Module index</a><br/> <span class="linkdescr">quick access to all modules</span> @@ -48,7 +48,8 @@ <a class="biglink" href="{{ pathto("genindex") }}">Full index</a><br/> <span class="linkdescr">all functions, classes, constants</span> </p> - </td><td width="50%"> + </td> + <td width="40%"> <p class="biglink"> <a class="biglink" href="{{ pathto("contents") }}">Table of contents</a><br/> <span class="linkdescr">a list of all sections and subsections</span> @@ -63,7 +64,7 @@ <p><strong>External links:</strong></p> <table class="contentstable" align="center"><tr> - <td width="50%"> + <td width="40%" style="padding-right:1em;"> <p class="biglink"> <a class="biglink" href="http://micropython.org">Micro Python homepage</a><br/> <span class="linkdescr">the official Micro Python site</span> @@ -73,7 +74,7 @@ <span class="linkdescr">community discussion for all things related to Micro Python</span> </p> </td> - <td width="50%"> + <td width="40%"> <p class="biglink"> <a class="biglink" href="https://github.com/micropython">Micro Python on GitHub</a><br/> <span class="linkdescr">contribute to the source code on GitHub</span> |