Georg Brandl
|
e8cfdda7a2
|
Fix three problems in HTML help index generation.
Patch from Hirokazu Yamamoto (see bugs.python.org/4252), fixes #44.
|
2008-11-22 15:28:09 +01:00 |
|
Georg Brandl
|
634003f847
|
Add Slovenian locale, by Rok Garbas.
|
2008-11-19 18:35:00 +01:00 |
|
Georg Brandl
|
0f94263a9f
|
Add Brazilian Portuguese locale, by Roger Demetrescu.
|
2008-11-19 18:28:23 +01:00 |
|
Georg Brandl
|
49858b41f3
|
#38: fix behavior with unitless image dimensions.
|
2008-11-16 19:07:36 +01:00 |
|
Georg Brandl
|
7d2f674ff2
|
Support table captions in LaTeX output.
|
2008-11-16 17:35:22 +01:00 |
|
Georg Brandl
|
d7dfb64c0e
|
Allow build without conf.py using -C command line switch.
|
2008-11-16 13:29:10 +01:00 |
|
Georg Brandl
|
b13735f75e
|
#39: spurious <generator ...> was emitted in HTML output. This is due to a
Jinja bug; the workaround is to just not use empty {% block %} tags.
|
2008-11-16 10:31:31 +01:00 |
|
Georg Brandl
|
4342f03986
|
Add Traditional Chinese locale.
|
2008-11-13 09:18:55 +01:00 |
|
Georg Brandl
|
bf8d68f83b
|
Add Dutch locale.
|
2008-11-13 09:16:28 +01:00 |
|
Georg Brandl
|
4c3f2f0d7e
|
Add classes to toctree items that indicate depth.
|
2008-11-09 20:43:36 +01:00 |
|
Georg Brandl
|
0060e50efa
|
Add todo extension.
|
2008-11-09 19:46:32 +01:00 |
|
Georg Brandl
|
44083fec6d
|
Add changelog entry for last revision.
|
2008-11-09 18:29:16 +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
|
ef3528b36e
|
#4251: some module links didn't have proper anchors.
|
2008-11-08 13:55:17 +01:00 |
|
Georg Brandl
|
dbfe74d5e6
|
Fix the handling of images in different directories.
|
2008-11-06 10:36:56 +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
|
40fbd63eef
|
Don't generate HTML modindex if no modules are present.
|
2008-11-04 08:41:42 +01:00 |
|
Georg Brandl
|
324145853e
|
#29: fix some option list issues, in HTML, LaTeX and text writers.
|
2008-11-03 21:40:21 +01:00 |
|
Georg Brandl
|
155411a93d
|
Allow skipping members by event.
|
2008-11-02 20:04:24 +00:00 |
|
Georg Brandl
|
ec2afc42ab
|
Don't throw away labels for code blocks.
|
2008-10-28 08:39:31 +00:00 |
|
Georg Brandl
|
3715bd90a0
|
Don't disable alphabetical and roman lists anymore.
|
2008-10-25 16:53:29 +00:00 |
|
Georg Brandl
|
528a06ff4e
|
Don't disregard return annotations for functions without any parameters.
|
2008-10-25 16:40:59 +00:00 |
|
Georg Brandl
|
094c7305b7
|
Add Spanish locale, by Guillem Borrell.
|
2008-10-25 16:10:21 +00:00 |
|
Georg Brandl
|
29a3a86cef
|
Add global citations. #1.
|
2008-10-25 15:54:34 +00:00 |
|
Georg Brandl
|
0bfeec7d13
|
Support "scale" option for images in HTML output.
|
2008-10-18 18:14:23 +00:00 |
|
Georg Brandl
|
4b9119f990
|
Support <meta> tags via meta directive.
|
2008-10-18 09:29:49 +00:00 |
|
Georg Brandl
|
884eb05a78
|
Include hyperref as the last package. Fixes #4027.
|
2008-10-17 11:24:43 +00:00 |
|
Georg Brandl
|
7f6c5310d4
|
Fix a problem with non-ASCII characters leading chapter titles, by updating fncychap.sty.
|
2008-10-17 07:52:16 +00:00 |
|
Georg Brandl
|
a1d1f4ee73
|
Only do colors on terminals that support them. #4102.
|
2008-10-16 21:16:28 +00:00 |
|
Georg Brandl
|
8ccd4ace64
|
Role names are case-insensitive. #24.
|
2008-10-16 20:41:05 +00:00 |
|
Georg Brandl
|
b4d0a9dc9a
|
Remove the "ni" environments; they are useless now that index
entries are always inserted separately. Fixes #4132.
|
2008-10-16 20:33:59 +00:00 |
|
Georg Brandl
|
e4306e5f87
|
Escape " to " in HTML help attribute values. #25.
|
2008-10-16 19:48:35 +00:00 |
|
Georg Brandl
|
7e1311e8cf
|
Fold in 0.4.3 changelog.
|
2008-10-16 19:47:08 +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
|
869df5123b
|
Add cmember role (#3875).
|
2008-09-24 17:09:48 +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
|
d8de24e1ad
|
Don't overwrite existing sphinx projects from quickstart.
|
2008-09-24 15:46:54 +00:00 |
|
Georg Brandl
|
47ce40c492
|
#16: allow referring to figures without explicit text.
|
2008-09-24 15:36:34 +00:00 |
|
Georg Brandl
|
dfee8188b3
|
Group changelog entries and fix docstring for jsdump.
|
2008-09-24 12:20:41 +00:00 |
|
Georg Brandl
|
3d3bcb00df
|
Rename rellinks to linktags.
|
2008-09-24 11:48:43 +00:00 |
|
Georg Brandl
|
47cc132ff4
|
Add changelog entry about search change.
|
2008-09-24 09:33:21 +00:00 |
|
Georg Brandl
|
d97f2a2c58
|
Allow lexer guessing.
|
2008-09-16 07:49:27 +00:00 |
|
Georg Brandl
|
f7fcd04bbc
|
Add Japanese translation, provided by Yasushi Masuda.
|
2008-09-16 07:14:17 +00:00 |
|
Georg Brandl
|
616cd89807
|
Add news entry.
|
2008-09-12 13:09:43 +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
|
afd4828932
|
Add polish locale, thanks to Michal Kandulski.
|
2008-09-06 16:26:27 +00:00 |
|
Georg Brandl
|
37da4a20ed
|
Respect __all__ when autodocumenting module members.
|
2008-08-15 19:43:52 +00:00 |
|