aboutsummaryrefslogtreecommitdiffstats
path: root/doc/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* doc:conf: use `version (date)` in Sphinx docsW. Trevor King2012-10-261-2/+3
| | | | | | | | | | | | | | | Since commit bed7587fe4910f8e4b892a09675279c5a4ab5484 Author: W. Trevor King <wking@tremily.us> Date: Thu Oct 25 19:07:09 2012 -0400 version: use abbreviated SHA instead of explicit _VERSION in master branch the version SHA will either be explicit in version(), or version() will return a release tag. This makes the long SHA in the Sphinx docs unnecessary, so we can replace it with the more interesting commit date.
* doc: update :func: to :py:func: for modern Sphinx.W. Trevor King2012-10-261-1/+1
|
* Shuffle doc/conf.py to get the Git revision into the Sphinx documentation.W. Trevor King2012-02-171-10/+12
|
* 'be vXXX' -> 'be XXX' in Sphinx-generated docs to avoid git-hash confusion.W. Trevor King2010-10-221-0/+8
|
* Use Sphinx autosummary (required by numpydoc)wking2010-06-221-1/+2
|
* Added intersphinx_mapping to doc/conf.py.wking2010-06-221-0/+6
| | | | | See http://sphinx.pocoo.org/ext/intersphinx.html#confval-intersphinx_mapping
* Use numpydoc and generate-libbe-txt.py to autogenerate API documentationW. Trevor King2010-02-061-1/+2
|
* Added libbe.bug to the Sphinx documentationW. Trevor King2010-02-061-2/+3
|
* Sphynx now gets version string automatically.W. Trevor King2010-02-051-2/+4
|
* Created Sphinx framework with sphinx-quickstart and added .txt extensiosnsW. Trevor King2010-02-051-0/+194