Commit Graph

713 Commits

Author SHA1 Message Date
Chris
a9f2171df7 modified license file to reflect removal of numpy-specific code. 2008-11-04 13:59:02 -07:00
Chris
4dbecf132d added -g option to sphinx-build and cleaned out numpy code. 2008-11-04 13:58:17 -07:00
Chris
094f201eff modified sphinx-build script to allow for auto-generation of docs 2008-11-04 11:25:03 -07:00
Chris
cd6474b961 reorganized code to fit within the ext.autosummary module 2008-11-04 11:07:58 -07:00
Chris
59aed541f9 brought over license file from numpy 2008-11-04 10:40:42 -07:00
Chris
b2141637e5 initial code brought over from numpy. Now we need to do some simplification of the numpy code. 2008-11-04 10:29:50 -07: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
25f63fec52 Fix "(class in None)" being generated as index entry. #4248. 2008-11-03 10:32:46 +01:00
Georg Brandl
96caeae56d Update repo location. 2008-11-02 23:52:49 +01:00
Georg Brandl
7de0061d80 More things to ignore. 2008-11-02 23:33:19 +01:00
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