aboutsummaryrefslogtreecommitdiff
path: root/docs/topindex.html
AgeCommit message (Collapse)Author
2017-07-01docs: Move topindex.html to templates/ subdir.Damien George
Later versions of jinja2 need it to be in this subdir, and earlier versions work with it here as well.
2017-06-30docs/topindex.html: Remove link to wipy.io, it's no longer available.Damien George
2017-06-27docs: Move all ports docs to the single ToC.Paul Sokolovsky
Previously, only "selected chapters" were shown in left-pane ToC (of Read The Docs theme). These chapters were selected out of order. The rest of chapters were hidden beyond "Documentation Contents" pseudo- chapter. This arguably led only to confusion, as many people probably never tried to open that pseudo-chapter, and those who did, were confused. Such organization is even worse for PDF output, causing chapters go in mix-mashed order. So, instead move to single clean ToC. This will allow readers of HTML to have access to any doc content at their fingertips (and straight before their eyes), and will allow to finally have clean PDF docs.
2017-05-17docs: Change single occurrence of "Micropython" to "MicroPython".Damien George
2017-02-20docs: Modify Makefile and indexes to generate cPy-differences pages.Rami Ali
2016-04-21docs/topindex.html: esp8266: Enable quickref/general on the main page.Paul Sokolovsky
2016-03-25docs/topindex.html: Refer to "pyb" module only for pyboard.Paul Sokolovsky
2015-10-19docs/wipy: Add wipy tutorials section.danicampora
2015-10-18docs: In top index fix machine module link for the WiPy.danicampora
2015-06-25docs: Add "reference" directory for putting docs about the language.Damien George
2015-06-10docs: Add initial draft documentation for the WiPy.Daniel Campora
This makes all common files "port-aware" using the .. only directive.
2015-06-04docs: Change "Micro Python" to "MicroPython" in all places in docs.Damien George
2015-06-04docs: Generate a separate docs build for each port.Daniel Campora
Using Damien's approach where conf.py and topindex.html are shared by all ports.
2014-11-04docs: Update front page to display date of last update.Damien George
2014-11-03docs: Add skin imgs; change external links to micropython.org/resources.Damien George
2014-11-03docs: Adjust table spacing in topindex page.Damien George
2014-11-02docs: Disable logo and add spacing to top index.Damien George
2014-11-02docs: Make custom index page; add more docs.Damien George