Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fixes #795: explain that titles on the same level as the document heading ↵ | Georg Brandl | 2012-03-10 | 1 | -0/+7 | |
| | | | | cannot be put into only directives. | |||||
* | Merge with 1.0 | Georg Brandl | 2011-09-23 | 1 | -0/+5 | |
|\ | ||||||
| * | Add note about inclusion with the "include" directive. | Georg Brandl | 2011-09-23 | 1 | -0/+5 | |
| | | ||||||
* | | Add changelog entry for emphasize-lines and some coding style fixes. | Georg Brandl | 2011-09-22 | 1 | -0/+3 | |
| | | ||||||
* | | add :emphasize-lines: option to source-code and literal-include | Mark Lodato | 2011-07-06 | 1 | -2/+16 | |
| | | | | | | | | | | | | | | | | Add a new option, :emphasize-lines:, to the source-code and literal-include directives. The format is the same as the :lines: option for literal-include. The resulting list of lines is passed to the Pygments formatter as 'hl_lines', which is only honored by the HTML formatter. | |||||
* | | Fixed a couple links in the documentation for the contents docutils ↵ | Gary Wilson Jr. | 2011-06-28 | 1 | -1/+1 | |
| | | | | | | | | directive that were referring to the incorrect anchor. | |||||
* | | merge with 1.0 | Georg Brandl | 2011-01-08 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix typo. | Georg Brandl | 2011-01-08 | 1 | -1/+1 | |
| | | ||||||
* | | #454: Add more index markup capabilities: marking see/seealso entries, and ↵ | Georg Brandl | 2011-01-07 | 1 | -0/+20 | |
| | | | | | | | | main entries for a given key. | |||||
* | | merge with 1.0 | Georg Brandl | 2011-01-06 | 1 | -0/+12 | |
|\ \ | |/ | ||||||
| * | Cross-reference to role docs. | Georg Brandl | 2011-01-06 | 1 | -0/+12 | |
| | | ||||||
* | | #586: Implemented improved glossary markup which allows multiple terms per ↵ | Georg Brandl | 2011-01-06 | 1 | -3/+18 | |
| | | | | | | | | definition. | |||||
* | | merge with 1.0 | Georg Brandl | 2011-01-04 | 1 | -9/+18 | |
|\ \ | |/ | ||||||
| * | #578: doc clarification. | Georg Brandl | 2011-01-04 | 1 | -3/+5 | |
| | | ||||||
| * | Even more tweaking of the latex tabular environment selection code. | Georg Brandl | 2011-01-03 | 1 | -7/+13 | |
| | | ||||||
| * | #565: In the LaTeX builder, not only literal blocks require different table ↵ | Georg Brandl | 2011-01-03 | 1 | -6/+7 | |
| | | | | | | | | handling, but also quite a few other list-like block elements. | |||||
* | | Fixed a typo. Thanks to Thomas Waldmann for finding it. | Daniel Neuhäuser | 2010-10-31 | 1 | -1/+1 | |
| | | ||||||
* | | merge with 1.0 | Georg Brandl | 2010-09-10 | 1 | -2/+4 | |
|\ \ | |/ | ||||||
| * | Add link to standard markup description. | Georg Brandl | 2010-09-10 | 1 | -2/+4 | |
| | | ||||||
* | | #392: deprecate "centered". | Georg Brandl | 2010-08-26 | 1 | -0/+4 | |
| | | ||||||
* | | #504: Add an ``index`` role, to make inline index entries. | Georg Brandl | 2010-08-25 | 3 | -62/+80 | |
| | | ||||||
* | | #460: Allow limiting the depth of section numbers for HTML. | Georg Brandl | 2010-08-25 | 1 | -1/+13 | |
|/ | ||||||
* | Fix sectioning. | Georg Brandl | 2010-08-23 | 1 | -44/+44 | |
| | ||||||
* | Allow references to PEPs and RFCs with explicit anchors. | Georg Brandl | 2010-08-05 | 1 | -2/+4 | |
| | ||||||
* | #481, #482: fix ``.name`` reference matching. | Georg Brandl | 2010-08-05 | 2 | -2/+2 | |
| | | | | | #482: When doing a non-exact search, match only the given type of object. #481: Apply non-exact search for Python reference targets with ``.name`` for modules too. | |||||
* | Describe the "deprecated" directive. | Georg Brandl | 2010-07-29 | 1 | -3/+13 | |
| | ||||||
* | Allow linking to tables just like figures with :ref:. | Georg Brandl | 2010-05-30 | 1 | -0/+3 | |
| | ||||||
* | Explain absolute paths in toctree. | Georg Brandl | 2010-05-30 | 1 | -3/+4 | |
| | ||||||
* | Rename the extlink roles to avoid confusion between :rstdir: and :rst:dir:. | Georg Brandl | 2010-05-24 | 1 | -1/+1 | |
| | ||||||
* | Add an example. | Georg Brandl | 2010-05-24 | 1 | -1/+3 | |
| | ||||||
* | Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the ↵ | Georg Brandl | 2010-05-24 | 1 | -0/+8 | |
| | | | | | | | | external/internal distinction code) In HTML output, references now get the class ``internal`` if they are internal to the whole project, as opposed to internal to the current page. The ``menuselection`` and ``guilabel`` roles now support ampersand accelerators. | |||||
* | Use the new rst domain in the sphinx docs. | Georg Brandl | 2010-04-17 | 5 | -66/+66 | |
| | ||||||
* | Write a bit more of the tutorial. | Georg Brandl | 2010-03-09 | 1 | -27/+27 | |
| | ||||||
* | Mention standard rst roles in inline markup. | Georg Brandl | 2010-03-01 | 1 | -0/+2 | |
| | ||||||
* | Move inline markup description to domains page. | Georg Brandl | 2010-03-01 | 3 | -147/+58 | |
| | ||||||
* | Review markup chapter. | Georg Brandl | 2010-03-01 | 2 | -32/+36 | |
| | ||||||
* | Add some domain documentation. | Georg Brandl | 2010-03-01 | 4 | -367/+13 | |
| | ||||||
* | Begin the Great Refactoring of the docs. | Georg Brandl | 2010-02-28 | 2 | -0/+177 | |
| | | | | | | * Move sphinx-build option description from intro to a new document. * Move toctree information to a new document in markup/. * Add a tutorial document placed after intro. Begin filling it in. | |||||
* | Re-export docutils .. class:: as .. rst-class:: and un-document .. cssclass::. | Georg Brandl | 2010-02-28 | 1 | -4/+0 | |
| | ||||||
* | Add a bit more content to the reST primer, and add links to the reST ↵ | Georg Brandl | 2010-02-28 | 1 | -0/+2 | |
| | | | | reference docs for all constructs. | |||||
* | Add "orphan" metadata entry to suppress non-toctree-inclusion warnings. | Georg Brandl | 2010-02-25 | 1 | -0/+6 | |
| | ||||||
* | A bit of domain documentation. | Georg Brandl | 2010-01-17 | 1 | -1/+1 | |
| | ||||||
* | Add doc for new doc field syntax. | Georg Brandl | 2010-01-17 | 1 | -0/+7 | |
| | ||||||
* | merge with trunk | Georg Brandl | 2010-01-08 | 1 | -1/+4 | |
|\ | ||||||
| * | Added ``tab-width`` option to ``literalinclude`` directive. | Georg Brandl | 2010-01-08 | 1 | -1/+4 | |
| | | ||||||
| * | merge with 0.6 | Georg Brandl | 2009-09-03 | 1 | -1/+1 | |
| |\ | ||||||
* | | | Finish renaming description units to object (description)s. | Georg Brandl | 2009-10-27 | 1 | -7/+9 | |
| | | | ||||||
* | | | Add some XXX comments to places where work is needed. | Georg Brandl | 2009-09-08 | 1 | -0/+2 | |
| | | | ||||||
* | | | merge | Georg Brandl | 2009-09-02 | 1 | -1/+1 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | fix markup | Georg Brandl | 2009-08-26 | 1 | -1/+1 | |
| | | |