Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Actually honor the "title" value in latex_documents, if present. | Georg Brandl | 2008-03-09 | 1 | -0/+1 | |
| | ||||||
* | * Allow registering arbitrary cross-referencing directives/roles. | Georg Brandl | 2008-03-09 | 1 | -7/+4 | |
| | | | | | | | | * Allow labels anywhere, and allow giving an explicit caption in :ref: links. * Some fixes to the sphinxdoc style. * Add an option to show author information in the output. * Search user-defined templates in the order they occur in the config (thanks Nick). | |||||
* | Fix to load user-provided templates before system-provided ones. | Georg Brandl | 2008-03-09 | 1 | -0/+1 | |
| | ||||||
* | Add some labels by default; create a master doc in quickstart. | Georg Brandl | 2008-03-08 | 1 | -0/+1 | |
| | ||||||
* | Use a list. | Georg Brandl | 2008-02-24 | 1 | -1/+1 | |
| | ||||||
* | Fix config value name. | Georg Brandl | 2008-02-23 | 1 | -1/+1 | |
| | ||||||
* | * Allow custom static files to be created for the HTML builder. | Georg Brandl | 2008-02-23 | 1 | -21/+22 | |
| | | | | | | | * Add more block tags to the template, making inheriting them easier. * Make the HTML stylesheet configurable for html and htmlhelp builder. * Make the Pygments style configurable. * Create template and style dirs in quickstart. | |||||
* | Add setup.py, add quickstart script. | Georg Brandl | 2008-02-09 | 1 | -6/+15 | |
| | ||||||
* | More refactoring, this time allowing different file extensions | Georg Brandl | 2008-02-01 | 1 | -153/+174 | |
| | | | | | and a different master file. Also fix environment warning reporting and improve handling of error conditions. | |||||
* | Add link checker builder, written for GHOP by Thomas Lamb. | Georg Brandl | 2008-02-01 | 1 | -9/+115 | |
| | ||||||
* | More refactoring: | Georg Brandl | 2008-01-27 | 1 | -72/+60 | |
| | | | | | | | * 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. | |||||
* | Fix. | Georg Brandl | 2008-01-22 | 1 | -1/+0 | |
| | ||||||
* | Further refactorings, add extensibility API. | Georg Brandl | 2008-01-21 | 1 | -111/+88 | |
| | ||||||
* | A few refactorings in Sphinx. | Georg Brandl | 2008-01-16 | 1 | -168/+201 | |
| | ||||||
* | Update copyright years and change license to BSD. | Georg Brandl | 2008-01-11 | 1 | -2/+2 | |
| | ||||||
* | Checkin my holiday work: | Georg Brandl | 2007-12-29 | 1 | -36/+153 | |
| | | | | | | - 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 | |||||
* | Further fixes. All produced latex documents now run through pdflatex without ↵ | Georg Brandl | 2007-12-16 | 1 | -18/+20 | |
| | | | | errors. | |||||
* | Implement field lists, print warnings instead of raising RuntimeErrors. | Georg Brandl | 2007-12-16 | 1 | -4/+4 | |
| | ||||||
* | Several improvements to the latex builder. | Georg Brandl | 2007-12-16 | 1 | -7/+8 | |
| | ||||||
* | Implement index entries, production lists and the glossary. | Georg Brandl | 2007-12-16 | 1 | -10/+16 | |
| | ||||||
* | - rename webify/unwebify to canonical/os_path | Georg Brandl | 2007-12-07 | 1 | -31/+41 | |
| | | | | | | | - 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 | |||||
* | Fix highlighting code a bit. | Georg Brandl | 2007-12-06 | 1 | -2/+2 | |
| | ||||||
* | Add highlighting for LaTeX builder. | Georg Brandl | 2007-12-06 | 1 | -1/+1 | |
| | ||||||
* | Continue work on the PDF builder. The documents now build and run through LaTeX. | Georg Brandl | 2007-12-06 | 1 | -13/+14 | |
| | | | | Some elements are still missing though. | |||||
* | Add beginnings of a LaTeX writer. This is in no way usable code yet. | Georg Brandl | 2007-12-05 | 1 | -24/+79 | |
| | ||||||
* | Apply Tim Golden's patch from #1520, which resolves confusion between | Georg Brandl | 2007-12-03 | 1 | -12/+49 | |
| | | | | | file paths and relative URIs so that building on Windows is flawlessly possible. | |||||
* | Add an envvar directive too. Link from :envvar: and :option: to the relevant ↵ | Georg Brandl | 2007-10-20 | 1 | -1/+2 | |
| | | | | directives. | |||||
* | Oops. | Georg Brandl | 2007-09-06 | 1 | -1/+0 | |
| | ||||||
* | Patch #1119 from Lars: correctly handle pruning the search index. | Georg Brandl | 2007-09-06 | 1 | -1/+2 | |
| | ||||||
* | Don't use JavaScript and section anchors in the htmlhelp version. | Georg Brandl | 2007-08-24 | 1 | -2/+2 | |
| | ||||||
* | Two fixes. | Georg Brandl | 2007-08-17 | 1 | -1/+3 | |
| | ||||||
* | Add a way to mark deprecated modules, and show this information in the ↵ | Georg Brandl | 2007-08-15 | 1 | -6/+6 | |
| | | | | | | module index. Also, generate a useful "title" attribute for module crossreferences. | |||||
* | Copy the environment pickle to the output dir in the web builder. | Georg Brandl | 2007-08-15 | 1 | -0/+5 | |
| | ||||||
* | Fix searching and search index creation for incremental builds. | Georg Brandl | 2007-08-09 | 1 | -52/+53 | |
| | ||||||
* | Add an explicit doctreedir option. | Georg Brandl | 2007-08-09 | 1 | -13/+13 | |
| | ||||||
* | Fix a key name. | Georg Brandl | 2007-08-06 | 1 | -1/+1 | |
| | ||||||
* | Apply config overrides before searching for version info. | Georg Brandl | 2007-08-06 | 1 | -2/+2 | |
| | ||||||
* | Replace some XXXs on the index page. | Georg Brandl | 2007-08-04 | 1 | -0/+8 | |
| | | | | Port the download page, still needs to be populated. | |||||
* | Rename modules -> library, macmodules -> maclib. Use current version in ↵ | Georg Brandl | 2007-08-02 | 1 | -0/+1 | |
| | | | | index page whatsnew link. | |||||
* | Automatically get version info from the patchlevel.h file. | Georg Brandl | 2007-08-01 | 1 | -0/+13 | |
| | ||||||
* | Move utils to separate package, add coding document. | Georg Brandl | 2007-07-24 | 1 | -1/+1 | |
| | ||||||
* | Initial import of the doc tools. | Georg Brandl | 2007-07-23 | 1 | -0/+608 | |