summaryrefslogtreecommitdiff
path: root/doc/markup/para.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a couple links in the documentation for the contents docutils ↵Gary Wilson Jr.2011-06-281-1/+1
| | | | directive that were referring to the incorrect anchor.
* #586: Implemented improved glossary markup which allows multiple terms per ↵Georg Brandl2011-01-061-3/+18
| | | | definition.
* Fixed a typo. Thanks to Thomas Waldmann for finding it.Daniel Neuh?user2010-10-311-1/+1
|
* #392: deprecate "centered".Georg Brandl2010-08-261-0/+4
|
* #504: Add an ``index`` role, to make inline index entries.Georg Brandl2010-08-251-62/+0
|
* Describe the "deprecated" directive.Georg Brandl2010-07-291-3/+13
|
* Rename the extlink roles to avoid confusion between :rstdir: and :rst:dir:.Georg Brandl2010-05-241-1/+1
|
* Use the new rst domain in the sphinx docs.Georg Brandl2010-04-171-21/+21
|
* Move inline markup description to domains page.Georg Brandl2010-03-011-4/+6
|
* Review markup chapter.Georg Brandl2010-03-011-27/+31
|
* fix markupGeorg Brandl2009-08-261-1/+1
|
* #222: Allow the "Footnotes" header to be translated.Georg Brandl2009-08-061-3/+4
|
* #123: The ``glossary`` directive now supports a ``:sorted:``Georg Brandl2009-03-151-6/+10
| | | | flag that sorts glossary entries alphabetically.
* Fix more line length and trailing whitespace.Georg Brandl2009-01-101-4/+4
|
* Close #52: There is now a ``hlist`` directive, creating a compactGeorg Brandl2009-01-041-0/+21
| | | | list by placing distributing items into multiple columns.
* #21: allow short form for seealso arguments.Georg Brandl2008-11-041-0/+7
|
* Merged revisions 65532,65546-65547,65550-65551 via svnmerge fromgeorg.brandl2008-08-061-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65532 | georg.brandl | 2008-08-04 22:35:07 +0000 (Mon, 04 Aug 2008) | 2 lines Add a test file for misc. markup and fix a doc bug. ........ r65546 | georg.brandl | 2008-08-05 09:55:20 +0000 (Tue, 05 Aug 2008) | 2 lines Show an indication while downloading the search index. ........ r65547 | georg.brandl | 2008-08-05 10:07:50 +0000 (Tue, 05 Aug 2008) | 2 lines Fix an indentation problem in production lists. #3477. ........ r65550 | georg.brandl | 2008-08-05 16:21:34 +0000 (Tue, 05 Aug 2008) | 2 lines Remove unused interface.js. ........ r65551 | georg.brandl | 2008-08-06 08:48:21 +0000 (Wed, 06 Aug 2008) | 2 lines Don't try to remove a nonexisting static dir. ........
* Merged revisions 64703-64708,64710-64712 via svnmerge fromgeorg.brandl2008-07-041-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r64703 | georg.brandl | 2008-07-04 19:24:00 +0200 (Fri, 04 Jul 2008) | 2 lines Fix linkcheck builder crash for malformed URLs. ........ r64704 | georg.brandl | 2008-07-04 19:32:40 +0200 (Fri, 04 Jul 2008) | 2 lines Add 0.5 compatibility for more admonitions. ........ r64705 | georg.brandl | 2008-07-04 19:38:37 +0200 (Fri, 04 Jul 2008) | 2 lines Remove silly "rubric" restriction in latex writer. ........ r64706 | georg.brandl | 2008-07-04 19:41:44 +0200 (Fri, 04 Jul 2008) | 2 lines Document rubric:: Footnotes behavior. ........ r64707 | georg.brandl | 2008-07-04 19:45:28 +0200 (Fri, 04 Jul 2008) | 2 lines Fix XHTML. ........ r64708 | georg.brandl | 2008-07-04 19:50:56 +0200 (Fri, 04 Jul 2008) | 2 lines More XHTML fixes. ........ r64710 | georg.brandl | 2008-07-04 19:59:56 +0200 (Fri, 04 Jul 2008) | 2 lines Copy the html_logo to the output static dir. ........ r64711 | georg.brandl | 2008-07-04 20:37:43 +0200 (Fri, 04 Jul 2008) | 2 lines Fix latex code for module names with underscores that have platforms. ........ r64712 | georg.brandl | 2008-07-04 20:46:40 +0200 (Fri, 04 Jul 2008) | 2 lines Fix a crash with nonlocal image URIs. ........
* Allow the configuration directory to be set differently from the source ↵georg.brandl2008-05-021-4/+3
| | | | | | directory. Also don't import docutils on importing sphinx.
* Advise to put index directives before the target.georg.brandl2008-04-061-0/+9
|
* Update documentation, add more content.georg.brandl2008-03-161-34/+61
|
* Expand the markup chapter a bit.georg.brandl2008-03-151-0/+185