summaryrefslogtreecommitdiff
path: root/sphinx/directives
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year.Georg Brandl2014-03-011-9/+28
|\
| * MergeDmitry Shachnev2014-01-201-4/+4
| |\
| | * Modernize the code now that Python 2.5 is no longer supportedDmitry Shachnev2014-01-191-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 Brandl2014-01-191-0/+6
| | |
| * | Merge in pull request #172 from ↵Georg Brandl2014-01-191-0/+4
| |\ \ | | |/ | |/| | | | https://bitbucket.org/nsmgr8/sphinx/branch/default
| | * Add filename option to code-blockM Nasimul Haque2013-09-261-0/+4
| | | | | | | | | | | | Prepend the given filename to the code block
| * | merge with stableGeorg Brandl2014-01-121-10/+0
| |\ \
| * \ \ merge with stableGeorg Brandl2014-01-121-5/+14
| |\ \ \
| | * | | Closes #668: Allow line numbering of ``code-block`` and ``literalinclude`` ↵Georg Brandl2014-01-111-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | directives #to start at an arbitrary line number, with a new ``lineno-start`` option.
* | | | | Update copyright year.Georg Brandl2014-03-013-3/+3
| |_|/ / |/| | |
* | | | Closes #1198: Allow "image" for the "figwidth" option of the ↵Georg Brandl2014-01-121-10/+0
|/ / / | | | | | | | | | :rst:dir:`figure` directive as documented by docutils.
* | | fix oversight in last commitGeorg Brandl2014-01-111-5/+6
| | |
* | | Closes #1085: Fix current classname not getting set if class description has ↵Georg Brandl2014-01-111-1/+1
|/ / | | | | | | ``:noindex:`` set.
* | Restore ``versionmodified`` CSS class for versionadded/changed and deprecatedGeorg Brandl2013-10-121-2/+4
|/ | | | directives.
* Closes #1123: Allow whitespaces in filenames given to :rst:dir:`literalinclude`.Georg Brandl2013-03-301-1/+1
|
* make versionmodified translatableNozomu Kaneko2013-02-041-1/+9
|
* versionlabels are handled entirely in the versionmodified directive, instead ↵Nozomu Kaneko2013-01-061-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 Kaneko2013-01-061-2/+2
| | | | paragraphs.
* Closes #810: fix remaining PendingDeprecationWarnings with Python 3.Georg Brandl2013-03-071-1/+4
|
* Fix pyflakes issues.Georg Brandl2013-01-131-5/+2
|
* Add includehidden option to the toctree directiveRoland Meister2013-01-061-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/sphinxRobert Lehmann2013-01-061-20/+3
|\
| * merge with birkenfeld/sphinxRobert Lehmann2013-01-021-20/+3
| |\
| | * Closes #960: Convert seealso directive to ordinary admonition.Robert Lehmann2012-12-161-20/+3
| | |
* | | Closes #976: Fix gettext does not extract index entries.shimizukawa2013-01-051-0/+1
|/ /
* | Copyright update.Georg Brandl2013-01-013-3/+3
|/
* Closes #886: Fix handling of section headings in "only" directives.Jon Waltman2012-09-121-3/+40
|
* Merge with 1.0Georg Brandl2011-09-232-68/+54
|\
| * add :emphasize-lines: option to source-code and literal-includeMark Lodato2011-07-061-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.0Georg Brandl2011-05-151-1/+7
| |\
| * | Closes #670: Allow docutils "standard includes" to be again specified with ↵Georg Brandl2011-05-151-0/+4
| | | | | | | | | | | | the ``include`` directive.
| * | merge with 1.0Georg Brandl2011-01-091-2/+2
| |\ \
| * \ \ merge with 1.0Georg Brandl2011-01-072-68/+22
| |\ \ \
| | * \ \ merge with 1.0Georg Brandl2011-01-062-68/+22
| | |\ \ \
| | | * \ \ merge with 1.0Georg Brandl2011-01-043-3/+3
| | | |\ \ \
| | | * | | | Whitespace and import fixes.Georg Brandl2010-08-261-14/+2
| | | | | | |
| | | * | | | #504: Add an ``index`` role, to make inline index entries.Georg Brandl2010-08-251-28/+3
| | | | | | |
| | | * | | | #460: Allow limiting the depth of section numbers for HTML.Georg Brandl2010-08-251-2/+8
| | | | | | |
| | | * | | | Add new env method to get the real path to a file reference, and use it.Georg Brandl2010-08-232-24/+9
| | | | | | |
| | | * | | | merge with 1.0Georg Brandl2010-08-141-1/+1
| | | |\ \ \ \
| | | | * \ \ \ merge with 1.0Georg Brandl2010-08-051-2/+5
| | | | |\ \ \ \
| | | | * | | | | Mode "Ub" does not exist.Georg Brandl2010-07-281-1/+1
| | | | | | | | |
| | | | * | | | | open file in binary mode to get byte strings on python3DasIch2010-06-071-1/+1
| | | | | | | | |
* | | | | | | | | Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-232-10/+13
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Closes #675: Fix IndexErrors when including nonexisting lines with ↵Georg Brandl2011-05-151-1/+7
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | :rst:dir:`literalinclude`.
* | | | | | | Fix backslash replacement regex.Georg Brandl2011-01-081-2/+2
|/ / / / / /
* | | | | | Make warning message consistent; re-read toctree document when include is ↵Georg Brandl2011-01-071-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | missing.
* | | | | | Add line numbers to newly generated nodes.Georg Brandl2011-01-072-0/+3
|/ / / / /
* | | | | Fix regressions introduced with #556 fix: explicitly add line break in theGeorg Brandl2011-01-061-0/+1
| |_|_|/ |/| | | | | | | | | | | index visitor if the index node is a block one.
* | | | New year update.Georg Brandl2011-01-043-3/+3
|/ / /