summaryrefslogtreecommitdiffstatshomepage
path: root/docs/conf.py
Commit message (Collapse)AuthorAge
* docs: Bump version to 1.8.2.v1.8.2Damien George2016-07-10
|
* docs/conf.py: Exclude cmath from modindex for wipy.Paul Sokolovsky2016-06-19
|
* docs/conf.py: Active sphinx_selective_exclude extensions.Paul Sokolovsky2016-06-12
| | | | | | | | | For modindex_exclude extension, per-port module excludes are also added. With these changes, it's possible to generate docs for a particular port devoid of any superfluous and unrelated content, including in indexes and full-text search - with small caveat: when generating PDF docs after HTML, or vice-versa cached internal doctree representation (build/*/doctrees/) must be removed first.
* docs: Add link to PDF version of docs in sidebar.Damien George2016-06-06
| | | | Requires a link of the form: <BASEURL>/<lang>/<ver>/micropython-<port>.pdf
* docs: Bump version to 1.8.1.v1.8.1Damien George2016-06-03
|
* docs: Bump version to 1.8.v1.8Damien George2016-05-03
|
* docs: Make the short port names in the port/version sidebar lowercase.Damien George2016-04-28
| | | | To make it neater and simpler.
* docs: Bump version to 1.7.v1.7Damien George2016-04-11
|
* docs: esp8266: Enable "machine" module docs.Paul Sokolovsky2016-04-07
| | | | | The docs are still heavily biased towards WiPy, so will need a lot of exclusions.
* docs: Update copyright notice.Paul Sokolovsky2016-04-03
|
* docs: Allow list of versions to be specified by environment variable.Damien George2016-03-09
|
* docs: Add versions.html template and support code for a version sidebar.Damien George2016-03-09
|
* docs: Bump version to 1.6.v1.6Damien George2016-01-31
|
* docs: Set author as 'Damien P. George and contributors'.Paul Sokolovsky2016-01-03
|
* docs: Fix readthedocs build by updating Latex params.Paul Sokolovsky2016-01-03
|
* docs: Bump version to 1.5.2.v1.5.2Damien George2015-12-31
|
* docs: Bump version to 1.5.1.v1.5.1Damien George2015-11-23
|
* docs: Bump version to 1.5.v1.5Damien George2015-10-21
|
* docs: Update all WiPy docs to reflect the new API.danicampora2015-10-17
|
* docs: Bump version to 1.4.6.v1.4.6Damien George2015-09-23
|
* docs: Bump version to 1.4.5.v1.4.5Damien George2015-08-11
|
* docs: Bump version to 1.4.4.v1.4.4Damien George2015-06-15
|
* docs: Add initial draft documentation for the WiPy.Daniel Campora2015-06-10
| | | | This makes all common files "port-aware" using the .. only directive.
* docs: Change "Micro Python" to "MicroPython" in all places in docs.Damien George2015-06-04
|
* docs: Generate a separate docs build for each port.Daniel Campora2015-06-04
| | | | | Using Damien's approach where conf.py and topindex.html are shared by all ports.
* docs: Bump version to 1.4.3.v1.4.3Damien George2015-05-16
|
* docs: Bump version to 1.4.2.v1.4.2Damien George2015-04-21
|
* docs: Bump version to 1.4.1.v1.4.1Damien George2015-04-04
|
* docs: Bump version to 1.4.v1.4Damien George2015-03-29
|
* docs: Bump version to 1.3.10.v1.3.10Damien George2015-02-13
|
* docs: Bump version to 1.3.9.v1.3.9Damien George2015-01-25
|
* docs: Bump version to 1.3.8.Damien George2014-12-29
| | | | Should have done it before tagging...
* docs: Add custom CSS file, with code for admonition.Damien George2014-12-21
|
* docs: Bump version to 1.3.7.v1.3.7Damien George2014-11-28
|
* docs: Fix RTD build configuration.Damien George2014-11-15
| | | | | ReadTheDocs needs the root directory in its search path so it finds topindex.html.
* docs: Add optional sphinx_rtd_theme; add docs build instructions.evildmp2014-11-15
| | | | | | | The sphinx_rtd_theme is used by ReadTheDocs to render a pretty looking documentation. If you have this theme installed locally then your locally-compiled docs will look exactly like the published documentation. Otherwise it falls back to the default theme.
* docs: Bump version to 1.3.6.v1.3.6Damien George2014-11-04
| | | | This needs to be done before actually tagging the new version.
* docs: Update front page to display date of last update.Damien George2014-11-04
|
* docs: Disable logo and add spacing to top index.Damien George2014-11-02
|
* docs: Make custom index page; add more docs.Damien George2014-11-02
|
* docs: Import documentation from source-code inline comments.Damien George2014-10-31
| | | | | The inline docs (prefixed with /// in .c files) have been converted to RST format and put in the docs subdirectory.
* docs: Initial commit of Sphinx documentation framework.Damien George2014-09-25