summaryrefslogtreecommitdiff
path: root/sphinx
Commit message (Collapse)AuthorAgeFilesLines
* Added support for non-local files to Application.add_stylesheet()Mateusz Paprocki2011-07-191-2/+5
|
* graphviz: also catch IOError with Errno 22 (invalid parameter)Benoit Allard2011-07-142-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 Allard2011-07-141-6/+8
|
* Remove unused import.Georg Brandl2011-07-091-2/+2
|
* Merged in michaeljones/sphinx (pull request #3)Georg Brandl2011-07-0913-82/+987
|\
| * Merged in jonwaltman/sphinx-info (pull request #5)Georg Brandl2011-07-076-39/+126
| |\
| | * Move node filtering into extract_messages.Robert Lehmann2011-07-062-6/+11
| | |
| | * Distribute UUIDs over multiple comment lines.Robert Lehmann2011-07-061-2/+2
| | |
| | * Comment and stretch out code.Robert Lehmann2011-07-061-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 Lehmann2011-07-061-6/+16
| | |
| | * skip literal_blockshibu2010-10-281-0/+2
| | |
| | * Refactor comment generating code for message catalogs.Robert Lehmann2011-07-061-8/+11
| | | | | | | | | | | | | | | | | | Bring back UUIDs in comments too. Overrides kou's 7b77dd3717af.
| | * The math extension displaymath directives now support ``name`` inGeorg Brandl2011-06-301-1/+4
| | | | | | | | | | | | | | | addition to ``label`` for giving the equation label, for compatibility with Docutils.
| | * autosummary: obtain import prefixes from environment also in the autolink rolePauli Virtanen2011-06-291-14/+22
| | |
| | * autosummary/generate: slightly more robust parsing in find_autosummary_in_linesPauli Virtanen2011-06-291-2/+4
| | | | | | | | | | | | | | | Skip non-content lines of autosummary:: directives, if they have a greater leading indent.
| | * autosummary: respect py:currentclass when looking up Python objectsPauli Virtanen2011-06-291-1/+9
| | | | | | | | | | | | This makes autosummary directives inside classes to work properly.
| | * autosummary: fix get_documenter to handle its *parent* parameter correctlyPauli Virtanen2011-06-291-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 compactificationPauli Virtanen2011-06-291-5/+21
| | |
| | * Closes #724: Add license for Underscore.js.Robert Lehmann2011-06-281-0/+7
| | |
| * | Follow the behavior described by :confval:`primary_domain` to display domain ↵Jon Waltman2011-07-071-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 Waltman2011-07-031-21/+12
| | |
| * | Fix NameError in graphviz.render_dot_texinfo.Jon Waltman2011-06-301-1/+2
| | |
| * | 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
| |/
| * Recompile German catalog.Georg Brandl2011-06-071-0/+0
| |
| * Merge with 1.0.Georg Brandl2011-06-071-1/+1
| |\
| | * Close #712: fix indentation error in German translation.Georg Brandl2011-06-072-1/+1
| | |
| * | Add Nepali translation, thanks to Arati Sharma.Georg Brandl2011-06-073-0/+799
| | |
* | | Respect "includehidden" for sub-toctrees as wellMichael Jones2011-06-051-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 Brandl2011-05-151-0/+0
| |
* | [ja] update Japanese translations.kou2011-05-152-27/+20
| |
* | merge with 1.0Georg Brandl2011-05-157-32/+87
|\ \ | |/
| * Closes #657: viewcode now works correctly with source files that have ↵Georg Brandl2011-05-152-14/+56
| | | | | | | | non-ASCII encoding.
| * Closes #669: Respect the ``noindex`` flag option in py:module directives.Georg Brandl2011-05-151-9/+12
| |
| * Closes #675: Fix IndexErrors when including nonexisting lines with ↵Georg Brandl2011-05-151-1/+7
| | | | | | | | :rst:dir:`literalinclude`.
| * Closes #676: Respect custom function/method parameter separator strings.Georg Brandl2011-05-151-1/+2
| |
| * Closes #682: Fix JS incompatibility with jQuery >= 1.5.Georg Brandl2011-05-151-1/+1
| |
| * Closes #693: Fix double encoding done when writing HTMLHelp .hhk files.Georg Brandl2011-05-151-1/+1
| |
| * Closes #647: Do not apply SmartyPants in parsed-literal blocks.Georg Brandl2011-05-151-1/+8
| |
* | Closes #98: mention original copyright owners, and port fix from ↵Georg Brandl2011-05-151-2/+8
| | | | | | | | https://bitbucket.org/thomaswaldmann/sphinx-autopackage-script/changeset/dba2b779c1af.
* | Closes #665: update Turkish translation.Georg Brandl2011-05-152-79/+85
| |
* | Closes #670: Allow docutils "standard includes" to be again specified with ↵Georg Brandl2011-05-151-0/+4
| | | | | | | | the ``include`` directive.
* | Closes #671: new autodoc features: :special-members: and :private-members: ↵Georg Brandl2011-05-151-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 Brandl2011-05-151-2/+3
| | | | | | | | accordingly.
* | Closes #694: add Latvian locale, thanks to Alexander Smishlajev.Georg Brandl2011-05-154-0/+772
| |
* | branch mergeGeorg Brandl2011-05-151-0/+7
|\ \
| * | Support varargs in C++ function signatures.Chris Pickel2011-04-191-0/+7
| | |
* | | [i18n] support reference line.kou2011-05-081-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.