Georg Brandl
|
24023f8f3b
|
Some more license nits.
|
2009-01-03 12:15:04 +01:00 |
|
Georg Brandl
|
0b28b3e6f6
|
Switch copyright and license tags to single style. Add contributor
names in AUTHORS instead, and add the license of etree13 to
LICENSE.
|
2009-01-03 11:57:07 +01:00 |
|
Georg Brandl
|
6a8b0aa599
|
merge in 0.5
|
2009-01-03 11:33:44 +01:00 |
|
Georg Brandl
|
9b48c13ee8
|
* #81: Write environment and search index in a manner that is safe
from exceptions that occur during dumping.
|
2009-01-03 11:13:43 +01:00 |
|
Georg Brandl
|
29e893205e
|
merge in 0.5
|
2009-01-02 14:53:33 +01:00 |
|
Georg Brandl
|
8af0caea30
|
Fix #80: use string.ascii_* constants in case locale.setlocale() is
somehow called which then leads to UnicodeErrors.
|
2009-01-02 14:51:55 +01:00 |
|
Georg Brandl
|
9fc2437773
|
Document new literalinclude options.
|
2009-01-02 00:32:02 +01:00 |
|
Georg Brandl
|
8161b024ed
|
Add lines and start-after/end-before options to literalinclude.
|
2009-01-02 00:25:29 +01:00 |
|
Georg Brandl
|
cac6f96948
|
Fix long line.
|
2009-01-01 23:49:32 +01:00 |
|
Georg Brandl
|
a10c326bdd
|
Add Python license info, add parse.c source generated by Cython.
|
2009-01-01 23:48:10 +01:00 |
|
Benjamin Peterson
|
bb6b7d9b31
|
add a test for detecting python console sessions
|
2009-01-01 10:33:41 -06:00 |
|
Georg Brandl
|
3fd31a2628
|
Add WFront.
|
2008-12-31 00:21:19 +01:00 |
|
Georg Brandl
|
43a0e0b9a6
|
Update Czech locale.
|
2008-12-30 23:02:47 +01:00 |
|
Georg Brandl
|
c80dc58ac1
|
Rename "object" to "pyobject" and document it.
|
2008-12-30 15:45:02 +01:00 |
|
Georg Brandl
|
ddee927c46
|
Add "object" option to literalinclude directive.
|
2008-12-30 15:41:21 +01:00 |
|
Georg Brandl
|
ed60ae4118
|
* Add a tag-finding method based on tokens.
* Don't parse immediately if tokenizing suffices.
* Also cache by file name.
|
2008-12-30 12:42:26 +01:00 |
|
Georg Brandl
|
08148a42d1
|
Move docstring processing to an util module.
|
2008-12-30 02:37:20 +01:00 |
|
Georg Brandl
|
0fb89a8e87
|
Ignore .so files.
|
2008-12-30 02:37:01 +01:00 |
|
Georg Brandl
|
28829fa9d5
|
Also find attribute docs in the "other" style: docstrings after the
assignment.
|
2008-12-30 02:26:47 +01:00 |
|
Georg Brandl
|
83cf763804
|
First iteration of an autodoc that handles attribute documentation.
|
2008-12-30 02:09:29 +01:00 |
|
Georg Brandl
|
0edeba7acb
|
Move benchmark into __main__ block.
|
2008-12-30 01:32:01 +01:00 |
|
Georg Brandl
|
eb7d654cb0
|
Some speedups in pytree.
Add Cython parse.py replacement, yielding a 2x speedup in parsing.
|
2008-12-30 01:29:49 +01:00 |
|
Georg Brandl
|
eb66f15544
|
Ignore grammar pickle files.
|
2008-12-29 22:30:41 +01:00 |
|
Georg Brandl
|
428ed4a277
|
Another fix for DEDENT/INDENT handling.
|
2008-12-29 22:30:00 +01:00 |
|
Georg Brandl
|
21caf917f2
|
Fix handling of INDENT/DEDENT tokens.
|
2008-12-29 22:25:15 +01:00 |
|
Georg Brandl
|
3d4963ae02
|
Improve error handling.
|
2008-12-29 20:47:32 +01:00 |
|
Georg Brandl
|
f4cff4371e
|
Add comment.
|
2008-12-29 20:39:14 +01:00 |
|
Georg Brandl
|
bb2f9b67d8
|
Cleanup; add scoping to ClassAttrVisitor.
|
2008-12-29 20:37:30 +01:00 |
|
Georg Brandl
|
49c15e93a2
|
Add pgen2 and custom utilities.
|
2008-12-29 20:22:18 +01:00 |
|
Georg Brandl
|
2dc410c1bb
|
fix whitespace glitch
|
2008-12-29 20:20:17 +01:00 |
|
Georg Brandl
|
04348edcee
|
New builder for Qt help collections, by Antonio Valentino.
(This is not finished work yet.)
|
2008-12-29 00:51:51 +01:00 |
|
Georg Brandl
|
f13c3a00cd
|
Close #23: Added a `classmethod directive along with method `
and ``staticmethod``.
|
2008-12-29 00:11:06 +01:00 |
|
Georg Brandl
|
1aa8baa0d8
|
Fix #46: allow linking to special labels via :ref:abc <genindex> .
|
2008-12-28 23:59:40 +01:00 |
|
Georg Brandl
|
dc960ca7df
|
Update translation catalogs.
|
2008-12-28 23:41:29 +01:00 |
|
Georg Brandl
|
ce52e9072e
|
Some fixes and changelog entry after switch to Jinja2.
|
2008-12-28 23:39:26 +01:00 |
|
Georg Brandl
|
3e988f4917
|
merge in http://www.bitbucket.org/lunar/sphinx-jinja2/
|
2008-12-28 23:23:18 +01:00 |
|
Georg Brandl
|
5d05ffc883
|
Fix #6: Don't generate redundant `<ul> ` for top-level TOC tree
items, which leads to a visual separation of TOC entries.
|
2008-12-28 21:56:22 +01:00 |
|
Georg Brandl
|
d271cc57b2
|
merge
|
2008-12-28 21:32:12 +01:00 |
|
Georg Brandl
|
b3d55c3139
|
Close #4: Added a `:download: ` role that marks a non-document file
for inclusion into the HTML output and links to it.
|
2008-12-28 21:30:25 +01:00 |
|
Georg Brandl
|
f07d0afef2
|
Note how to change default role.
|
2008-12-28 21:29:40 +01:00 |
|
Georg Brandl
|
e2c52d6e90
|
Fix #77: If a description environment with info field list only
contains one ``:param:`` entry, no bullet list is generated.
|
2008-12-28 20:02:55 +01:00 |
|
Georg Brandl
|
78dec65bcc
|
Due to popular demand, added a `:doc: ` role which directly
links to another document without the need of creating a
label to which a ``:ref:`` could link to.
|
2008-12-28 19:44:54 +01:00 |
|
Georg Brandl
|
a2363c0751
|
Fix test_autodoc after return annotation change.
|
2008-12-28 19:44:10 +01:00 |
|
Georg Brandl
|
377b461b1c
|
Factor out docname path joining into an utility function.
|
2008-12-28 19:11:32 +01:00 |
|
Benjamin Peterson
|
7433721617
|
use stacklevel=2 for easier debugging
|
2008-12-27 14:14:10 -06:00 |
|
Georg Brandl
|
38fff57d72
|
Add MapServer.
|
2008-12-27 12:22:18 +01:00 |
|
Georg Brandl
|
26d7aafaae
|
Explicitly refer to the license in :license: tags.
|
2008-12-27 12:19:17 +01:00 |
|
Georg Brandl
|
5975e6c0f6
|
Cosmetic changes.
|
2008-12-26 20:29:23 +01:00 |
|
Georg Brandl
|
83c9f7a849
|
Improve builder docs a bit.
|
2008-12-26 20:17:59 +01:00 |
|
Georg Brandl
|
5713270079
|
Don't require init() method in builders.
|
2008-12-26 20:09:17 +01:00 |
|