Gary Wilson Jr.
|
175bc520e1
|
Fixed a couple links in the documentation for the contents docutils directive that were referring to the incorrect anchor.
|
2011-06-28 13:13:08 -05:00 |
|
Georg Brandl
|
f925de6aa0
|
#586: Implemented improved glossary markup which allows multiple terms per definition.
|
2011-01-06 20:34:41 +01:00 |
|
Daniel Neuhäuser
|
7f254f1a77
|
Fixed a typo. Thanks to Thomas Waldmann for finding it.
|
2010-10-31 13:04:13 +01:00 |
|
Georg Brandl
|
ad759f54c1
|
#392: deprecate "centered".
|
2010-08-26 12:01:12 +00:00 |
|
Georg Brandl
|
40e692e6c3
|
#504: Add an `index ` role, to make inline index entries.
|
2010-08-25 11:33:30 +00:00 |
|
Georg Brandl
|
cb26c78079
|
Describe the "deprecated" directive.
|
2010-07-29 09:27:46 +02:00 |
|
Georg Brandl
|
f6c74a1319
|
Rename the extlink roles to avoid confusion between :rstdir: and :rst:dir:.
|
2010-05-24 13:06:55 +02:00 |
|
Georg Brandl
|
f4f3066581
|
Use the new rst domain in the sphinx docs.
|
2010-04-17 10:39:51 +02:00 |
|
Georg Brandl
|
a479d56b24
|
Move inline markup description to domains page.
|
2010-03-01 14:53:30 +01:00 |
|
Georg Brandl
|
3e9182550a
|
Review markup chapter.
|
2010-03-01 14:37:31 +01:00 |
|
Georg Brandl
|
a734207eea
|
fix markup
|
2009-08-26 14:30:23 +00:00 |
|
Georg Brandl
|
c32186282f
|
#222: Allow the "Footnotes" header to be translated.
|
2009-08-06 22:48:14 +02:00 |
|
Georg Brandl
|
4de4dcccd4
|
#123: The `glossary directive now supports a :sorted: `
flag that sorts glossary entries alphabetically.
|
2009-03-15 23:34:19 +01:00 |
|
Georg Brandl
|
aedbdd953d
|
Fix more line length and trailing whitespace.
|
2009-01-10 22:18:18 +01:00 |
|
Georg Brandl
|
c83d630fd8
|
Close #52: There is now a `hlist ` directive, creating a compact
list by placing distributing items into multiple columns.
|
2009-01-04 22:00:40 +01:00 |
|
Georg Brandl
|
7aa1c5eed2
|
#21: allow short form for seealso arguments.
|
2008-11-04 21:35:05 +01:00 |
|
Georg Brandl
|
26d724cb6d
|
Merged revisions 65532,65546-65547,65550-65551 via svnmerge from
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.
........
|
2008-08-06 14:46:11 +00:00 |
|
Georg Brandl
|
17e7e61778
|
Merged revisions 64703-64708,64710-64712 via svnmerge from
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.
........
|
2008-07-04 18:49:39 +00:00 |
|
Georg Brandl
|
e2158213e8
|
Allow the configuration directory to be set differently from the source directory.
Also don't import docutils on importing sphinx.
|
2008-05-02 10:32:08 +00:00 |
|
Georg Brandl
|
7dd56497af
|
Advise to put index directives before the target.
|
2008-04-06 17:41:51 +00:00 |
|
Georg Brandl
|
ca528099f6
|
Update documentation, add more content.
|
2008-03-16 11:19:26 +00:00 |
|
Georg Brandl
|
06dd99e1a1
|
Expand the markup chapter a bit.
|
2008-03-15 09:06:04 +00:00 |
|