Georg Brandl
bf8d68f83b
Add Dutch locale.
2008-11-13 09:16:28 +01:00
Georg Brandl
4f900741b7
Add example for comments.
2008-11-09 19:56:14 +01:00
Georg Brandl
0060e50efa
Add todo extension.
2008-11-09 19:46:32 +01:00
Georg Brandl
fb26a2a5fc
#14 : allow distinct programs for cmdoption directive.
2008-11-09 18:28:36 +01:00
Georg Brandl
7b62fc8f2d
Add env-purge-doc event. Add some examples for event usage.
2008-11-09 11:56:40 +01:00
Georg Brandl
1436e8dd4d
Add note about inline markup nesting.
2008-11-08 12:11:17 +01:00
Georg Brandl
27ee1ed5d4
Reword index page a bit.
2008-11-06 10:35:55 +01:00
Georg Brandl
7aa1c5eed2
#21 : allow short form for seealso arguments.
2008-11-04 21:35:05 +01:00
Georg Brandl
78b1f6e613
Doc tweaks.
2008-11-04 19:51:23 +01:00
Georg Brandl
a41c0ee86c
Document -A and -Q switches.
2008-11-04 08:46:28 +01:00
Georg Brandl
e666b6d203
Correct parameter name in example.
2008-11-04 08:20:18 +01:00
Georg Brandl
96caeae56d
Update repo location.
2008-11-02 23:52:49 +01:00
Georg Brandl
155411a93d
Allow skipping members by event.
2008-11-02 20:04:24 +00:00
Georg Brandl
828b390fba
Clarification.
2008-11-02 10:41:38 +00:00
Georg Brandl
f74f8ca7a4
Bring up to date and link to add_config_value().
2008-11-01 14:54:51 +00:00
Georg Brandl
3715bd90a0
Don't disable alphabetical and roman lists anymore.
2008-10-25 16:53:29 +00:00
Georg Brandl
3206a6ab6f
Add a note about substitutions.
2008-10-25 16:00:53 +00:00
Georg Brandl
29a3a86cef
Add global citations. #1 .
2008-10-25 15:54:34 +00:00
Georg Brandl
88d6b2a960
Fix typo.
2008-10-25 15:34:12 +00:00
Georg Brandl
a857b89a23
UTF-8 isn't mandatory anymore.
2008-10-16 20:31:28 +00:00
Georg Brandl
efd474b296
Add a caveat about LaTeX titles and authors, and properly escape
...
a title that comes from the document itself.
2008-10-16 19:37:57 +00:00
Georg Brandl
516d1a2872
Add "source_encoding" config value.
2008-10-16 19:21:06 +00:00
Georg Brandl
d7e2a48555
Add "source-read" event.
2008-10-16 19:04:45 +00:00
Georg Brandl
00de8e0d36
Use palatino for the Sphinx docs.
2008-09-24 16:18:45 +00:00
Georg Brandl
5e13c56f96
#18 : put footnotes at the correct location in the LaTeX writer.
2008-09-24 16:13:36 +00:00
Georg Brandl
0b1f0d045a
Converter is now fairly usable for non-Python core projects.
2008-09-24 15:50:37 +00:00
Georg Brandl
47ce40c492
#16 : allow referring to figures without explicit text.
2008-09-24 15:36:34 +00:00
Georg Brandl
3d3bcb00df
Rename rellinks to linktags.
2008-09-24 11:48:43 +00:00
Georg Brandl
6a7e6315c2
Commit missing doc change.
2008-09-23 21:27:12 +00:00
Georg Brandl
a4cb2e9e7a
Add footer element.
2008-09-16 07:00:19 +00:00
Georg Brandl
e0a2159c78
Use Google groups issue tracker instead of abusing the Python tracker.
2008-09-12 16:07:13 +00:00
Georg Brandl
f16dae964a
Restructure LaTeX file template: add new "latex_elements" config value
...
allowing to customize each part of what is written to the tex file.
2008-09-12 13:08:52 +00:00
Georg Brandl
83b2fdcf78
Add note how to find source examples.
2008-09-11 23:15:32 +00:00
Georg Brandl
e8ba78c9d8
Add section on conversion from others.
2008-09-09 19:24:08 +00:00
Georg Brandl
7d3539c041
Add default highlight language selection support.
...
Add support for recognizing Python 3 console output.
2008-09-09 19:10:09 +00:00
Georg Brandl
139fbd241b
Show in "download" sidebar when documented version isn't released.
2008-09-06 20:18:48 +00:00
Georg Brandl
8c86e44d64
Add polish to language list.
2008-09-06 17:13:49 +00:00
Georg Brandl
87a05a41cb
Merged revisions 66061,66069 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x
........
r66061 | georg.brandl | 2008-08-30 11:43:20 +0200 (Sat, 30 Aug 2008) | 2 lines
Show last released version in built docs.
........
r66069 | georg.brandl | 2008-08-30 15:21:40 +0200 (Sat, 30 Aug 2008) | 2 lines
XeTeX fix by Markus Gritsch.
........
2008-08-30 21:56:43 +00:00
Georg Brandl
f0605a40a4
Merged revisions 65640,65675,65699,65701 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x
........
r65640 | georg.brandl | 2008-08-11 16:11:17 +0200 (Mon, 11 Aug 2008) | 2 lines
More info in intro.
........
r65675 | georg.brandl | 2008-08-14 13:53:02 +0200 (Thu, 14 Aug 2008) | 2 lines
#3546 : add missing linebreak.
........
r65699 | benjamin.peterson | 2008-08-15 23:02:22 +0200 (Fri, 15 Aug 2008) | 4 lines
rename util.with_testapp to util.with_app; nose was running it
also make an assert more informative
........
r65701 | benjamin.peterson | 2008-08-16 00:00:54 +0200 (Sat, 16 Aug 2008) | 1 line
add some tests for sphinx.application
........
2008-08-23 15:04:45 +00:00
Georg Brandl
92ba27e0af
Fix typo.
2008-08-15 19:11:26 +00:00
Georg Brandl
74d52b40bc
Add exclude_dirnames value.
2008-08-10 17:21:08 +00:00
Georg Brandl
b3f1de1bf7
New config value "keep_warnings", default is to discard the from the saved doctrees.
2008-08-10 17:10:31 +00:00
Georg Brandl
e93af0e57c
Merged revisions 65566-65567,65623,65625 via svnmerge from
...
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x
........
r65566 | georg.brandl | 2008-08-07 09:11:11 +0000 (Thu, 07 Aug 2008) | 2 lines
Clarification for the ref role.
........
r65567 | georg.brandl | 2008-08-07 09:11:25 +0000 (Thu, 07 Aug 2008) | 2 lines
Rebuild everything if extensions change.
........
r65623 | georg.brandl | 2008-08-10 11:18:42 +0000 (Sun, 10 Aug 2008) | 2 lines
Unify handling of LaTeX escaping, and add some more replacements.
........
r65625 | georg.brandl | 2008-08-10 11:25:41 +0000 (Sun, 10 Aug 2008) | 2 lines
Make tex escapes a module.
........
2008-08-10 16:59:27 +00:00
Georg Brandl
ac8a346f45
Add preliminary french locale.
2008-08-10 16:42:29 +00:00
Georg Brandl
74d36acbf7
* Add more generated text to the automatic translation.
...
* Remove all locale-dependent text from sphinx.sty, put it into Python files
to enable message extraction and translation.
* Use babel in the LaTeX output.
* Centralize locations for labels used in every builder.
2008-08-10 10:00:20 +00:00
Georg Brandl
ce74366033
Add Czech translation by Pavel Kosina, and use Unicode gettext methods throughout.
2008-08-08 14:03:02 +00:00
Georg Brandl
c21ff79a8b
English is nice for the official docs nevertheless.
2008-08-08 11:00:29 +00:00
Georg Brandl
a7cfb52ab6
Add i18n support, thanks to Horst Gutmann.
2008-08-08 10:54:00 +00:00
Georg Brandl
aed6d94008
Allow nonwrapped displaymath.
2008-08-07 09:17:50 +00:00
Georg Brandl
6d89feae1e
Test suite update for math extension.
2008-08-06 14:57:44 +00:00