Georg Brandl
4cb330f8a6
#526 : Add Iranian translation, thanks to Omid Raha.
2010-10-22 13:24:17 +02:00
Georg Brandl
8c28be1cd6
#543 : Remove special treatment of None, True and False in literals.
2010-10-22 12:01:36 +02:00
Georg Brandl
b72621c447
#521 : Added :confval:linkcheck_ignore
config value.
2010-10-22 11:40:38 +02:00
Georg Brandl
092a7173a1
#518 : update Japanese catalog.
2010-10-22 11:30:07 +02:00
Georg Brandl
08c1076917
Implement missing node handlers for texinfo. Enable checking warnings from texinfo build in tests.
2010-10-22 11:27:33 +02:00
Georg Brandl
c48b67d3c9
Fix call.
2010-10-22 11:20:52 +02:00
Georg Brandl
db8189083d
merge with 1.0
2010-10-22 11:16:48 +02:00
Georg Brandl
92f6212c98
Add add_node() support for texinfo and add handlers for nodes in our extensions.
2010-10-22 11:16:23 +02:00
Georg Brandl
bd268c7182
Few cleanups after texinfo builder merge ( #529 ). Add CHANGES and AUTHORS entries. To do: add node handlers for all extension nodes so that the test documents can be handled without warnings.
2010-10-22 10:17:35 +02:00
Georg Brandl
e6f5d36a0b
merge with http://bitbucket.org/jonwaltman/sphinx-info
2010-10-22 10:06:24 +02:00
Georg Brandl
357f8472c7
#534 : warning message instead of crash if invalid Pygments lexer name is used.
2010-10-22 10:02:10 +02:00
Georg Brandl
c768b68340
#544 : Allow `.pyw
` as a source file extension.
2010-10-22 09:40:03 +02:00
Georg Brandl
39dc69e9d9
Remove obsolete config value.
2010-10-22 07:10:44 +02:00
Doug Hellmann
f50ce38f9c
include a blank line before a new line-block so it stands as its own paragraph
2010-10-20 08:10:07 -04:00
Georg Brandl
991d0e32b3
Fix missing paren.
2010-10-20 11:55:11 +02:00
Georg Brandl
08047fc523
Add Pocoo logo to the sidebar on the index page.
2010-10-18 18:06:02 +02:00
Georg Brandl
15fe77069a
Add pypol.
2010-10-17 08:41:52 +02:00
Georg Brandl
4f8d836dae
merge
2010-10-16 21:56:02 +02:00
Georg Brandl
260e165cc3
merge with 1.0
2010-10-16 21:43:48 +02:00
Georg Brandl
a63dc62abd
Record Python version in save_traceback(), to better debug 2 vs 3 issues.
2010-10-16 21:42:47 +02:00
Daniel Neuhäuser
b7495701db
merge with birkenfeld/sphinx
2010-10-14 23:28:03 +02:00
Daniel Neuhäuser
27dcdb4bdd
doctest setup-/testrunner now share stdout
...
This was a patch pfein send my via #pocoo
2010-10-14 23:26:08 +02:00
Georg Brandl
e7ae435ea2
merge with 1.0
2010-10-10 21:48:15 +02:00
Georg Brandl
817937c3f2
"inofficial" sounds strange here; fix up description of wiki page.
2010-10-10 21:47:03 +02:00
Daniel Neuhäuser
a3a0a96c3a
Mention Sphinx Contrib in the documentation.
...
Along with that I also removed the part about finding a place
to host extensions when a message about one is send to the
mailinglist, as I believe we have one for every extension
with Sphinx Contrib.
2010-10-10 20:00:12 +02:00
Daniel Neuhäuser
c0fa71a547
Mention Sphinx Contrib in the documentation.
...
Along with that I also removed the part about finding a place
to host extensions when a message about one is send to the
mailinglist, as I believe we have one for every extension
with Sphinx Contrib.
2010-10-10 20:00:12 +02:00
Chris Rebert
ef62d317e5
autodoc's docstring/special-comment detection works for instance attributes too
2010-10-02 00:05:59 -07:00
Daniel Neuhäuser
6149c462a3
Fix file path handling in the epub builder
2010-09-28 18:15:20 +02:00
Daniel Neuhäuser
674f04d808
Fix line length
2010-09-28 15:58:10 +02:00
Georg Brandl
436a471974
Add changelog entry.
2010-09-21 10:31:59 +02:00
Georg Brandl
f887bb5cb7
merge with http://bitbucket.org/dhellmann/sphinx-graphviz-paragraphs/
2010-09-21 10:30:43 +02:00
Jonathan Waltman
6ec0871637
merge
2010-09-20 04:15:00 -05:00
Jonathan Waltman
464fee8523
Remove unused imports and clean up
2010-09-20 04:04:24 -05:00
Georg Brandl
4ab7ed43f4
merge with 1.0
2010-09-17 10:11:24 +02:00
Georg Brandl
8fc05dd271
Added tag 1.0.4 for changeset d2c100cde633
2010-09-17 10:09:58 +02:00
Georg Brandl
a3afc2a202
Update for 1.0.4.
2010-09-17 10:02:07 +02:00
Georg Brandl
81bb0cd8d1
#524 : Open intersphinx inventories in binary mode on Windows, since version 2 contains zlib-compressed data.
2010-09-17 09:54:28 +02:00
Doug Hellmann
4a00029a43
add 'inline' flag to graphviz extension directives to control paragraph breaks
2010-09-16 09:29:04 -04:00
Jonathan Waltman
1a5f00d83c
Remove left-over debugging code
2010-09-16 02:34:54 -05:00
Jonathan Waltman
13684aa91f
Add tests for Texinfo builder
2010-09-16 02:19:06 -05:00
Jonathan Waltman
a5343b4c5b
Add documentation for Texinfo builder
2010-09-16 02:16:27 -05:00
Jonathan Waltman
0d1b0020d5
Update config for Texinfo
2010-09-16 02:08:31 -05:00
Jonathan Waltman
72e865e0ca
Add Texinfo builder and writer
2010-09-16 02:06:48 -05:00
Georg Brandl
242555d6ca
merge with 1.0
2010-09-10 09:09:55 +02:00
Georg Brandl
c117b8524f
Add link to standard markup description.
2010-09-10 09:05:00 +02:00
Daniel Neuhäuser
fee6b38142
Remove trailing whitespace
2010-09-03 17:10:22 +02:00
Daniel Neuhäuser
3c2160e2c1
Added Heapkeeper to the examples
2010-09-01 16:27:22 +02:00
Robert Lehmann
6812af60c2
merge
2010-08-27 01:03:57 +02:00
Robert Lehmann
ef870346de
Document internationalization mechanisms.
2010-08-27 01:02:49 +02:00
Georg Brandl
fd814f1bcd
merge with 1.0
2010-08-26 16:26:48 +00:00