2008-06-17 05:06:37 -05:00
|
|
|
Sphinx TODO
|
2007-07-23 04:02:25 -05:00
|
|
|
===========
|
|
|
|
|
2008-08-04 04:54:45 -05:00
|
|
|
- RSS generation
|
|
|
|
- files for downloading
|
Merged revisions 64808,65013,65076,65100-65101,65119,65121-65123 via svnmerge from
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x
........
r64808 | georg.brandl | 2008-07-08 21:39:33 +0200 (Tue, 08 Jul 2008) | 2 lines
Allow relocation of source and doctree dir.
........
r65013 | georg.brandl | 2008-07-16 15:25:30 +0200 (Wed, 16 Jul 2008) | 2 lines
Remove curious quote.
........
r65076 | georg.brandl | 2008-07-17 22:43:01 +0200 (Thu, 17 Jul 2008) | 2 lines
Add a test for sphinx.quickstart.
........
r65100 | georg.brandl | 2008-07-18 14:41:54 +0200 (Fri, 18 Jul 2008) | 2 lines
Fix phony targets.
........
r65101 | georg.brandl | 2008-07-18 14:55:03 +0200 (Fri, 18 Jul 2008) | 2 lines
Fix problems in "make check".
........
r65119 | georg.brandl | 2008-07-18 23:06:42 +0200 (Fri, 18 Jul 2008) | 2 lines
Emit a more precise error message in autodoc.
........
r65121 | georg.brandl | 2008-07-18 23:41:35 +0200 (Fri, 18 Jul 2008) | 2 lines
Warn if a toctree-included document doesn't contain a title.
........
r65122 | georg.brandl | 2008-07-18 23:51:28 +0200 (Fri, 18 Jul 2008) | 2 lines
Don't use \samp{} for code with whitespaces, only for :samp:`code`.
........
r65123 | georg.brandl | 2008-07-19 00:49:46 +0200 (Sat, 19 Jul 2008) | 2 lines
Put inheritance info always on its own line.
........
2008-07-18 17:55:36 -05:00
|
|
|
- specify node visit functions when adding nodes to app
|
|
|
|
- allow extensions to add static files
|
|
|
|
- decide which static files to include
|
|
|
|
- verbose option
|
2008-06-17 05:06:37 -05:00
|
|
|
- remove redundant <ul>s in tocs
|
2008-03-28 04:26:28 -05:00
|
|
|
- autoattribute in autodoc
|
2008-08-04 04:54:45 -05:00
|
|
|
- section, range and object options for literalinclude
|
|
|
|
- literal search mode
|
2008-03-23 03:29:15 -05:00
|
|
|
- option for compact module index
|
2007-12-29 04:58:10 -06:00
|
|
|
- HTML section numbers?
|
2007-09-06 10:07:22 -05:00
|
|
|
- "seealso" links to external examples, see http://svn.python.org/projects/sandbox/trunk/seealso/ and http://effbot.org/zone/idea-seealso.htm
|
2007-08-01 09:09:18 -05:00
|
|
|
- "often used" combo box in sidebar
|
2007-09-12 14:51:20 -05:00
|
|
|
- source file cross-references?
|
|
|
|
|