summaryrefslogtreecommitdiff
path: root/sphinx/writers
Commit message (Expand)AuthorAgeFilesLines
* Follow the behavior described by :confval:`primary_domain` to display domain ...Jon Waltman2011-07-071-4/+6
* Use ``ObjType.lname`` for the category in Texinfo desc_signatures.Jon Waltman2011-07-031-21/+12
* Prevent indexing commands from causing a paragraph break in Texinfo.Jon Waltman2011-06-291-1/+6
* Replace no-break spaces with normal ones inside desc_parameters for Texinfo.Jon Waltman2011-06-271-1/+4
* Properly escape ``quote'' characters in Texinfo.Jon Waltman2011-06-271-0/+3
* Add method ``ensure_eol`` and use it to fix paragraph spacing in Texinfo.Jon Waltman2011-06-271-20/+34
* merge with 1.0Georg Brandl2011-05-151-2/+10
|\
| * Closes #676: Respect custom function/method parameter separator strings.Georg Brandl2011-05-151-1/+2
| * Closes #647: Do not apply SmartyPants in parsed-literal blocks.Georg Brandl2011-05-151-1/+8
* | Add :confval:`texinfo_show_urls`.Jon Waltman2011-03-061-2/+2
* | Add Texinfo support in ext.graphviz, ext.inheritance_diagram and ext.mathbase.Jon Waltman2011-03-051-102/+103
* | 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-021-65/+125
|\ \
| * | Wrap long menu entries in Texinfo.Jon Waltman2011-02-221-9/+18
| * | Generate domain indices in Texinfo.Jon Waltman2011-02-081-5/+52
| * | Don't delete characters that can be escaped in Texinfo.Jon Waltman2011-02-081-34/+29
| * | 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
| * | Tweak how the Texinfo writer escapes index entries.Jon Waltman2011-01-081-1/+1
* | | Make check.Georg Brandl2011-01-151-3/+6
* | | merge with 1.0Georg Brandl2011-01-156-68/+1452
|\ \ \ | |/ / | | / | |/ |/|
| * #160: separate latex rows with horizontal lines like in other builders too.Georg Brandl2011-01-081-5/+5
| * #454: Add more index markup capabilities: marking see/seealso entries, and ma...Georg Brandl2011-01-071-20/+28
| * #586: Implemented improved glossary markup which allows multiple terms per de...Georg Brandl2011-01-065-1/+20
| * #259: HTML table rows now have even/odd CSS classes to enable "Zebra styling".Georg Brandl2011-01-061-0/+27
| * merge with 1.0Georg Brandl2011-01-066-42/+1372
| |\
| | * #516: Added new value of the :confval:`latex_show_urls` option to show the UR...Georg Brandl2011-01-061-4/+20
| | * merge with 1.0Georg Brandl2011-01-066-39/+1363
| | |\
| | | * merge with 1.0Georg Brandl2011-01-041-1/+2
| | | |\
| | | * \ merge with bb://jonwaltman/sphinx-infoGeorg Brandl2011-01-041-4/+40
| | | |\ \
| | | | * | Implement image handling for Texinfo builderJon Waltman2010-11-071-3/+39
| | | | * | Improve Texinfo xref appearance in non Info outputJon Waltman2010-11-071-1/+1
| | | * | | merge with bb+http://jonathanj/sphinxGeorg Brandl2011-01-041-0/+13
| | | |\ \ \
| | | | * | | Implement "man_show_urls" configuration option to show the URL after external...Jonathan Jacobs2010-10-241-0/+13
| | | | |/ /
| | | * | | #209: Added :confval:`text_newlines` and :confval:`text_sectionchars` config ...Georg Brandl2011-01-041-9/+17
| | | * | | merge with 1.0Georg Brandl2011-01-047-7/+7
| | | |\ \ \
| | | * \ \ \ merge with 1.0Georg Brandl2011-01-045-30/+1297
| | | |\ \ \ \
| | | | * | | | Use better-readable code markup in text output.Georg Brandl2010-12-181-2/+2
| | | | * | | | Remove html_permalink_text again and give meaning to html_add_permalinks.Georg Brandl2010-12-111-6/+8
| | | | * | | | #559 Add `html_permalink_text` confvalDaniel Neuh?user2010-12-011-6/+11
| | | | * | | | Fix a few smaller issues. Add JS and CSS for all pages.Georg Brandl2010-11-211-1/+1
| | | | * | | | Make websupport builder inherit from serializing builder, remove separate Web...Georg Brandl2010-11-201-1/+1
| | | | | |/ / | | | | |/| |
| | | | * | | merge with 1.0Georg Brandl2010-10-225-19/+1279
| | | | |\ \ \
| | | | | * | | #543: Remove special treatment of None, True and False in literals.Georg Brandl2010-10-221-3/+0