summaryrefslogtreecommitdiff
path: root/doc/markup
Commit message (Collapse)AuthorAgeFilesLines
...
* | | merge with trunkGeorg Brandl2009-08-091-3/+4
|\ \ \ | | |/ | |/|
| * | merge with 0.6Georg Brandl2009-08-061-3/+4
| |\ \ | | |/
| | * #222: Allow the "Footnotes" header to be translated.Georg Brandl2009-08-061-3/+4
| | |
* | | Move domain-specific code around a bit; builtin domains are now completely ↵Georg Brandl2009-07-051-2/+2
|/ / | | | | | | in sphinx.domains. Test suite does not pass yet.
* | merge with 0.6Georg Brandl2009-06-151-6/+3
|\ \ | |/
| * Remove misguided recommendation to use emphasis for variables.Georg Brandl2009-06-151-6/+3
| |
* | Added the ``prepend`` and ``append`` options to theGeorg Brandl2009-06-041-0/+6
|/ | | | ``literalinclude`` directive.
* #123: The ``glossary`` directive now supports a ``:sorted:``Georg Brandl2009-03-151-6/+10
| | | | flag that sorts glossary entries alphabetically.
* #114: Added an ``abbr`` role to markup abbreviations and acronyms.Georg Brandl2009-03-051-0/+10
|
* Paths to literal include files and download files can now be absolute too.Georg Brandl2009-02-242-5/+11
|
* merge with 0.5Georg Brandl2009-02-231-1/+4
|\
| * Note that Python code in code blocks is parsed.Georg Brandl2009-02-231-1/+4
| |
* | Added an ``only`` directive that can selectively include textGeorg Brandl2009-02-191-0/+22
| | | | | | | | | | | | based on enabled "tags". Tags can be given on the command line. Also, the current builder output format (e.g. "html" or "latex") is always a defined tag.
* | Fix target.Georg Brandl2009-02-151-1/+1
| |
* | More templating docs.Georg Brandl2009-02-151-0/+2
| |
* | Fix more line length and trailing whitespace.Georg Brandl2009-01-103-6/+6
| |
* | Close #52: There is now a ``hlist`` directive, creating a compactGeorg Brandl2009-01-041-0/+21
| | | | | | | | list by placing distributing items into multiple columns.
* | Document new literalinclude options.Georg Brandl2009-01-021-1/+16
| |
* | Rename "object" to "pyobject" and document it.Georg Brandl2008-12-301-0/+12
| |
* | Close #23: Added a ``classmethod`` directive along with ``method``Georg Brandl2008-12-291-0/+6
| | | | | | | | and ``staticmethod``.
* | mergeGeorg Brandl2008-12-281-1/+2
|\ \ | |/
| * Note how to change default role.Georg Brandl2008-12-281-1/+2
| |
* | Close #4: Added a ``:download:`` role that marks a non-document fileGeorg Brandl2008-12-281-2/+27
| | | | | | | | for inclusion into the HTML output and links to it.
* | Due to popular demand, added a ``:doc:`` role which directlyGeorg Brandl2008-12-281-1/+20
|/ | | | | links to another document without the need of creating a label to which a ``:ref:`` could link to.
* Fix #70: clarify meaning of |today|.Georg Brandl2008-12-151-3/+3
|
* #14: allow distinct programs for cmdoption directive.Georg Brandl2008-11-091-36/+77
|
* #21: allow short form for seealso arguments.Georg Brandl2008-11-041-0/+7
|
* Correct parameter name in example.Georg Brandl2008-11-041-2/+2
|
* Add a note about substitutions.Georg Brandl2008-10-251-0/+1
|
* UTF-8 isn't mandatory anymore.Georg Brandl2008-10-161-2/+3
|
* #16: allow referring to figures without explicit text.Georg Brandl2008-09-241-0/+11
|
* Commit missing doc change.Georg Brandl2008-09-231-0/+2
|
* Add default highlight language selection support.Georg Brandl2008-09-091-2/+6
| | | | Add support for recognizing Python 3 console output.
* Merged revisions 65566-65567,65623,65625 via svnmerge fromGeorg Brandl2008-08-101-5/+12
| | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65566 | georg.brandl | 2008-08-07 09:11:11 +0000 (Thu, 07 Aug 2008) | 2 lines Clarification for the ref role. ........ r65567 | georg.brandl | 2008-08-07 09:11:25 +0000 (Thu, 07 Aug 2008) | 2 lines Rebuild everything if extensions change. ........ r65623 | georg.brandl | 2008-08-10 11:18:42 +0000 (Sun, 10 Aug 2008) | 2 lines Unify handling of LaTeX escaping, and add some more replacements. ........ r65625 | georg.brandl | 2008-08-10 11:25:41 +0000 (Sun, 10 Aug 2008) | 2 lines Make tex escapes a module. ........
* 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 ↵Georg Brandl2008-08-041-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 65283,65303,65316-65317,65372-65375,65377,65380,65483-65485,65494 via svnmerge from svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65283 | georg.brandl | 2008-07-29 10:07:26 +0000 (Tue, 29 Jul 2008) | 2 lines Update ez_setup.py. ........ r65303 | benjamin.peterson | 2008-07-30 12:35:34 +0000 (Wed, 30 Jul 2008) | 1 line add a with_testapp decorator for test functions that passes the TestApp instance in a cleans up after it ........ r65316 | benjamin.peterson | 2008-07-30 23:12:07 +0000 (Wed, 30 Jul 2008) | 1 line make the app for test_markup global to the module ........ r65317 | benjamin.peterson | 2008-07-30 23:31:29 +0000 (Wed, 30 Jul 2008) | 1 line make TestApp.cleanup more aggressive ........ r65372 | georg.brandl | 2008-08-01 19:11:22 +0000 (Fri, 01 Aug 2008) | 2 lines Add more tests, fix a few bugs in image handling. ........ r65373 | georg.brandl | 2008-08-01 19:28:33 +0000 (Fri, 01 Aug 2008) | 2 lines Fix oversight. ........ r65374 | benjamin.peterson | 2008-08-01 19:36:32 +0000 (Fri, 01 Aug 2008) | 1 line fix one broken test ........ r65375 | georg.brandl | 2008-08-01 19:41:11 +0000 (Fri, 01 Aug 2008) | 2 lines Fix the handling of non-ASCII input in quickstart. ........ r65377 | georg.brandl | 2008-08-01 19:48:24 +0000 (Fri, 01 Aug 2008) | 2 lines Allow REs in markup checks. ........ r65380 | georg.brandl | 2008-08-01 20:31:18 +0000 (Fri, 01 Aug 2008) | 2 lines Don't rely on mtimes being different for changed files. ........ r65483 | georg.brandl | 2008-08-04 09:01:40 +0000 (Mon, 04 Aug 2008) | 4 lines Add an "encoding" option to literalinclude. Add tests for include directives. ........ r65484 | georg.brandl | 2008-08-04 09:11:17 +0000 (Mon, 04 Aug 2008) | 2 lines Add changelog entry. ........ r65485 | georg.brandl | 2008-08-04 09:21:58 +0000 (Mon, 04 Aug 2008) | 2 lines Fix markup. ........ r65494 | georg.brandl | 2008-08-04 16:34:59 +0000 (Mon, 04 Aug 2008) | 2 lines Correctly use HTML file suffix in templates. ........
* Remove the opcode directive.Georg Brandl2008-07-231-5/+0
|
* 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. ........
* Add static method support.Georg Brandl2008-06-231-0/+6
|
* Add a bit on signatures and field lists.Georg Brandl2008-06-231-3/+80
|
* Add default_role configuration value.Georg Brandl2008-06-171-0/+7
|
* Add maxdepth for TOCs.Georg Brandl2008-06-121-1/+6
|
* Provide rest "class" directive as "cssclass".Georg Brandl2008-05-241-0/+17
|
* Rename version to 0.3.Georg Brandl2008-05-041-1/+1
|
* Fix handling of Verbatim within tables.Georg Brandl2008-05-041-0/+9
|
* Fix OpenSearch description generation.Georg Brandl2008-05-031-0/+2
|
* * New LaTeX table handling.Georg Brandl2008-05-031-0/+37
| | | | * Support parts in LaTeX output.
* 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.
* :func: et al. should not include parens.Georg Brandl2008-04-191-3/+5
|
* Support ``currentmodule`` directive, for docs that spread documentationGeorg Brandl2008-04-131-6/+15
| | | | for a module's contents over multiple files.