summaryrefslogtreecommitdiff
path: root/sphinx/writers
Commit message (Expand)AuthorAgeFilesLines
* Closes #1192: Fix escaping problem for hyperlinks in the manpage writer.Georg Brandl2013-09-161-1/+3
* Avoid some pyflakes false positives.Georg Brandl2013-09-164-4/+6
* Do not use footnotesize for table entries.Georg Brandl2013-09-161-3/+1
* merge with regrebo/sphinx (PR#151)Georg Brandl2013-09-161-10/+9
|\
| * Table improvements in latex:Lennart Regebro2013-07-126-50/+41
| |\
| * | Tables now look good.Lennart Regebro2013-03-041-10/+12
* | | Add test for docutils.conf and prevent 'html4css1.css' missing warning.Takayuki Shimizukawa2013-07-271-0/+8
| |/ |/|
* | Add a link to a blog post explaining docutils Writers/TranslatorsEric Holscher2013-07-021-0/+2
* | Use sphinx.util.compat.docutils_version, as suggested by Georg BrandlDmitry Shachnev2013-04-071-3/+2
* | manpage writer: write MACRO_DEF only with Docutils < 0.11Dmitry Shachnev2013-04-071-2/+5
* | Closes #1088: raise an "unsupported" error when trying to put a literal block...Georg Brandl2013-03-301-0/+4
* | Closes #961: Fix LaTeX output for triple quotes in code snippets.Georg Brandl2013-03-301-0/+1
* | Fix leading space in LaTeX table header cells.Georg Brandl2013-03-301-1/+1
* | Closes #1132: Fix LaTeX table output for multi-row cells in the first column.Georg Brandl2013-03-301-2/+3
* | Closes #1126: Fix double-hyphen to en-dash conversion in wrong places such asGeorg Brandl2013-03-301-0/+2
* | websupport: adapt builder to changes in html builder due to parallel building...Georg Brandl2013-03-291-1/+1
* | text writer: docstring proofreadingGeorg Brandl2013-03-291-2/+2
* | versionlabels are handled entirely in the versionmodified directive, instead ...Nozomu Kaneko2013-01-065-35/+12
* | Fix: text builder breach max-witdh specificatoin if paragraph have prefixed t...Takayuki Shimizukawa2013-03-091-4/+9
|/
* Set latex_elements['fontpkg'] = '' for Cyrillic languages (suggested by Dmitr...Jonathan Waltman2013-02-221-0/+10
* Merged in mitya57/sphinx (pull request #114)Jonathan Waltman2013-02-221-0/+2
|\
| * No need for \n in previous changeDmitry Shachnev2013-02-101-1/+1
| * LaTeX writer: include cmap package by default.Dmitry Shachnev2013-02-101-0/+2
* | Merged in klukas/sphinx (pull request #115)Jonathan Waltman2013-02-201-1/+2
|\ \
| * | Reverting inadvertent changesJeff Klukas2013-02-101-1/+0
| * | Added configuration option for how transitions are handled in latexJeff Klukas2013-02-101-1/+2
| * | Merged birkenfeld/sphinx into defaultJeff Klukas2013-02-108-58/+233
| |\ \ | | |/
| * | Added extraclassoptions to latex_elementsJeff Klukas2012-05-211-0/+4
* | | Closes #1108: [text] Correctly number enumerated lists with non-default start...Jonathan Waltman2013-02-201-1/+1
* | | Really fix seealso labels in manpage writer.Jonathan Waltman2013-02-201-1/+1
* | | [texinfo] Do not add the "Index" node when there are no entries.Jonathan Waltman2013-02-191-1/+5
* | | [texinfo] Do not capitalize words in deffn categories containing capital lett...Jonathan Waltman2013-02-191-1/+12
* | | [texinfo] Render desc_annotation nodes instead of skipping them.Jonathan Waltman2013-02-191-1/+16
* | | [texinfo] Change formatting of `@strong` and `@emph` in Info output.Jonathan Waltman2013-02-191-0/+2
* | | Fix seealso labels in manpage writer. (broke by commit d9c2da912d3d)Jonathan Waltman2013-02-191-1/+1
* | | [texinfo] Fix seealso labels. (broke by commit d9c2da912d3d)Jonathan Waltman2013-02-191-2/+3
* | | [texinfo] Tweak formatting of field lists.Jonathan Waltman2013-02-191-11/+7
* | | [texinfo] Use sphinx.locale.admonitionlabels for admonition nodes.Jonathan Waltman2013-02-191-13/+13
* | | [texinfo] Format system messages and problematic nodes like the text builder.Jonathan Waltman2013-02-191-10/+7
* | | [texinfo] Prevent hyphen conversion in option directive signatures.Jonathan Waltman2013-02-191-3/+8
* | | [texinfo] Avoid creating some unnecessary garbage when assembling the final d...Jonathan Waltman2013-02-191-1/+2
* | | [texinfo] Use `@finalout` and use the default page size for better TeX output.Jonathan Waltman2013-02-191-1/+1
* | | [texinfo] Use `@ref` instead of `@pxref` for better display of links in non-I...Jonathan Waltman2013-02-191-3/+3
* | | [texinfo] Change formatting of transitions.Jonathan Waltman2013-02-191-1/+1
* | | [texinfo] Change paragraphindent from 2 to 0.Jonathan Waltman2013-02-191-5/+3
* | | Closes #1110: Add new config value texinfo_no_detailmenu and do not generate ...Jonathan Waltman2013-02-191-7/+7
| |/ |/|
* | Fix text builder did not respect wide/fullwidth characters for textwrap.Takayuki Shimizukawa2013-02-071-0/+93
* | Fix text builder did not respect wide/fullwidth charactors for table layout.Takayuki Shimizukawa2013-02-061-2/+4
* | Fix text builder did not respect wide/fullwidth charactors for title line.Takayuki Shimizukawa2013-02-051-1/+3
* | Fix pyflakes issues.Georg Brandl2013-01-131-1/+1