Georg Brandl
31e22c0351
Another typo.
2008-03-14 15:41:33 +00:00
Georg Brandl
460d3fdbb7
Fix typo.
2008-03-14 15:40:31 +00:00
Georg Brandl
6d7d1f6e50
Some more documentation.
2008-03-12 21:37:22 +00:00
Georg Brandl
19df48d2cb
Template dirs are relative to the root.
2008-03-12 21:07:53 +00:00
Georg Brandl
6aae7cf9ff
Actually use the Python repository's revision number.
2008-03-09 21:42:38 +00:00
Georg Brandl
ccfd92e558
First pass at Sphinx documentation. Most of it still needs to be written :)
2008-03-09 21:32:24 +00:00
Georg Brandl
a686a5a03a
Some miscellaneous fixes.
2008-03-09 21:31:52 +00:00
Georg Brandl
c57890b4f4
A leading '~' in a object cross-reference hides the module part.
2008-03-09 21:31:42 +00:00
Georg Brandl
fab35de6a8
Actually honor the "title" value in latex_documents, if present.
2008-03-09 19:55:44 +00:00
Georg Brandl
f2ff0419bd
Add code-block directive, to simplify integrating snippets
...
in other languages, and with line numbers.
2008-03-09 19:45:54 +00:00
Georg Brandl
910e488e39
* Allow registering arbitrary cross-referencing directives/roles.
...
* Allow labels anywhere, and allow giving an explicit caption in :ref: links.
* Some fixes to the sphinxdoc style.
* Add an option to show author information in the output.
* Search user-defined templates in the order they occur in the config
(thanks Nick).
2008-03-09 18:18:41 +00:00
Georg Brandl
f60dfdd231
Add a new experimental style.
2008-03-09 12:01:15 +00:00
Georg Brandl
b223c58904
Fix to load user-provided templates before system-provided ones.
2008-03-09 12:01:03 +00:00
Georg Brandl
883fef147e
Add missing endblock directives.
2008-03-09 10:40:27 +00:00
Georg Brandl
89c8e7fd1e
Add more blocks for custom page content.
2008-03-09 10:39:09 +00:00
Georg Brandl
a95a40c748
Add some labels by default; create a master doc in quickstart.
2008-03-08 21:23:54 +00:00
Georg Brandl
265766721e
#2207 : fix if no Pygments available.
2008-02-29 18:19:13 +00:00
Georg Brandl
5c5ee14a22
Two latex writer fixes.
2008-02-27 07:12:29 +00:00
Georg Brandl
87aaa59011
Rename sphinx.addons to sphinx.ext.
2008-02-25 20:18:15 +00:00
Georg Brandl
198c8e7271
Fix if no pygments available.
2008-02-25 20:10:24 +00:00
Georg Brandl
38690f6af9
Use a list.
2008-02-24 07:59:59 +00:00
Georg Brandl
7e47fec07b
Fix config value name.
2008-02-23 22:58:48 +00:00
Georg Brandl
2a435e9fb4
Add coverage builder for Sphinx, written for GHOP by Josip Dzolonga.
2008-02-23 18:47:35 +00:00
Georg Brandl
7d9721dd85
* Allow custom static files to be created for the HTML builder.
...
* Add more block tags to the template, making inheriting them easier.
* Make the HTML stylesheet configurable for html and htmlhelp builder.
* Make the Pygments style configurable.
* Create template and style dirs in quickstart.
2008-02-23 15:24:30 +00:00
Georg Brandl
5740db88e8
Patch #2154 from Amaury: allow '...' in Python snippets; it's often
...
used to indicate some left-out code.
2008-02-21 20:39:50 +00:00
Georg Brandl
92271705fd
Fix the HTML help builder.
2008-02-20 19:43:14 +00:00
Georg Brandl
8dc8280c3c
Ignore nonexisting config settings.
2008-02-10 10:59:05 +00:00
Georg Brandl
a1e379d46c
Add setup.py, add quickstart script.
2008-02-09 23:09:36 +00:00
Georg Brandl
b2ec05e690
More refactoring, this time allowing different file extensions
...
and a different master file. Also fix environment warning reporting
and improve handling of error conditions.
2008-02-01 20:44:17 +00:00
Georg Brandl
8ca7c91443
Add link checker builder, written for GHOP by Thomas Lamb.
2008-02-01 15:49:58 +00:00
Georg Brandl
6adfa8050e
Put doc title and release in the header.
2008-02-01 10:53:24 +00:00
Georg Brandl
4f7a8f3f96
More refactoring:
...
* Move refcounting into an addon module.
* Rename the extension manager to Application and use it throughout.
* Fix some bugs found by pylint.
* Add "ifconfig" addon.
2008-01-27 20:23:25 +00:00
Georg Brandl
cf0dcada71
Fix.
2008-01-22 19:02:47 +00:00
Georg Brandl
923987c0e1
Bump env version because of new config class.
2008-01-21 22:36:32 +00:00
Georg Brandl
b208dd634a
Fix.
2008-01-21 20:39:53 +00:00
Georg Brandl
50da49fab4
Further refactorings, add extensibility API.
2008-01-21 20:20:37 +00:00
Georg Brandl
b09e628b0f
A few refactorings in Sphinx.
2008-01-16 20:27:25 +00:00
Georg Brandl
1fbdc410b7
Armin deserves special mention.
2008-01-11 14:21:06 +00:00
Georg Brandl
fb561d22f6
Add authors and license files.
2008-01-11 14:19:54 +00:00
Georg Brandl
db0bbcb136
Update copyright years and change license to BSD.
2008-01-11 14:18:19 +00:00
Georg Brandl
13107c19d0
Remove parentheses if the occur in :func: etc. roles.
2008-01-11 14:08:11 +00:00
Georg Brandl
acffb90132
Remove mention of WinZip.
2008-01-06 17:33:23 +00:00
Georg Brandl
68f4990b6f
Add access keys to navigation; thanks to Marek.
2008-01-06 17:22:26 +00:00
Georg Brandl
350143494d
Checkin my holiday work:
...
- Add "changes" builder to quickly get an overview over all "versionadded/changed/deprecated" directives for a certain version
- Cross-reference keywords
- Fix some problems in the webapp and the latex writer
2007-12-29 10:58:10 +00:00
Georg Brandl
e77b466281
Further fixes. All produced latex documents now run through pdflatex without errors.
2007-12-16 23:14:24 +00:00
Georg Brandl
fe94305a20
Implement field lists, print warnings instead of raising RuntimeErrors.
2007-12-16 22:10:43 +00:00
Georg Brandl
e4e6d92f0f
Implement sidebar and topic nodes.
2007-12-16 21:55:57 +00:00
Georg Brandl
fbe9ed59cb
Several improvements to the latex builder.
2007-12-16 19:36:23 +00:00
Georg Brandl
d6deb877df
Implement index entries, production lists and the glossary.
2007-12-16 12:20:41 +00:00
Georg Brandl
ef49fadf8c
- rename webify/unwebify to canonical/os_path
...
- build all documents correctly, including howtos
- pack ACKS content into an .. acks directive, to
make it possible to render it into a comma-separated
list in latex
2007-12-07 20:27:52 +00:00
Georg Brandl
6f31617900
Fix highlighting code a bit.
2007-12-06 10:08:16 +00:00
Georg Brandl
d104117d71
Add highlighting for LaTeX builder.
2007-12-06 10:00:57 +00:00
Georg Brandl
c5580ebd91
Continue work on the PDF builder. The documents now build and run through LaTeX.
...
Some elements are still missing though.
2007-12-06 02:00:01 +00:00
Georg Brandl
3d74adea25
Add beginnings of a LaTeX writer. This is in no way usable code yet.
2007-12-05 21:11:36 +00:00
Georg Brandl
302aedb1d0
#1555 : fix print media stylesheet.
2007-12-04 17:11:02 +00:00
Georg Brandl
cfa8045490
Apply Tim Golden's patch from #1520 , which resolves confusion between
...
file paths and relative URIs so that building on Windows is flawlessly
possible.
2007-12-03 22:38:25 +00:00
Georg Brandl
4349b88f75
Add missing escape filter.
2007-12-03 22:32:46 +00:00
Georg Brandl
50e7330d4a
Add nucular as a possible full text indexer.
2007-11-01 09:53:26 +00:00
Georg Brandl
6814e09677
* Lowercase glossary terms
...
* Consistently format None, True and False.
2007-10-21 12:53:41 +00:00
Georg Brandl
1212840dcc
Prepare for new toplevel chapter, "Using Python."
2007-10-20 18:04:28 +00:00
Georg Brandl
a7aa403c2f
Don't italicize interactive mode output.
2007-10-20 17:56:06 +00:00
Georg Brandl
da8a4264ed
Add an envvar directive too. Link from :envvar: and :option: to the relevant directives.
2007-10-20 17:50:45 +00:00
Georg Brandl
dad5ee1eaa
Add "cmdoption" directive for command-line options.
2007-10-20 13:36:14 +00:00
Georg Brandl
11a23a6a3a
Properly escape index entry names.
2007-09-15 19:50:19 +00:00
Georg Brandl
7a8c323d1c
Add todo items.
2007-09-12 19:51:20 +00:00
Georg Brandl
f937d9b6d5
Don't append module names for methods.
2007-09-12 18:03:15 +00:00
Georg Brandl
a891038b34
Another TODO item.
2007-09-09 08:03:49 +00:00
Georg Brandl
70b543b5cb
New todo item.
2007-09-06 15:07:22 +00:00
Georg Brandl
2ca4b5a9b0
Fix wrong invalidation of parent files.
2007-09-06 15:02:32 +00:00
Georg Brandl
2a8c780300
Oops.
2007-09-06 14:46:38 +00:00
Georg Brandl
a0df38ef4a
Patch #1119 from Lars: correctly handle pruning the search index.
2007-09-06 14:13:08 +00:00
Georg Brandl
6da95c8ac2
Fix pickle loading with Windows. Bug #1090 .
2007-09-03 07:12:04 +00:00
Georg Brandl
80f9df9b15
Patch by Robin Stocker: fix unnecessary slowing styles.
2007-09-01 21:48:59 +00:00
Georg Brandl
f8383bece2
Fix the relative font sizes a bit.
2007-09-01 15:39:59 +00:00
Georg Brandl
4058a055a3
Don't use absolute font sizes. Fixes #1072 .
2007-09-01 07:37:04 +00:00
Georg Brandl
32aa42f067
Fix index subitem generation.
2007-08-31 08:47:16 +00:00
Georg Brandl
2a780f0cf5
No "quadruple" entries anymore.
2007-08-31 07:00:44 +00:00
Georg Brandl
d5469b432d
Add a shorthand notation for single index entries.
2007-08-31 06:56:18 +00:00
Georg Brandl
a6cadae78f
Support backslash "escaping" in descitem signatures.
2007-08-30 08:36:04 +00:00
Georg Brandl
acda414be2
Don't use JavaScript and section anchors in the htmlhelp version.
2007-08-24 20:49:57 +00:00
Georg Brandl
a84bedff72
Don't use fixed font names, only generic ones like "sans-serif".
2007-08-21 06:16:00 +00:00
Georg Brandl
656f99e7b8
A "-q" option to shut up stdout.
2007-08-19 13:08:06 +00:00
Georg Brandl
b6024b9ab7
Add `!` x-ref feature.
2007-08-17 16:55:09 +00:00
Georg Brandl
ac90866723
Two fixes.
2007-08-17 07:44:32 +00:00
Georg Brandl
12cfdea91f
Add glossary directive and :term: role for crossreferencing into the glossary.
2007-08-17 06:27:35 +00:00
Georg Brandl
a826246980
Remove leading spaces, makes the index ~100K smaller.
2007-08-17 06:25:38 +00:00
Georg Brandl
d0121841a6
Use the "with" __future__ statement when parsing python snippets.
2007-08-17 06:24:52 +00:00
Georg Brandl
43ec19ffb7
Format .. warning::s with a "Caveat" label.
2007-08-15 19:06:17 +00:00
Georg Brandl
d302c52646
Add a way to mark deprecated modules, and show this information in the module index.
...
Also, generate a useful "title" attribute for module crossreferences.
2007-08-15 18:42:00 +00:00
Georg Brandl
11cab438b8
Allow a leading dot in x-reference roles, marking reversed search order for targets.
2007-08-15 18:05:01 +00:00
Georg Brandl
2192e92ec9
Move the 3k reST doc tree in place.
2007-08-15 14:28:22 +00:00
Georg Brandl
bc32dde2a5
Move the 2.6 reST doc tree in place.
2007-08-15 14:28:01 +00:00
Georg Brandl
4fc61114e5
Copy the environment pickle to the output dir in the web builder.
2007-08-15 14:25:09 +00:00
Georg Brandl
276141002f
Give some poor files a proper extension.
2007-08-15 13:59:05 +00:00
Georg Brandl
c52b0f6f23
Update TODO and README.
2007-08-15 13:56:54 +00:00
Georg Brandl
e8c3a65147
Add x-refs between mac sections.
2007-08-15 13:40:25 +00:00
Georg Brandl
0503040766
Merge the Mac library part into the Library part.
...
The "Using Python on the Mac" is now a HOWTO.
2007-08-15 09:00:54 +00:00
Georg Brandl
1716523338
Port rev. 57049.
2007-08-15 07:34:46 +00:00
Georg Brandl
07b9a4a39b
Add proper status to 404 responses.
2007-08-14 20:13:04 +00:00
Georg Brandl
e38934976a
Fix arg.
2007-08-14 20:10:55 +00:00