summaryrefslogtreecommitdiffstatshomepage
path: root/docs/conf.py
Commit message (Collapse)AuthorAge
* docs/conf.py: Set default_role = 'any'.Paul Sokolovsky2017-06-25
| | | | | | | | | | | | | | | | This causes `symbol` syntax to be equivalent to :any:`symbol`, which is in turn the easiest way to cross-reference an arbitrary symbol in the docs: http://www.sphinx-doc.org/en/stable/markup/inline.html#role-any :any: requires at least Sphinx 1.3 (for reference, Ubuntu 16.03 ships with 1.3.6, the latest 1.6.3). Any many of our docs, `symbol` is misused to specify arguments to functions, etc. Refactoring that is in progress. (CODECONVENTIONS already specify proper syntax for both arguments and xrefs, based on CPython conventions).
* docs/conf.py: Include 3 levels of ToC in latexpdf output.Paul Sokolovsky2017-06-24
| | | | | Instead of default 2. 3 are required to access description of individual library modules.
* docs: Bump version to 1.9.1.v1.9.1Damien George2017-06-11
|
* docs: Bump version to 1.9.v1.9Damien George2017-05-26
|
* docs: Add M-logo as favicon.Damien George2017-02-07
|
* docs/conf.py: Add myself as a copyright holder on the docs.Paul Sokolovsky2017-01-29
| | | | | | | | | | | | | | | | | | | | | | | | Based on the following statistics: $ git log docs |grep Author | sort | uniq -c | sort -n -r 175 Author: Paul Sokolovsky 135 Author: Damien George 31 Author: Daniel Campora 26 Author: danicampora 14 Author: Peter Hinch git blame stats script from http://stackoverflow.com/a/13687302/496009: $ sh git-authors docs 9977 author Damien George 2679 author Paul Sokolovsky 1699 author Daniel Campora 1580 author danicampora 1286 author Peter Hinch 282 author Shuning Bian 249 author Dave Hylands Total lines per this script: 18417, my contribution is 14.5%.
* docs: Bump version to 1.8.7.v1.8.7Damien George2017-01-08
|
* docs: Bump version to 1.8.6.v1.8.6Damien George2016-11-10
|
* docs: Bump version to 1.8.5.v1.8.5Damien George2016-10-17
|
* docs: Bump version to 1.8.4.v1.8.4Damien George2016-09-09
|
* docs: Bump version to 1.8.3.v1.8.3Damien George2016-08-09
|
* 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
|