Damien George
21f08524ba
docs: Add M-logo as favicon.
8 years ago
Paul Sokolovsky
bdb0d22fe2
docs/conf.py: Add myself as a copyright holder on the docs.
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%.
8 years ago
Damien George
5653e3c72f
docs: Bump version to 1.8.7.
8 years ago
Damien George
5a1d63fc14
docs: Bump version to 1.8.6.
8 years ago
Damien George
c8d31585a0
docs: Bump version to 1.8.5.
8 years ago
Damien George
3611dcc260
docs: Bump version to 1.8.4.
8 years ago
Damien George
e4e4526954
docs: Bump version to 1.8.3.
8 years ago
Damien George
1459a8d5c9
docs: Bump version to 1.8.2.
8 years ago
Paul Sokolovsky
b2641b53e0
docs/conf.py: Exclude cmath from modindex for wipy.
9 years ago
Paul Sokolovsky
91031b60dc
docs/conf.py: Active sphinx_selective_exclude extensions.
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.
9 years ago
Damien George
2bf6eb9fe2
docs: Add link to PDF version of docs in sidebar.
Requires a link of the form: <BASEURL>/<lang>/<ver>/micropython-<port>.pdf
9 years ago
Damien George
9b39263b11
docs: Bump version to 1.8.1.
9 years ago
Damien George
2c2fc070ec
docs: Bump version to 1.8.
9 years ago
Damien George
37d5aa1377
docs: Make the short port names in the port/version sidebar lowercase.
To make it neater and simpler.
9 years ago
Damien George
9b0a150bd6
docs: Bump version to 1.7.
9 years ago
Paul Sokolovsky
9c04299da1
docs: esp8266: Enable "machine" module docs.
The docs are still heavily biased towards WiPy, so will need a lot of
exclusions.
9 years ago
Paul Sokolovsky
254a5646c1
docs: Update copyright notice.
9 years ago
Damien George
42ef5a1567
docs: Allow list of versions to be specified by environment variable.
9 years ago
Damien George
5b74bba3a3
docs: Add versions.html template and support code for a version sidebar.
9 years ago
Damien George
331a48195d
docs: Bump version to 1.6.
9 years ago
Paul Sokolovsky
824f83fd20
docs: Set author as 'Damien P. George and contributors'.
9 years ago
Paul Sokolovsky
275a0f25d3
docs: Fix readthedocs build by updating Latex params.
9 years ago
Damien George
ed584e2ffd
docs: Bump version to 1.5.2.
9 years ago
Damien George
4dea24e105
docs: Bump version to 1.5.1.
9 years ago
Damien George
fe08e3a54f
docs: Bump version to 1.5.
9 years ago
danicampora
4542643025
docs: Update all WiPy docs to reflect the new API.
9 years ago
Damien George
5572f735b6
docs: Bump version to 1.4.6.
9 years ago
Damien George
032b0e9369
docs: Bump version to 1.4.5.
9 years ago
Damien George
e78a8c94b6
docs: Bump version to 1.4.4.
10 years ago
Daniel Campora
cfcf47c064
docs: Add initial draft documentation for the WiPy.
This makes all common files "port-aware" using the .. only directive.
10 years ago
Damien George
3eece29807
docs: Change "Micro Python" to "MicroPython" in all places in docs.
10 years ago
Daniel Campora
7ca1bd314b
docs: Generate a separate docs build for each port.
Using Damien's approach where conf.py and topindex.html are
shared by all ports.
10 years ago
Damien George
d7b7d5f6ee
docs: Bump version to 1.4.3.
10 years ago
Damien George
43d56f9ba9
docs: Bump version to 1.4.2.
10 years ago
Damien George
0f6424efda
docs: Bump version to 1.4.1.
10 years ago
Damien George
64e8b62291
docs: Bump version to 1.4.
10 years ago
Damien George
79dc0a0886
docs: Bump version to 1.3.10.
10 years ago
Damien George
552f7c40a0
docs: Bump version to 1.3.9.
10 years ago
Damien George
96e22154d7
docs: Bump version to 1.3.8.
Should have done it before tagging...
10 years ago
Damien George
9b561a7c0d
docs: Add custom CSS file, with code for admonition.
10 years ago
Damien George
722fab7c2a
docs: Bump version to 1.3.7.
10 years ago
Damien George
5228854f0e
docs: Fix RTD build configuration.
ReadTheDocs needs the root directory in its search path so it finds
topindex.html.
10 years ago
evildmp
aec189a5ba
docs: Add optional sphinx_rtd_theme; add docs build instructions.
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.
10 years ago
Damien George
ff8d0e071c
docs: Bump version to 1.3.6.
This needs to be done before actually tagging the new version.
10 years ago
Damien George
0e3722137f
docs: Update front page to display date of last update.
10 years ago
Damien George
f6e825b42e
docs: Disable logo and add spacing to top index.
10 years ago
Damien George
6e6dfdc56b
docs: Make custom index page; add more docs.
10 years ago
Damien George
88d3054ac0
docs: Import documentation from source-code inline comments.
The inline docs (prefixed with /// in .c files) have been converted to
RST format and put in the docs subdirectory.
10 years ago
Damien George
6162bea5b2
docs: Initial commit of Sphinx documentation framework.
10 years ago