summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close unused branches.i18n-man-unicodeGeorg Brandl2011-11-010-0/+0
* [i18n][man] add missing deunicode().kou2011-05-291-1/+1
* Update compiled japanese catalog.Georg Brandl2011-05-151-0/+0
* [ja] update Japanese translations.kou2011-05-152-27/+20
* merge with 1.0Georg Brandl2011-05-159-33/+108
|\
| * Closes #657: viewcode now works correctly with source files that have non-ASC...Georg Brandl2011-05-153-14/+59
| * Closes #658: fix error in script_files example and document css_files.Georg Brandl2011-05-151-1/+5
| * Closes #669: Respect the ``noindex`` flag option in py:module directives.Georg Brandl2011-05-152-9/+14
| * Closes #675: Fix IndexErrors when including nonexisting lines with :rst:dir:`...Georg Brandl2011-05-152-1/+10
| * Closes #676: Respect custom function/method parameter separator strings.Georg Brandl2011-05-152-1/+4
| * Closes #682: Fix JS incompatibility with jQuery >= 1.5.Georg Brandl2011-05-152-1/+3
| * Closes #693: Fix double encoding done when writing HTMLHelp .hhk files.Georg Brandl2011-05-152-1/+3
| * Closes #647: Do not apply SmartyPants in parsed-literal blocks.Georg Brandl2011-05-152-1/+10
* | Closes #98: mention original copyright owners, and port fix from https://bitb...Georg Brandl2011-05-151-2/+8
* | Closes #665: update Turkish translation.Georg Brandl2011-05-152-79/+85
* | Closes #670: Allow docutils "standard includes" to be again specified with th...Georg Brandl2011-05-151-0/+4
* | Closes #671: new autodoc features: :special-members: and :private-members: sh...Georg Brandl2011-05-151-17/+31
* | Closes #683: set default MathJax path to the CDN URL, and update the docs acc...Georg Brandl2011-05-152-10/+11
* | Closes #694: add Latvian locale, thanks to Alexander Smishlajev.Georg Brandl2011-05-156-0/+774
* | merge with https://bitbucket.org/ericholscher/sphinx/Georg Brandl2011-05-151-0/+7
|\ \
| * | Added Read the Docs to the using documentationEric Holscher2011-03-201-0/+7
* | | branch mergeGeorg Brandl2011-05-156-6/+33
|\ \ \
| * | | Support varargs in C++ function signatures.Chris Pickel2011-04-192-0/+10
| * | | Cleanup after pull from https://bitbucket.org/timmartin/sphinxGeorg Brandl2011-05-153-10/+8
| * | | Fixed a bug in test_intl.py: teardown didn't get called if the test was skippedTim Martin2011-04-171-0/+5
| * | | Expanded the docstring of gen_with_app to explain how it differs from with_appTim Martin2011-04-131-1/+3
| * | | The test runner script now checks for the docutils and jinja libraries, witho...Tim Martin2011-04-121-0/+12
| |/ /
* | | [i18n] support reference line.kou2011-05-081-4/+9
* | | [i18n] don't generate duplicated msgid.kou2011-05-081-4/+7
* | | Improved multi-word search by doing object lookups and matching descriptions ...Luke Plant2011-05-141-10/+36
* | | Pulled object search routine into separate routine.Luke Plant2011-05-141-33/+48
* | | merge with 1.0Georg Brandl2011-04-291-1/+1
|\ \ \ | |/ / |/| / | |/
| * #651: sort undocumented classes alphabetically.Georg Brandl2011-04-291-1/+1
* | Add :confval:`texinfo_show_urls`.Jon Waltman2011-03-064-6/+32
* | Add Texinfo support in ext.graphviz, ext.inheritance_diagram and ext.mathbase.Jon Waltman2011-03-056-112/+153
* | Use the standard Texinfo markup for footnotes.Jon Waltman2011-03-051-7/+53
* | Add stubs for missing node handlers in Texinfo and remove unnecessary ones.Jon Waltman2011-03-051-17/+26
* | Refactor Texinfo writer; remove ``add_text`` and ``rstrip`` methods.Jon Waltman2011-03-051-268/+188
* | Handle targets better in Texinfo to avoid bad xrefs.Jon Waltman2011-03-041-57/+87
* | Use builder.warn instead of document.reporter.* in Texinfo.Jon Waltman2011-03-041-12/+13
* | Add contextual information in Texinfo system messages.Jon Waltman2011-03-041-5/+7
* | Add a standard @copying block in Texinfo.Jon Waltman2011-03-031-15/+44
* | Merge with https://bitbucket.org/birkenfeld/sphinxJon Waltman2011-03-026-83/+147
|\ \
| * | Document :confval:`texinfo_domain_indices` and update quickstart.Jon Waltman2011-02-233-5/+17
| * | Wrap long menu entries in Texinfo.Jon Waltman2011-02-221-9/+18
| * | Generate domain indices in Texinfo.Jon Waltman2011-02-082-17/+52
| * | Don't delete characters that can be escaped in Texinfo.Jon Waltman2011-02-081-34/+29
| * | Mention the texinfo builder in the sphinx-build man pageJon Waltman2011-01-281-0/+4
| * | Improve how long index entries are formatted in texinfo.Jon Waltman2011-01-281-3/+10
| * | Include all nodes in the master menu.Jon Waltman2011-01-281-22/+24