Commit Graph

1318 Commits

Author SHA1 Message Date
Georg Brandl
eefc54baca Fix #86; merged from mq 2009-01-14 19:39:27 +01:00
mq
fccd4fff66 fix custom link titles in toctrees 2009-01-14 14:44:10 +01:00
Georg Brandl
677d096393 On Windows, the target of os.rename() may not exist. 2009-01-13 23:55:24 +01:00
Georg Brandl
0da1788c0e Remove debugging print. 2009-01-11 10:18:40 +01:00
Georg Brandl
24023f8f3b Some more license nits. 2009-01-03 12:15:04 +01:00
Georg Brandl
0b28b3e6f6 Switch copyright and license tags to single style. Add contributor
names in AUTHORS instead, and add the license of etree13 to
LICENSE.
2009-01-03 11:57:07 +01:00
Georg Brandl
9b48c13ee8 * #81: Write environment and search index in a manner that is safe
from exceptions that occur during dumping.
2009-01-03 11:13:43 +01:00
Georg Brandl
8af0caea30 Fix #80: use string.ascii_* constants in case locale.setlocale() is
somehow called which then leads to UnicodeErrors.
2009-01-02 14:51:55 +01:00
Georg Brandl
f07d0afef2 Note how to change default role. 2008-12-28 21:29:40 +01:00
Georg Brandl
1050c9bca5 Fix #58: Add extension tutorial and better docs on where to put extensions. 2008-12-21 00:10:47 +01:00
Georg Brandl
5f8e73d334 Add SQLAlchemy. 2008-12-17 22:51:07 +01:00
Georg Brandl
0ef0c50f03 Post-release updates. 2008-12-15 22:07:28 +01:00
Georg Brandl
894e5b2bcd Added tag 0.5.1 for changeset dfe5aae7c8ad 2008-12-15 22:06:20 +01:00
Georg Brandl
3f8d3b634f Prepare for 0.5.1 release. 2008-12-15 21:55:50 +01:00
Georg Brandl
04f02b34d0 Fix #67: Output warnings about failed doctests in the doctest extension
even when running in quiet mode.
2008-12-15 19:59:23 +01:00
Georg Brandl
1d8f1f1520 Remove duplicate warning. 2008-12-15 19:52:59 +01:00
Georg Brandl
1dc46e6583 * #72: In pngmath, make it possible to give a full path to LaTeX and
dvipng on Windows.  For that to work, the ``pngmath_latex`` and
  ``pngmath_dvipng`` options are no longer split into command and
  additional arguments; use ``pngmath_latex_args`` and
  ``pngmath_dvipng_args`` to give additional arguments.
2008-12-15 19:24:34 +01:00
Georg Brandl
9e9766a41a Fix two issues with non-ASCII characters being written to byte streams. 2008-12-15 11:35:27 +01:00
Georg Brandl
7debd67c23 Warn if doctest blocks don't contain code. 2008-12-15 11:29:07 +01:00
Georg Brandl
44b0929669 Fix handling of :param: and :type: with roles. 2008-12-15 11:11:47 +01:00
Georg Brandl
c49d8217e9 Fix #70: clarify meaning of |today|. 2008-12-15 10:26:07 +01:00
Georg Brandl
b7a2491e21 #65: Store depth information in PNG images themselves. 2008-12-10 00:43:11 +01:00
Georg Brandl
0d88e4b020 Fix automethod outside class context. 2008-12-09 23:37:39 +01:00
Georg Brandl
058001c831 Fix #68: invalid latex output for images with height set. 2008-12-08 08:52:55 +01:00
Georg Brandl
83dba8fc76 Fix #60: "smart" image inclusion in subdirs. 2008-12-08 08:44:18 +01:00
Georg Brandl
02123d6650 Fix JS search when html_copy_source is off. 2008-12-07 23:16:57 +01:00
Georg Brandl
132086798a Fix autoclass_content = "both" bug. 2008-12-07 22:36:23 +01:00
Georg Brandl
2320d582ab Add tinyTiM. 2008-12-07 21:40:33 +01:00
Georg Brandl
13043771f4 Fix package name. 2008-12-06 23:26:40 +01:00
Georg Brandl
8c055e8004 Document that mathbase isn't meant to be included in the extensions config
value.
2008-12-06 23:26:34 +01:00
Georg Brandl
1bad6b8f1a Add changelog entry for last commit. 2008-12-06 08:58:47 +01:00
Georg Brandl
21a45409b1 Fix s/self/this in JavaScript. 2008-12-06 08:58:15 +01:00
Georg Brandl
106ec3b249 Bump version tag. 2008-12-05 20:10:32 +01:00
Georg Brandl
1cc4c1da6a Remove obsolete styles. 2008-12-05 20:06:06 +01:00
Georg Brandl
bd32a22946 Allow \\ to mean \ in signatures. 2008-12-05 19:55:27 +01:00
Georg Brandl
35a58e50ca Also fix invalid index entries for Latex output. 2008-11-30 21:06:07 +01:00
Georg Brandl
a967dc4027 Fix #60: Don't crash for invalid index entries. 2008-11-30 20:56:08 +01:00
Georg Brandl
40f8fb4dc2 Locale catalog update. 2008-11-27 18:40:57 +01:00
Georg Brandl
2740523edd Note that the quickstarted conf.py doesn't contain all possible config values. 2008-11-27 18:34:34 +01:00
Georg Brandl
8225225139 Fix #59: use easy_install -U to upgrade existing versions. 2008-11-27 18:26:24 +01:00
Georg Brandl
80cccbdb00 Add Pysparse. 2008-11-27 18:11:02 +01:00
Sebastian Wiesner
80740d68c4 Scaled images are now linked to their high resulution version. 2008-11-25 21:29:19 +01:00
Georg Brandl
6ee8b51c01 Dont prefer SVG before PNG until SVG is supported and its handling in Sphinx sorted out. 2009-02-18 00:21:11 +01:00
Georg Brandl
219fdd282d Add node structure picture. 2009-02-18 00:17:28 +01:00
Georg Brandl
8777c34779 Add link to docutils directive docs. 2009-02-18 00:13:12 +01:00
Georg Brandl
632a2f0fd6 Add more FAQ entries. 2009-02-18 00:10:32 +01:00
Georg Brandl
4b2864e87c Add a test for a new documenter. 2009-02-18 00:06:24 +01:00
Georg Brandl
b42e9303f4 Update the test_autodoc for the autodoc refactorings and fix a few remaining bugs. 2009-02-17 23:55:05 +01:00
Georg Brandl
53ed60d6dc Add examples for docnames. 2009-02-17 23:08:26 +01:00
Georg Brandl
f513c0e99b Add changelog entries. 2009-02-17 22:11:17 +01:00