summaryrefslogtreecommitdiff
path: root/doc/markup
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix #2225: If the option does not begin with dash, linking is not performedTakeshi KOMIYA2016-01-091-3/+2
| |
* | Fix a typo in doc/markup/toctree.rst.Bram Geron2015-05-291-1/+1
|/
* fix typo.shimizukawa2015-03-171-1/+1
|
* refs #1742: `:name:` option is provided for `toctree`, `code-block` and ↵shimizukawa2015-03-082-9/+15
| | | | `literalinclude` dirctives.
* refs #1700: now toctree caption become paragraph block instead of Text under ↵shimizukawa2015-03-081-0/+10
| | | | ul element. and add permalink for toctree caption.
* Role ``numref`` uses ``%s`` as special character instead `#` symbolTakeshi KOMIYA2015-03-081-3/+3
|
* DOC: Add reference to markup/para.rst#glossary-directive from markup/inline.rstWes Turner2014-10-182-2/+5
|
* Merged in tk0miya/sphinx (pull request #303)Takayuki Shimizukawa2014-10-091-0/+18
|\ | | | | | | Add :numref: role to refer figures, tables and code-blocks by its fignum
| * Add docs about :numref: roletk0miya2014-10-091-0/+18
| |
* | added documentation for lineno-match optionJeppe Pihl2014-10-041-2/+7
|/
* make :any: role work with intersphinx!Georg Brandl2014-09-191-0/+4
|
* Use "any" role in changelog.Georg Brandl2014-09-191-7/+15
|
* Added the `any` role that can be used to find a cross-reference ofGeorg Brandl2014-09-191-2/+45
| | | | | *any* type in *any* domain. Custom domains should implement the new `~Domain.resolve_any_xref` method to make this work properly.
* merge with stableGeorg Brandl2014-09-071-6/+6
|\
| * Closes #1561: fix typo and indentation.Georg Brandl2014-09-071-6/+6
| |
* | Merge with stableTakayuki Shimizukawa2014-08-301-0/+4
|\ \ | |/
| * pull request #130 has been merged by hand.Takayuki Shimizukawa2014-08-251-0/+4
| |
* | Update CHANGES and documentation for PR#266.Takayuki Shimizukawa2014-08-241-3/+3
| |
* | add test and document about diff params in literalinclude.shirou2014-08-121-0/+12
| |
* | * for pull request #258: update CHANGES, add tests, add a document and ↵Takayuki Shimizukawa2014-08-101-0/+16
| | | | | | | | refactoring.
* | corrected contractionsEricFromCanada2014-06-181-1/+1
| |
* | improved consistency for how docs refer to True and FalseEricFromCanada2014-06-181-2/+2
| |
* | rewrapping paragraphs when over 80 characters wideEricFromCanada2014-06-184-22/+23
| |
* | Expand tag documentation to include syntax requirementsDavid Bernard2014-05-121-0/+8
| |
* | merge with stableGeorg Brandl2014-01-221-1/+2
|\ \ | |/
| * Closes #1356: link to page with valid Pygments lexer aliasGeorg Brandl2014-01-221-1/+2
| |
* | merge with stableGeorg Brandl2014-01-191-3/+6
|\ \ | |/
| * Closes #1071: add mention of "orphan" to toctree docsGeorg Brandl2014-01-191-2/+6
| |
* | Add :filename: also for literalinclude. Changelog entry.Georg Brandl2014-01-191-0/+19
| |
* | merge with stableGeorg Brandl2014-01-131-2/+6
|\ \ | |/
| * Closes #1328: clarify that builder-specific tags are not available when ↵Georg Brandl2014-01-121-2/+6
| | | | | | | | conf.py is executed.
* | merge with stableGeorg Brandl2014-01-121-2/+2
|\ \ | |/
| * doc: make it more prominent that sub-toctrees shouldnt get :numbered:Georg Brandl2014-01-111-2/+2
| | | | | | | | Should be enforced programmatically at some point!
* | merge stable into defaultGeorg Brandl2014-01-111-2/+2
|\ \ | |/
| * Closes #845: In code blocks, when the selected lexer fails, display line ↵Georg Brandl2014-01-111-2/+2
| | | | | | | | numbers nevertheless if configured.
| * corrected descriptions of tabularcolumns specifiersEric Knibbe2013-12-171-2/+2
| |
| * recommend exclude_patterns instead of unused_docs or exclude_treesEric Knibbe2013-12-171-3/+2
| |
* | Closes #668: Allow line numbering of ``code-block`` and ``literalinclude`` ↵Georg Brandl2014-01-111-4/+16
| | | | | | | | | | | | directives #to start at an arbitrary line number, with a new ``lineno-start`` option.
* | Merged in plaindocs/sphinx (pull request #185)Georg Brandl2014-01-101-2/+3
|\ \
| * | Removed duplicate comma.Samuel Wright2013-12-101-1/+1
| | |
| * | Fixed wording.Samuel Wright2013-10-251-1/+1
| | |
| * | Fix for Issue #1071Samuel Wright2013-10-251-2/+2
| |/
* | corrected descriptions of tabularcolumns specifiersEric Knibbe2013-12-171-2/+2
| |
* | recommend exclude_patterns instead of unused_docs or exclude_treesEric Knibbe2013-12-171-3/+2
|/
* Add warning for unusual chars in filenames. Closes #1199Roland Meister2013-08-101-0/+10
|
* More docs cleanup; add hint for the epub cover pageRoland Meister2013-06-071-2/+2
|
* Clarify docs for the format and builder tagsRoland Meister2013-06-061-6/+7
|
* Add the builder name as predefined tag for the only directive.Roland Meister2013-04-251-2/+12
| | | | | At the moment only the epub builder distinguishes between format and name. Explicit entries with format_ and builder_ prefix are also added.
* Add includehidden option to the toctree directiveRoland Meister2013-01-061-0/+14
| | | | | | 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.
* Remove note about sectioning limitation of the "only" directive.Jonathan Waltman2012-09-121-7/+0
|