Commit Graph

1326 Commits

Author SHA1 Message Date
Georg Brandl
23e77c67a8 Fix #132... 2009-03-26 14:55:17 -04:00
Georg Brandl
f7f786752e Update for 0.6.1dev. 2009-03-24 22:02:31 +01:00
Georg Brandl
fbdb5007cc Added tag 0.6 for changeset 20f4a9ab90da 2009-03-24 21:47:28 +01:00
Georg Brandl
96689eec28 Update info for 0.6 final. 2009-03-24 21:45:17 +01:00
Georg Brandl
7685ccd396 Use package_dir for themepath. 2009-03-24 21:20:47 +01:00
Georg Brandl
fe199244c7 Fix JQuery API usage to work with 1.3.x. 2009-03-24 21:16:51 +01:00
Georg Brandl
8f44464e3b Fix the fix of #127 to actually work. 2009-03-24 11:15:24 +00: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
Sebastian Wiesner
38ae883e97 #127: string-escape user-input from quickstart 2009-03-19 16:19:12 +01:00
Georg Brandl
64df1ae6be Add empty var for latex options in Makefile for latex output. 2009-03-24 08:32:43 +00:00
Georg Brandl
19586782da merge with 0.5 2009-03-24 08:24:39 +00:00
Georg Brandl
8480468f01 Added tag 0.5.2 for changeset 24762d857a19 2009-03-24 08:23:03 +00:00
Georg Brandl
ecf20b3f7b Update for 0.5.2 final. 2009-03-24 08:17:24 +00:00
Georg Brandl
ef48d8aacb #128: fix variable name. 2009-03-21 09:54:42 +01:00
Georg Brandl
bfb483d0b2 Added tag 0.6b1 for changeset 62a2a4c22b6e 2009-03-16 23:57:30 +01:00
Georg Brandl
7c6c3da0b6 merge with 0.5 2009-03-16 23:56:42 +01:00
Georg Brandl
cdfa063541 Added tag 0.5.2b1 for changeset f00273402c92 2009-03-16 23:55:50 +01:00
Georg Brandl
fe8fba2923 Update version info for 0.5.2b1. 2009-03-16 23:51:02 +01:00
Georg Brandl
30bbfd48e3 Update version info for 0.6b1. 2009-03-16 23:50:34 +01:00
Georg Brandl
1878c02078 Restore 2.4 compatibility and fix removing the generated file properly. 2009-03-16 23:46:58 +01:00
Georg Brandl
ef98b65f29 Do proper cleanup of generated files. 2009-03-16 23:30:17 +01:00
Georg Brandl
32800b1762 Fix test_env. 2009-03-16 22:47:52 +01:00
Georg Brandl
df6b2001ed Fix test suite for docutils 0.4. 2009-03-16 22:37:38 +01:00
Georg Brandl
302e4e0a3b Fix for graphviz map files from Sebastian Wiesner. 2009-03-16 21:15:26 +01:00
Georg Brandl
03c95bbc6e Fix test_env. 2009-03-16 12:07:23 +01:00
Georg Brandl
5ea87fd6c4 Fix autosummary test suite. 2009-03-16 11:41:35 +01:00
Georg Brandl
9d0a9f3f41 Fix the test suite. 2009-03-16 11:24:19 +01:00
Georg Brandl
338312dd61 Add autosummary doc stub. 2009-03-16 01:30:09 +01:00
Georg Brandl
268844b6a8 Add Sage. 2009-03-16 01:11:33 +01:00
Georg Brandl
02f7601dc0 merge with 0.5 2009-03-16 00:05:15 +01:00
Georg Brandl
5f6c38f47a Handle inline nodes in latex and text writers. 2009-03-16 00:04:40 +01:00
Georg Brandl
9732e6720b Update MapServer URL. 2009-03-15 23:55:05 +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
33a30a21db Note `autosummary` extension. 2009-03-15 23:29:10 +01:00
Georg Brandl
9f12d678aa Fix test. 2009-03-15 19:55:48 +01:00
Georg Brandl
74dd919170 Fix attribute reference error. 2009-03-15 19:06:57 +01:00
Georg Brandl
cc8030b074 Fix test_env after update() API change. 2009-03-15 19:04:02 +01:00
Georg Brandl
1861a9ec5d Add autosummary to tests. 2009-03-15 19:02:37 +01:00
Georg Brandl
8e00cff32c Improve ImportError message. 2009-03-15 18:42:56 +01:00
Georg Brandl
ea286e05cd Work on autodoc: move -g command-line argument to config value, make
directive up to new API.
2009-03-15 18:36:00 +01:00
Georg Brandl
a77888a42b Document setup_extension(). 2009-03-14 21:34:59 +01:00
Georg Brandl
ca27c7285a Remove extra autosummary license since Sphinx now uses 2-clause BSD as well. 2009-03-14 21:16:20 +01:00
Georg Brandl
2c1d0a62fb merge with autosummary branch 2009-03-14 21:14:48 +01:00
Georg Brandl
c85d4c2db2 Work a bit on coding style of autosummary. 2009-03-14 21:08:52 +01:00
Georg Brandl
b8988db3d1 Add PyLit. 2009-03-09 18:51:55 +01:00
Georg Brandl
39bd7dff92 Encode graphviz input to utf-8. 2009-03-09 15:04:32 +01:00
Georg Brandl
0f3e0ec335 merge with 0.5 2009-03-09 14:59:04 +01:00