Georg Brandl
6702234eac
Remove testing markup.
2009-05-03 10:25:40 +02:00
Georg Brandl
40a044b6da
Fix markup.
2009-05-03 10:24:28 +02:00
Georg Brandl
e46e989d8b
No need to use extlinks in conf.py.
2009-05-02 20:48:30 +02:00
Georg Brandl
58da7a84fd
Added the `extlinks` extension.
2009-05-02 20:38:45 +02:00
Georg Brandl
7e53d3f71b
Next version will be 1.0.
2009-04-29 12:55:03 +02:00
Georg Brandl
2376d259ef
Added simplified Chinese locale.
2009-04-28 23:21:07 +02:00
Georg Brandl
7468998a28
merge with 0.6
2009-04-28 21:43:40 +02:00
Georg Brandl
770f716fc0
#29 : Don't generate visible "-{-}" in option lists in LaTeX.
2009-04-28 21:28:29 +02:00
Georg Brandl
97ebfba6c8
Make doctest block definition clearer.
2009-04-27 17:34:27 +02:00
Georg Brandl
4d249fa3e4
Fix a few stylistic things, and add docs for autosummary_generate.
2009-04-13 08:40:56 +00:00
Georg Brandl
b13f61bc42
merge with pv/sphinx-work
2009-04-13 09:45:56 +02:00
Georg Brandl
b349660d95
Add html_show_copyright config val, patch by Wojtek Walczak.
2009-04-09 19:04:44 +00:00
Pauli Virtanen
d9ae7c30cb
autosummary: write documentation
2009-04-04 22:05:04 +03:00
Georg Brandl
7a29549a0e
Add a FAQ item.
2009-03-31 16:50:09 -05:00
Pauli Virtanen
73ae2f9c94
Some autosummary fixes
2009-03-21 00:34:46 +02:00
Sebastian Wiesner
73942678c8
#122 : proxy support for intersphinx
2009-03-19 15:49:03 +01:00
Georg Brandl
5469dfe4e6
Add Russian translation, by Alexander Smishlajev.
2009-03-24 09:00:45 +00:00
Georg Brandl
338312dd61
Add autosummary doc stub.
2009-03-16 01:30:09 +01:00
Georg Brandl
e517911ac3
Autodoc can now exclude single members from documentation
...
via the ``exclude-members`` option.
2009-03-15 23:52:48 +01:00
Georg Brandl
989f8a593d
Add link to Glenn's SCons script repo.
2009-03-15 23:43:09 +01:00
Georg Brandl
4de4dcccd4
#123 : The `glossary directive now supports a :sorted:`
...
flag that sorts glossary entries alphabetically.
2009-03-15 23:34:19 +01:00
Georg Brandl
a77888a42b
Document setup_extension().
2009-03-14 21:34:59 +01:00
Georg Brandl
d117ef45a3
Fix node class name.
2009-03-09 09:47:10 +01:00
Georg Brandl
fc30eea875
Update tutorial for directive classes.
2009-03-07 22:54:36 +01:00
Georg Brandl
ed26bfa30e
Remove testing text.
2009-03-05 10:05:27 +01:00
Georg Brandl
51265dfe3f
#114 : Added an `abbr` role to markup abbreviations and acronyms.
2009-03-05 09:48:55 +01:00
Georg Brandl
9951bd3f73
Make titles consistent.
2009-03-05 00:17:14 +01:00
Georg Brandl
c5d0ba9913
New `inheritance_diagram` extension to embed... inheritance diagrams!
2009-03-05 00:14:29 +01:00
Georg Brandl
75637a5d6a
New `graphviz` extension to embed graphviz graphs.
2009-03-04 23:52:56 +01:00
Georg Brandl
43dc531458
Fix grammar.
2009-03-04 23:49:32 +01:00
Georg Brandl
d2d3606158
Autodoc can now order members either alphabetically (like previously) or by member type;
...
configurable either with the config value ``autodoc_member_order`` or a ``member-order`` option per directive.
Also fix a bug that documented module-level functions as attributes.
2009-02-27 15:48:41 +01:00
Georg Brandl
dd32405563
Remove docs for removed automodule_skip_lines setting.
2009-02-27 15:22:45 +01:00
Georg Brandl
717be1cd0e
Add headlink/headbgcolors.
2009-02-27 12:11:35 +01:00
Georg Brandl
fb511a015a
Paths to literal include files and download files can now be absolute too.
2009-02-24 13:38:15 +01:00
Georg Brandl
2f13231fbd
merge with 0.5
2009-02-23 19:24:02 +01:00
Georg Brandl
cadb5af9f1
Note that Python code in code blocks is parsed.
2009-02-23 19:23:08 +01:00
Georg Brandl
7792e27030
#10 : implement HTML section numbering.
2009-02-22 15:22:23 +01:00
Georg Brandl
69aab57297
Small cosmetic fix.
2009-02-22 14:46:47 +01:00
Georg Brandl
0c70b1caa0
Remove removed method.
2009-02-21 22:01:27 +01:00
Georg Brandl
7073a5bd2c
The new `latex_additional_files` config value can be used to
...
copy files (that Sphinx doesn't copy automatically, e.g. if they
are referenced in custom LaTeX added in ``latex_elements``) to
the build directory.
2009-02-20 11:20:15 +01:00
Georg Brandl
d3a7f004f0
Oops.
2009-02-20 11:09:54 +01:00
Georg Brandl
a07e7ad534
#62 : There is now a `-w` option for sphinx-build that writes
...
warnings to a file, in addition to stderr.
2009-02-20 11:01:46 +01:00
Georg Brandl
a43b651804
Make "make check" happy.
2009-02-19 23:31:34 +01:00
Georg Brandl
1d128f57fa
Fix #106 , fix #107 : make _special_attrgetters an attribute of AutoDirective, to avoid confusion how it should be overridden in subclasses.
2009-02-19 22:54:34 +01:00
Georg Brandl
4c81b055c8
Added an `only` directive that can selectively include text
...
based on enabled "tags". Tags can be given on the command
line. Also, the current builder output format (e.g. "html" or
"latex") is always a defined tag.
2009-02-19 21:56:34 +01:00
Georg Brandl
d4f5796f3b
The HTML builder now stores a small file named `.buildinfo` in
...
its output directory. It stores a hash of config values that
can be used to determine if a full rebuild needs to be done (e.g.
after changing ``html_theme``).
2009-02-19 16:15:36 +01:00
Georg Brandl
2dff2e3bfa
Add DirectoryHTMLBuilder (contributed as PrettyHTMLBuilder by Will Maier).
2009-02-19 00:07:47 +01:00
Georg Brandl
05cf79da52
A bit of clarification about where Sphinx finds autodoced modules.
2009-01-22 19:22:49 +01:00
Georg Brandl
f07d0afef2
Note how to change default role.
2008-12-28 21:29:40 +01:00
Georg Brandl
1050c9bca5
Fix #58 : Add extension tutorial and better docs on where to put extensions.
2008-12-21 00:10:47 +01:00