Commit Graph

176 Commits

Author SHA1 Message Date
Georg Brandl
a1e379d46c Add setup.py, add quickstart script. 2008-02-09 23:09:36 +00:00
Georg Brandl
b2ec05e690 More refactoring, this time allowing different file extensions
and a different master file. Also fix environment warning reporting
and improve handling of error conditions.
2008-02-01 20:44:17 +00:00
Georg Brandl
4f7a8f3f96 More refactoring:
* Move refcounting into an addon module.
* Rename the extension manager to Application and use it throughout.
* Fix some bugs found by pylint.
* Add "ifconfig" addon.
2008-01-27 20:23:25 +00:00
Georg Brandl
923987c0e1 Bump env version because of new config class. 2008-01-21 22:36:32 +00:00
Georg Brandl
50da49fab4 Further refactorings, add extensibility API. 2008-01-21 20:20:37 +00:00
Georg Brandl
b09e628b0f A few refactorings in Sphinx. 2008-01-16 20:27:25 +00:00
Georg Brandl
db0bbcb136 Update copyright years and change license to BSD. 2008-01-11 14:18:19 +00:00
Georg Brandl
350143494d Checkin my holiday work:
- Add "changes" builder to quickly get an overview over all "versionadded/changed/deprecated" directives for a certain version
- Cross-reference keywords
- Fix some problems in the webapp and the latex writer
2007-12-29 10:58:10 +00:00
Georg Brandl
e77b466281 Further fixes. All produced latex documents now run through pdflatex without errors. 2007-12-16 23:14:24 +00:00
Georg Brandl
fbe9ed59cb Several improvements to the latex builder. 2007-12-16 19:36:23 +00:00
Georg Brandl
d6deb877df Implement index entries, production lists and the glossary. 2007-12-16 12:20:41 +00:00
Georg Brandl
ef49fadf8c - rename webify/unwebify to canonical/os_path
- build all documents correctly, including howtos
- pack ACKS content into an .. acks directive, to
  make it possible to render it into a comma-separated
  list in latex
2007-12-07 20:27:52 +00:00
Georg Brandl
3d74adea25 Add beginnings of a LaTeX writer. This is in no way usable code yet. 2007-12-05 21:11:36 +00:00
Georg Brandl
cfa8045490 Apply Tim Golden's patch from #1520, which resolves confusion between
file paths and relative URIs so that building on Windows is flawlessly
possible.
2007-12-03 22:38:25 +00:00
Georg Brandl
50e7330d4a Add nucular as a possible full text indexer. 2007-11-01 09:53:26 +00:00
Georg Brandl
da8a4264ed Add an envvar directive too. Link from :envvar: and :option: to the relevant directives. 2007-10-20 17:50:45 +00:00
Georg Brandl
2ca4b5a9b0 Fix wrong invalidation of parent files. 2007-09-06 15:02:32 +00:00
Georg Brandl
32aa42f067 Fix index subitem generation. 2007-08-31 08:47:16 +00:00
Georg Brandl
12cfdea91f Add glossary directive and :term: role for crossreferencing into the glossary. 2007-08-17 06:27:35 +00:00
Brett Cannon
aeb2e1e3bc Fix bug where a default tuple did not have enough value to unpack. 2007-08-16 01:50:19 +00:00
Georg Brandl
d302c52646 Add a way to mark deprecated modules, and show this information in the module index.
Also, generate a useful "title" attribute for module crossreferences.
2007-08-15 18:42:00 +00:00
Georg Brandl
11cab438b8 Allow a leading dot in x-reference roles, marking reversed search order for targets. 2007-08-15 18:05:01 +00:00
Georg Brandl
3bdaa933d7 List added files separately. 2007-08-14 09:57:25 +00:00
Georg Brandl
79f1a1eecb Add module names even to names in classes. Add a config option for that.
Add a :samp: role for highlighting text inside literal code.
Fix the time module docs.
2007-08-06 10:49:52 +00:00
Georg Brandl
6ea0df4f60 Disable enumerated lists introduced by alphabetic or roman numerals. 2007-08-03 08:15:50 +00:00
Georg Brandl
d60ca8d49d Initial import of the doc tools. 2007-07-23 09:02:25 +00:00