Commit Graph

516 Commits

Author SHA1 Message Date
Georg Brandl
2e698fcb09 Merged revisions 64642-64643,64698 via svnmerge from
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x

........
  r64642 | georg.brandl | 2008-07-01 23:02:35 +0200 (Tue, 01 Jul 2008) | 2 lines

  #3251: label names are case insensitive.
........
  r64643 | georg.brandl | 2008-07-01 23:24:55 +0200 (Tue, 01 Jul 2008) | 2 lines

  Add a note about decorated functions.
........
  r64698 | georg.brandl | 2008-07-04 12:21:09 +0200 (Fri, 04 Jul 2008) | 2 lines

  Allow setting current module to None.
........
2008-07-04 14:27:25 +00:00
Georg Brandl
84d81f7936 Merged revisions 64628 via svnmerge from
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x

........
  r64628 | georg.brandl | 2008-07-01 22:11:27 +0200 (Tue, 01 Jul 2008) | 2 lines

  Add sub-/superscript node handling to TextBuilder. #3217.
........
2008-07-01 20:13:15 +00:00
Armin Ronacher
1f5735f371 Constructors that are callables but not python functions fail silently now on documentation. 2008-06-27 12:07:30 +00:00
Georg Brandl
48b6a0e838 Fix precedence. 2008-06-26 20:58:18 +00:00
Georg Brandl
346d9a9f8a Initialized merge tracking via "svnmerge" with revisions "1-64537" from
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x
2008-06-26 19:12:48 +00:00
Armin Ronacher
bfebbfd6f0 Fixed a syntax error in the builder documentation. 2008-06-26 11:13:44 +00:00
Armin Ronacher
11498d0037 Implemented JSONHTMLBuilder and improved JSON handling (it now prefers json from the 2.6 stdlib or simplejson). 2008-06-26 11:11:20 +00:00
Armin Ronacher
95f7883e94 Refactored pickle builder into a SerializingHTMLBuilder and PickleHTMLBuilder. Subclasses can change the serialization format easily. 2008-06-26 09:40:42 +00:00
Armin Ronacher
ba99598c65 Removed last "web" bits from the pickle builder. 2008-06-26 08:22:26 +00:00
Georg Brandl
eca63279c5 Add shebangs. 2008-06-23 12:38:21 +00:00
Georg Brandl
a8bc1187dd Remove sphinx-web script. 2008-06-23 12:37:53 +00:00
Georg Brandl
c71f080de8 Add "who uses it" page. 2008-06-23 12:35:22 +00:00
Georg Brandl
cb52f73753 Release preparation. 2008-06-23 12:14:37 +00:00
Georg Brandl
8b0f48a38b Add static method support. 2008-06-23 12:04:56 +00:00
Armin Ronacher
1cafce9101 Added support for upcoming "staticmethod" in autodoc 2008-06-23 11:53:44 +00:00
Georg Brandl
37a91a22bd CSS fix for field lists. 2008-06-23 11:46:23 +00:00
Georg Brandl
1e3b8734fd Add a bit on signatures and field lists. 2008-06-23 11:46:10 +00:00
Georg Brandl
c1bedfc105 Add general docstring processing support with a new event in autodoc. 2008-06-22 21:02:50 +00:00
Georg Brandl
abddd96093 Add changelog entry and fix feature.^ 2008-06-22 19:37:40 +00:00
Georg Brandl
3a943ab25f Don't collapse modindex if number of submodules is larger
than number of toplevel modules.
2008-06-22 19:23:00 +00:00
Georg Brandl
99f293acbd Add support for subscript/superscript nodes in latex. 2008-06-22 19:02:49 +00:00
Georg Brandl
a8f2f59c7d Remove target directories in the static path before copying them again. 2008-06-22 18:09:21 +00:00
Georg Brandl
ccc3c55d25 Add cleardoublepage to TOC. 2008-06-22 18:06:49 +00:00
Georg Brandl
ef345ff483 Typo fix. 2008-06-22 18:02:05 +00:00
Georg Brandl
7c2247f880 Support :noindex: in autodoc directives. 2008-06-22 17:58:05 +00:00
Georg Brandl
aad1af62e9 Interpret field lists in description units. 2008-06-20 20:11:18 +00:00
Georg Brandl
002837d7f7 Fix class name. 2008-06-18 18:46:46 +00:00
Georg Brandl
061d9c205f Support -> return type annotations. 2008-06-18 18:34:18 +00:00
Georg Brandl
242e343c10 Follow renaming of desc_classname to desc_addname. 2008-06-18 18:33:11 +00:00
Georg Brandl
afe4aabc61 Rename node class desc_classname to desc_addname, which
fits its many usages much better.
2008-06-18 18:16:25 +00:00
Georg Brandl
b2e2721920 Add a paragraph before \declaremodule. 2008-06-18 10:09:40 +00:00
Georg Brandl
326ca06e1b Fix image handling. 2008-06-18 10:06:22 +00:00
Georg Brandl
99f8c79f0a Move thanks to correct entry. 2008-06-17 10:38:31 +00:00
Georg Brandl
02d8c50b50 Compile the right-aligned rellinks into a list that is iterated
over at template rendering time.
2008-06-17 10:34:51 +00:00
Georg Brandl
4623a3369c Fix unbound local. 2008-06-17 10:33:19 +00:00
Georg Brandl
b2eb896d7e Increment env version after the image handling change. 2008-06-17 10:22:04 +00:00
Georg Brandl
7d4ce97ec3 Add default_role configuration value. 2008-06-17 10:06:37 +00:00
Georg Brandl
9fce370623 Translate line blocks with \raggedright. 2008-06-17 09:26:50 +00:00
Georg Brandl
309377fbbf Support inheritance display in autoclass, thanks to mdboom. 2008-06-17 09:24:11 +00:00
Georg Brandl
6b5f4f198a Support splitting the HTML index. 2008-06-17 09:01:26 +00:00
Georg Brandl
c4ecb7faed Use Unicode throughout autodoc. 2008-06-17 08:07:37 +00:00
Georg Brandl
2b20bdbfd7 Fix printing of SystemMessages with Unicode content. 2008-06-17 08:00:58 +00:00
Georg Brandl
1f73e1bee9 Add notes about Unicode and escaping of backslashes. 2008-06-17 07:46:33 +00:00
Georg Brandl
c8dad69045 Don't ignore SystemExit; it shouldn't occur while building. 2008-06-15 17:48:16 +00:00
Georg Brandl
f7011d436a Quick fix for None return. 2008-06-15 17:46:16 +00:00
Georg Brandl
34da6f8934 Correctly report source location for docstrings included
with autodoc.
2008-06-15 17:09:23 +00:00
Georg Brandl
b05861454c Add image format handling. 2008-06-15 14:31:16 +00:00
Georg Brandl
66b5f39bc7 Add html_favicon config value. 2008-06-15 08:48:06 +00:00
Georg Brandl
e9b872dca5 Some refactoring and more documentation in autodoc. 2008-06-15 08:29:58 +00:00
Georg Brandl
d67511466d #3096: sort "unused" warnings by docname. 2008-06-12 21:57:31 +00:00