Commit Graph

803 Commits

Author SHA1 Message Date
Georg Brandl
4deb6391a0 Add a manifest, since setuptools doesn't support hg.
Also add a few more things to hgignore file.
2008-11-02 23:32:15 +01:00
Georg Brandl
27a2a760c7 Add .hgignore file. 2008-11-02 21:57:29 +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
1ed2d916cd Improve node coverage for latex/text writers. 2008-11-01 14:40:02 +00:00
Georg Brandl
2ebb04f10f Fix for r67038. 2008-10-28 16:53:05 +00:00
Georg Brandl
ec2afc42ab Don't throw away labels for code blocks. 2008-10-28 08:39:31 +00:00
Georg Brandl
3d03243527 More examples. 2008-10-28 08:31:42 +00:00
Georg Brandl
6566a90193 Add PyPubSub. 2008-10-27 17:36:29 +00:00
Georg Brandl
fb58083eb5 Remove outdated check. 2008-10-27 17:36:19 +00:00
Georg Brandl
4d07c757ed Add missing po file. 2008-10-27 17:36:04 +00:00
Georg Brandl
3715bd90a0 Don't disable alphabetical and roman lists anymore. 2008-10-25 16:53:29 +00:00
Georg Brandl
8c39c19bf3 Respect add_module_names for index entries. 2008-10-25 16:47:14 +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
406aae4d6a Fix outdated docstring. 2008-10-25 16:09:15 +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
bcd1a78d83 Remove explicit height for relbar, to allow breaking text
not to flow into the main body.
2008-10-25 15:37:40 +00:00
Georg Brandl
88d6b2a960 Fix typo. 2008-10-25 15:34:12 +00:00
Georg Brandl
0bfeec7d13 Support "scale" option for images in HTML output. 2008-10-18 18:14:23 +00:00
Georg Brandl
a81f182221 Fix for systems where hyperref doesn't invoke ifpdf.sty. 2008-10-18 18:07:29 +00:00
Georg Brandl
9f4be9b916 Add minimal test for descitems. 2008-10-18 17:57:35 +00:00
Georg Brandl
3a1af61b9f Add test for meta directive and add visitor functions for latex and text writers. 2008-10-18 17:29:56 +00:00
Georg Brandl
4b9119f990 Support <meta> tags via meta directive. 2008-10-18 09:29:49 +00:00
Georg Brandl
6ab33ea1a9 Fix another ordering problem that led to uncolored Verbatim environments. 2008-10-17 11:47:36 +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
f1c5abad4e Update URLs. 2008-10-17 07:50:49 +00:00
Georg Brandl
ed4fc1e60c The new Matplotlib docs are live now. 2008-10-17 06:17:47 +00:00
Georg Brandl
5ba865551d Update license status. 2008-10-16 21:23:43 +00:00
Georg Brandl
5f6352541b Remove the win32 check, should be covered by color_terminal.
Add color_terminal check to quickstart.
2008-10-16 21:18:24 +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
a857b89a23 UTF-8 isn't mandatory anymore. 2008-10-16 20:31:28 +00:00
Georg Brandl
e4306e5f87 Escape " to &quot; 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
688ef9dc1f Properly escape authors and titles put into quickstart latex_documents setting. 2008-10-16 19:43:15 +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
23d578da81 Create pygments.css before copying user-supplied static files. 2008-10-16 19:29:35 +00:00
Georg Brandl
f0b1d78641 Let include encoding default to source encoding. 2008-10-16 19:25:31 +00:00
Georg Brandl
516d1a2872 Add "source_encoding" config value. 2008-10-16 19:21:06 +00:00
Georg Brandl
918fbecb12 This should fix compatibility with XeTeX *and* prevent issues like #3909. 2008-10-16 19:05:26 +00:00
Georg Brandl
d7e2a48555 Add "source-read" event. 2008-10-16 19:04:45 +00:00
Georg Brandl
39c3121344 Add new projects/URLs. 2008-10-08 11:24:37 +00:00
Benjamin Peterson
73ce37b504 silence some deprecation warnings 2008-10-04 20:06:30 +00:00
Georg Brandl
4a9612a951 Add zc.async. 2008-10-02 16:19:44 +00:00
Georg Brandl
869df5123b Add cmember role (#3875). 2008-09-24 17:09:48 +00:00