| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added support for non-local files to Application.add_stylesheet() | Mateusz Paprocki | 2011-07-19 | 1 | -2/+5 |
| | | |||||
| * | graphviz: also catch IOError with Errno 22 (invalid parameter) | Benoit Allard | 2011-07-14 | 2 | -1/+9 |
| | | | | | | This happen on Python2.7 and Graphviz version 2.12 (Mon Dec 4 22:04:37 UTC 2006) on Windows when a not recognized renderer type is asked. | ||||
| * | Don't use deprecated values in the template conf.py (issue732) | Benoit Allard | 2011-07-14 | 1 | -6/+8 |
| | | |||||
| * | Remove unused import. | Georg Brandl | 2011-07-09 | 1 | -2/+2 |
| | | |||||
| * | Merged in michaeljones/sphinx (pull request #3) | Georg Brandl | 2011-07-09 | 13 | -82/+987 |
| |\ | |||||
| | * | Merged in jonwaltman/sphinx-info (pull request #5) | Georg Brandl | 2011-07-07 | 6 | -39/+126 |
| | |\ | |||||
| | | * | Move node filtering into extract_messages. | Robert Lehmann | 2011-07-06 | 2 | -6/+11 |
| | | | | |||||
| | | * | Distribute UUIDs over multiple comment lines. | Robert Lehmann | 2011-07-06 | 1 | -2/+2 |
| | | | | |||||
| | | * | Comment and stretch out code. | Robert Lehmann | 2011-07-06 | 1 | -9/+15 |
| | | | | | | | | | | | | | Also leverage the fact that we ignore Sphinx' built-in messages for catalogs. | ||||
| | | * | Close #630: Revamp data structures used for message catalogs. | Robert Lehmann | 2011-07-06 | 1 | -6/+16 |
| | | | | |||||
| | | * | skip literal_block | shibu | 2010-10-28 | 1 | -0/+2 |
| | | | | |||||
| | | * | Refactor comment generating code for message catalogs. | Robert Lehmann | 2011-07-06 | 1 | -8/+11 |
| | | | | | | | | | | | | | | | | | | | Bring back UUIDs in comments too. Overrides kou's 7b77dd3717af. | ||||
| | | * | The math extension displaymath directives now support ``name`` in | Georg Brandl | 2011-06-30 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | addition to ``label`` for giving the equation label, for compatibility with Docutils. | ||||
| | | * | autosummary: obtain import prefixes from environment also in the autolink role | Pauli Virtanen | 2011-06-29 | 1 | -14/+22 |
| | | | | |||||
| | | * | autosummary/generate: slightly more robust parsing in find_autosummary_in_lines | Pauli Virtanen | 2011-06-29 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | Skip non-content lines of autosummary:: directives, if they have a greater leading indent. | ||||
| | | * | autosummary: respect py:currentclass when looking up Python objects | Pauli Virtanen | 2011-06-29 | 1 | -1/+9 |
| | | | | | | | | | | | | | This makes autosummary directives inside classes to work properly. | ||||
| | | * | autosummary: fix get_documenter to handle its *parent* parameter correctly | Pauli Virtanen | 2011-06-29 | 1 | -9/+26 |
| | | | | | | | | | | | | | | | | The *parent* parameter is a Python object, and should not be passed on to Documenter.can_document_member, which expects a Documenter instance. | ||||
| | | * | autosummary: improve robustness of the signature compactification | Pauli Virtanen | 2011-06-29 | 1 | -5/+21 |
| | | | | |||||
| | | * | Closes #724: Add license for Underscore.js. | Robert Lehmann | 2011-06-28 | 1 | -0/+7 |
| | | | | |||||
| | * | | Follow the behavior described by :confval:`primary_domain` to display domain ↵ | Jon Waltman | 2011-07-07 | 1 | -4/+6 |
| | | | | | | | | | | | | | object names and use this as the category in Texinfo desc_signatures. | ||||
| | * | | Use ``ObjType.lname`` for the category in Texinfo desc_signatures. | Jon Waltman | 2011-07-03 | 1 | -21/+12 |
| | | | | |||||
| | * | | Fix NameError in graphviz.render_dot_texinfo. | Jon Waltman | 2011-06-30 | 1 | -1/+2 |
| | | | | |||||
| | * | | Prevent indexing commands from causing a paragraph break in Texinfo. | Jon Waltman | 2011-06-29 | 1 | -1/+6 |
| | | | | |||||
| | * | | Replace no-break spaces with normal ones inside desc_parameters for Texinfo. | Jon Waltman | 2011-06-27 | 1 | -1/+4 |
| | | | | |||||
| | * | | Properly escape ``quote'' characters in Texinfo. | Jon Waltman | 2011-06-27 | 1 | -0/+3 |
| | | | | |||||
| | * | | Add method ``ensure_eol`` and use it to fix paragraph spacing in Texinfo. | Jon Waltman | 2011-06-27 | 1 | -20/+34 |
| | |/ | |||||
| | * | Recompile German catalog. | Georg Brandl | 2011-06-07 | 1 | -0/+0 |
| | | | |||||
| | * | Merge with 1.0. | Georg Brandl | 2011-06-07 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Close #712: fix indentation error in German translation. | Georg Brandl | 2011-06-07 | 2 | -1/+1 |
| | | | | |||||
| | * | | Add Nepali translation, thanks to Arati Sharma. | Georg Brandl | 2011-06-07 | 3 | -0/+799 |
| | | | | |||||
| * | | | Respect "includehidden" for sub-toctrees as well | Michael Jones | 2011-06-05 | 1 | -6/+8 |
| |/ / | | | | | | | | | | | Previously, the includehidden method argument was only being taken into account for top level toctrees. This meant that hidden subtree toctrees were still being resolved if they exists below a non-hidden toctree. | ||||
| * | | Update compiled japanese catalog. | Georg Brandl | 2011-05-15 | 1 | -0/+0 |
| | | | |||||
| * | | [ja] update Japanese translations. | kou | 2011-05-15 | 2 | -27/+20 |
| | | | |||||
| * | | merge with 1.0 | Georg Brandl | 2011-05-15 | 7 | -32/+87 |
| |\ \ | |/ | |||||
| | * | Closes #657: viewcode now works correctly with source files that have ↵ | Georg Brandl | 2011-05-15 | 2 | -14/+56 |
| | | | | | | | | | non-ASCII encoding. | ||||
| | * | Closes #669: Respect the ``noindex`` flag option in py:module directives. | Georg Brandl | 2011-05-15 | 1 | -9/+12 |
| | | | |||||
| | * | Closes #675: Fix IndexErrors when including nonexisting lines with ↵ | Georg Brandl | 2011-05-15 | 1 | -1/+7 |
| | | | | | | | | | :rst:dir:`literalinclude`. | ||||
| | * | Closes #676: Respect custom function/method parameter separator strings. | Georg Brandl | 2011-05-15 | 1 | -1/+2 |
| | | | |||||
| | * | Closes #682: Fix JS incompatibility with jQuery >= 1.5. | Georg Brandl | 2011-05-15 | 1 | -1/+1 |
| | | | |||||
| | * | Closes #693: Fix double encoding done when writing HTMLHelp .hhk files. | Georg Brandl | 2011-05-15 | 1 | -1/+1 |
| | | | |||||
| | * | Closes #647: Do not apply SmartyPants in parsed-literal blocks. | Georg Brandl | 2011-05-15 | 1 | -1/+8 |
| | | | |||||
| * | | Closes #98: mention original copyright owners, and port fix from ↵ | Georg Brandl | 2011-05-15 | 1 | -2/+8 |
| | | | | | | | | | https://bitbucket.org/thomaswaldmann/sphinx-autopackage-script/changeset/dba2b779c1af. | ||||
| * | | Closes #665: update Turkish translation. | Georg Brandl | 2011-05-15 | 2 | -79/+85 |
| | | | |||||
| * | | Closes #670: Allow docutils "standard includes" to be again specified with ↵ | Georg Brandl | 2011-05-15 | 1 | -0/+4 |
| | | | | | | | | | the ``include`` directive. | ||||
| * | | Closes #671: new autodoc features: :special-members: and :private-members: ↵ | Georg Brandl | 2011-05-15 | 1 | -17/+31 |
| | | | | | | | | | should respect :undoc-members:. Also :special-members: should not document __doc__. | ||||
| * | | Closes #683: set default MathJax path to the CDN URL, and update the docs ↵ | Georg Brandl | 2011-05-15 | 1 | -2/+3 |
| | | | | | | | | | accordingly. | ||||
| * | | Closes #694: add Latvian locale, thanks to Alexander Smishlajev. | Georg Brandl | 2011-05-15 | 4 | -0/+772 |
| | | | |||||
| * | | branch merge | Georg Brandl | 2011-05-15 | 1 | -0/+7 |
| |\ \ | |||||
| | * | | Support varargs in C++ function signatures. | Chris Pickel | 2011-04-19 | 1 | -0/+7 |
| | | | | |||||
| * | | | [i18n] support reference line. | kou | 2011-05-08 | 1 | -4/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From "3 The Format of PO Files" at http://www.gnu.org/s/hello/manual/gettext/PO-Files.html :: Comment lines starting with #: contain references to the program's source code. The reference comment is useful to jump to the source position. GNU gettext tools support the reference comment. e.g.: po-mode.el binds "s" key to "po-cycle-source-reference" that opens a source position in a new buffer. | ||||
