| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright year. | Georg Brandl | 2014-03-01 | 1 | -9/+28 |
| |\ | |||||
| | * | Merge | Dmitry Shachnev | 2014-01-20 | 1 | -4/+4 |
| | |\ | |||||
| | | * | Modernize the code now that Python 2.5 is no longer supported | Dmitry Shachnev | 2014-01-19 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Use print function instead of print statement; - Use new exception handling; - Use in operator instead of has_key(); - Do not use tuple arguments in functions; - Other miscellaneous improvements. This is based on output of `futurize --stage1`, with some manual corrections. | ||||
| | * | | Add :filename: also for literalinclude. Changelog entry. | Georg Brandl | 2014-01-19 | 1 | -0/+6 |
| | | | | |||||
| | * | | Merge in pull request #172 from ↵ | Georg Brandl | 2014-01-19 | 1 | -0/+4 |
| | |\ \ | | |/ | |/| | | | | https://bitbucket.org/nsmgr8/sphinx/branch/default | ||||
| | | * | Add filename option to code-block | M Nasimul Haque | 2013-09-26 | 1 | -0/+4 |
| | | | | | | | | | | | | | Prepend the given filename to the code block | ||||
| | * | | merge with stable | Georg Brandl | 2014-01-12 | 1 | -10/+0 |
| | |\ \ | |||||
| | * \ \ | merge with stable | Georg Brandl | 2014-01-12 | 1 | -5/+14 |
| | |\ \ \ | |||||
| | | * | | | Closes #668: Allow line numbering of ``code-block`` and ``literalinclude`` ↵ | Georg Brandl | 2014-01-11 | 1 | -5/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directives #to start at an arbitrary line number, with a new ``lineno-start`` option. | ||||
| * | | | | | Update copyright year. | Georg Brandl | 2014-03-01 | 3 | -3/+3 |
| | |_|/ / |/| | | | |||||
| * | | | | Closes #1198: Allow "image" for the "figwidth" option of the ↵ | Georg Brandl | 2014-01-12 | 1 | -10/+0 |
| |/ / / | | | | | | | | | | :rst:dir:`figure` directive as documented by docutils. | ||||
| * | | | fix oversight in last commit | Georg Brandl | 2014-01-11 | 1 | -5/+6 |
| | | | | |||||
| * | | | Closes #1085: Fix current classname not getting set if class description has ↵ | Georg Brandl | 2014-01-11 | 1 | -1/+1 |
| |/ / | | | | | | | ``:noindex:`` set. | ||||
| * | | Restore ``versionmodified`` CSS class for versionadded/changed and deprecated | Georg Brandl | 2013-10-12 | 1 | -2/+4 |
| |/ | | | | directives. | ||||
| * | Closes #1123: Allow whitespaces in filenames given to :rst:dir:`literalinclude`. | Georg Brandl | 2013-03-30 | 1 | -1/+1 |
| | | |||||
| * | make versionmodified translatable | Nozomu Kaneko | 2013-02-04 | 1 | -1/+9 |
| | | |||||
| * | versionlabels are handled entirely in the versionmodified directive, instead ↵ | Nozomu Kaneko | 2013-01-06 | 1 | -5/+10 |
| | | | | | | | of the writers. Now it returns a versionmodified node with the versionlabel already inserted. | ||||
| * | fix: paragraphs in versionmodified are ignored when it has no dangling ↵ | Nozomu Kaneko | 2013-01-06 | 1 | -2/+2 |
| | | | | | paragraphs. | ||||
| * | Closes #810: fix remaining PendingDeprecationWarnings with Python 3. | Georg Brandl | 2013-03-07 | 1 | -1/+4 |
| | | |||||
| * | Fix pyflakes issues. | Georg Brandl | 2013-01-13 | 1 | -5/+2 |
| | | |||||
| * | Add includehidden option to the toctree directive | Roland Meister | 2013-01-06 | 1 | -0/+2 |
| | | | | | | | This option is equivalent to the includehidden option of the template function toctree() and allows to restore to the toctree behaviour prior to version 1.1. See also bug #790. | ||||
| * | merge birkenfeld/sphinx | Robert Lehmann | 2013-01-06 | 1 | -20/+3 |
| |\ | |||||
| | * | merge with birkenfeld/sphinx | Robert Lehmann | 2013-01-02 | 1 | -20/+3 |
| | |\ | |||||
| | | * | Closes #960: Convert seealso directive to ordinary admonition. | Robert Lehmann | 2012-12-16 | 1 | -20/+3 |
| | | | | |||||
| * | | | Closes #976: Fix gettext does not extract index entries. | shimizukawa | 2013-01-05 | 1 | -0/+1 |
| |/ / | |||||
| * | | Copyright update. | Georg Brandl | 2013-01-01 | 3 | -3/+3 |
| |/ | |||||
| * | Closes #886: Fix handling of section headings in "only" directives. | Jon Waltman | 2012-09-12 | 1 | -3/+40 |
| | | |||||
| * | Merge with 1.0 | Georg Brandl | 2011-09-23 | 2 | -68/+54 |
| |\ | |||||
| | * | add :emphasize-lines: option to source-code and literal-include | Mark Lodato | 2011-07-06 | 1 | -0/+27 |
| | | | | | | | | | | | | | | | | | 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. | ||||
| | * | merge with 1.0 | Georg Brandl | 2011-05-15 | 1 | -1/+7 |
| | |\ | |||||
| | * | | Closes #670: Allow docutils "standard includes" to be again specified with ↵ | Georg Brandl | 2011-05-15 | 1 | -0/+4 |
| | | | | | | | | | | | | | the ``include`` directive. | ||||
| | * | | merge with 1.0 | Georg Brandl | 2011-01-09 | 1 | -2/+2 |
| | |\ \ | |||||
| | * \ \ | merge with 1.0 | Georg Brandl | 2011-01-07 | 2 | -68/+22 |
| | |\ \ \ | |||||
| | | * \ \ | merge with 1.0 | Georg Brandl | 2011-01-06 | 2 | -68/+22 |
| | | |\ \ \ | |||||
| | | | * \ \ | merge with 1.0 | Georg Brandl | 2011-01-04 | 3 | -3/+3 |
| | | | |\ \ \ | |||||
| | | | * | | | | Whitespace and import fixes. | Georg Brandl | 2010-08-26 | 1 | -14/+2 |
| | | | | | | | | |||||
| | | | * | | | | #504: Add an ``index`` role, to make inline index entries. | Georg Brandl | 2010-08-25 | 1 | -28/+3 |
| | | | | | | | | |||||
| | | | * | | | | #460: Allow limiting the depth of section numbers for HTML. | Georg Brandl | 2010-08-25 | 1 | -2/+8 |
| | | | | | | | | |||||
| | | | * | | | | Add new env method to get the real path to a file reference, and use it. | Georg Brandl | 2010-08-23 | 2 | -24/+9 |
| | | | | | | | | |||||
| | | | * | | | | merge with 1.0 | Georg Brandl | 2010-08-14 | 1 | -1/+1 |
| | | | |\ \ \ \ | |||||
| | | | | * \ \ \ | merge with 1.0 | Georg Brandl | 2010-08-05 | 1 | -2/+5 |
| | | | | |\ \ \ \ | |||||
| | | | | * | | | | | Mode "Ub" does not exist. | Georg Brandl | 2010-07-28 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| | | | | * | | | | | open file in binary mode to get byte strings on python3 | DasIch | 2010-06-07 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Fix #648: Fix line numbers reported in warnings about undefined references. | Georg Brandl | 2011-09-23 | 2 | -10/+13 |
| | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | | Closes #675: Fix IndexErrors when including nonexisting lines with ↵ | Georg Brandl | 2011-05-15 | 1 | -1/+7 |
| | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | :rst:dir:`literalinclude`. | ||||
| * | | | | | | | Fix backslash replacement regex. | Georg Brandl | 2011-01-08 | 1 | -2/+2 |
| |/ / / / / / | |||||
| * | | | | | | Make warning message consistent; re-read toctree document when include is ↵ | Georg Brandl | 2011-01-07 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | missing. | ||||
| * | | | | | | Add line numbers to newly generated nodes. | Georg Brandl | 2011-01-07 | 2 | -0/+3 |
| |/ / / / / | |||||
| * | | | | | Fix regressions introduced with #556 fix: explicitly add line break in the | Georg Brandl | 2011-01-06 | 1 | -0/+1 |
| | |_|_|/ |/| | | | | | | | | | | | index visitor if the index node is a block one. | ||||
| * | | | | New year update. | Georg Brandl | 2011-01-04 | 3 | -3/+3 |
| |/ / / | |||||
