Georg Brandl
|
b13f61bc42
|
merge with pv/sphinx-work
|
2009-04-13 09:45:56 +02:00 |
|
Georg Brandl
|
5f710d37bc
|
merge with 0.6
|
2009-04-11 12:50:09 +02:00 |
|
Georg Brandl
|
46bc1cbe4b
|
Check for files that are outside the source dir in build_specific().
|
2009-04-11 12:49:45 +02:00 |
|
Georg Brandl
|
488fabf4fb
|
merge with 0.6
|
2009-04-10 11:10:55 +02:00 |
|
Georg Brandl
|
b966975ca6
|
Fix a small problem with rfind() methods.
|
2009-04-10 11:10:38 +02:00 |
|
Georg Brandl
|
95392585b2
|
merge with http://bitbucket.org/methane/sphinx-speedup/
|
2009-04-09 21:38:36 +02:00 |
|
Georg Brandl
|
8b91467d64
|
Add Pyccuracy.
|
2009-04-09 21:31:42 +02:00 |
|
Georg Brandl
|
f996940041
|
merge
|
2009-04-09 19:22:05 +00:00 |
|
pau
|
1127319ca5
|
Fixed bug with C signatures with const and no args
|
2009-04-09 19:21:05 +00:00 |
|
Georg Brandl
|
7ac57bcc46
|
Add Open ERP.
|
2009-04-09 19:10:14 +00:00 |
|
Georg Brandl
|
23bc754c20
|
Add SciPy.
|
2009-04-09 19:08:44 +00:00 |
|
Georg Brandl
|
02a53d74e9
|
Add sqlparse.
|
2009-04-09 19:07:15 +00:00 |
|
Georg Brandl
|
b349660d95
|
Add html_show_copyright config val, patch by Wojtek Walczak.
|
2009-04-09 19:04:44 +00:00 |
|
Georg Brandl
|
332f71c0c3
|
Improve table formatting.
|
2009-04-09 19:01:20 +00:00 |
|
Georg Brandl
|
aa3cd6ec0c
|
merge with 0.6
|
2009-04-07 21:51:56 +02:00 |
|
Georg Brandl
|
248dcaea2c
|
Fix test suite failures when Pygments is not available.
|
2009-04-07 21:50:14 +02:00 |
|
INADA Naoki
|
e5c95ab52b
|
merge to master
|
2009-04-05 23:47:44 +09:00 |
|
INADA Naoki
|
ea0ba249e3
|
tune traversing. 29s->24s
|
2009-04-05 23:30:33 +09:00 |
|
Georg Brandl
|
428c969932
|
Add NOC.
|
2009-04-05 10:45:00 +02:00 |
|
Pauli Virtanen
|
2ac809da8b
|
autosummary: fix bug introduced in last commit
|
2009-04-05 01:21:52 +03:00 |
|
Pauli Virtanen
|
0b402028f4
|
autosummary: don't push nested paragraphs in table entries
|
2009-04-05 01:06:03 +03:00 |
|
Pauli Virtanen
|
866c015635
|
latex: fix bad escaping in 3e1f33ab8245
|
2009-04-05 00:26:32 +03:00 |
|
Pauli Virtanen
|
9cfdf9b13e
|
latex: add support for UTF-8 non-breaking spaces, and reintroduce them in autosummary
|
2009-04-05 00:17:47 +03:00 |
|
Pauli Virtanen
|
a888b24979
|
autosummary: don't insert UTF-8 non-breaking spaces to signatures; these seem to cause problems for latex builds
|
2009-04-05 00:10:28 +03:00 |
|
Pauli Virtanen
|
f9272dc777
|
autosummary: small signature formatting fixes
|
2009-04-05 00:01:49 +03:00 |
|
INADA Naoki
|
aa05225f5c
|
Use porterstemmer instead of PyStemmer.
|
2009-04-05 05:53:49 +09:00 |
|
Pauli Virtanen
|
3fecd0b3b6
|
autodoc: call autodoc-process-signature hook even if introspecting item signature failed
|
2009-04-04 23:47:58 +03:00 |
|
Pauli Virtanen
|
d769e7b616
|
autosummary: refactoring, split table generation from input parsing
|
2009-04-04 23:26:37 +03:00 |
|
Pauli Virtanen
|
c6434509c0
|
autosummary: make generate.py recurse into automodule:: docstrings
|
2009-04-04 23:01:11 +03:00 |
|
Pauli Virtanen
|
ab1f917cfa
|
autosummary: allow trailing comments in autosummary lists
|
2009-04-04 22:48:26 +03:00 |
|
Pauli Virtanen
|
bffc8741aa
|
autosummary: refactor generate.py a bit
|
2009-04-04 22:30:29 +03:00 |
|
Pauli Virtanen
|
939012eb1e
|
autosummary: fix bugs in summary extraction, and attribute detection
|
2009-04-04 22:22:16 +03:00 |
|
Pauli Virtanen
|
0510af7672
|
autosummary: fix bugs, and include features from the Numpy version
|
2009-04-04 22:05:32 +03:00 |
|
Pauli Virtanen
|
d9ae7c30cb
|
autosummary: write documentation
|
2009-04-04 22:05:04 +03:00 |
|
INADA Naoki
|
f04fd3d902
|
Don't use publish_parts to avoid building OptionParser many times.
|
2009-04-04 21:47:05 +09:00 |
|
INADA Naoki
|
a24671bafb
|
Use PyStemmer instead of PorterStemmer.
PorterStemmer consumes a lot of time. So use PyStemmer
<http://sf.net/projects/pystemmer/> implemented in C.
|
2009-04-04 21:45:22 +09:00 |
|
Georg Brandl
|
cb33979cde
|
merge with 0.6
|
2009-04-01 12:01:06 -05:00 |
|
Georg Brandl
|
546a1b4187
|
Add a fix for objects whose getattr adds new members to __dict__.
|
2009-04-01 11:58:15 -05:00 |
|
Georg Brandl
|
67827b3806
|
Add changelog entry for fd52839b069b.
|
2009-04-01 09:20:02 -05:00 |
|
Georg Brandl
|
d71af03665
|
merge
|
2009-04-01 09:19:11 -05:00 |
|
Georg Brandl
|
7a29549a0e
|
Add a FAQ item.
|
2009-03-31 16:50:09 -05:00 |
|
Georg Brandl
|
cf1435afb5
|
Fix intersphinx for installations without urllib2.HTTPSHandler.
|
2009-03-31 14:01:26 -05:00 |
|
Christophe de Vienne
|
48c4bf0cb3
|
Fix import_object if the object has no '__name__' attribute.
|
2009-03-30 19:11:20 +02:00 |
|
Georg Brandl
|
42ade899dc
|
Fix manifest. Again.
|
2009-03-28 14:51:45 -05:00 |
|
Georg Brandl
|
38dcc3c25b
|
merge...
|
2009-03-27 12:07:11 -05:00 |
|
Georg Brandl
|
6693413ed7
|
Update changelog.
|
2009-03-27 12:07:02 -05:00 |
|
Georg Brandl
|
a2fd50503d
|
merge...
|
2009-03-27 12:06:06 -05:00 |
|
Georg Brandl
|
f85f6cd572
|
#134: fix pending_xref leftovers when using the todolist directive.
|
2009-03-27 12:05:00 -05:00 |
|
Georg Brandl
|
8ac02bfa30
|
#134: fix pending_xref leftovers when using the todolist directive.
|
2009-03-27 12:05:00 -05:00 |
|
Georg Brandl
|
dce40faca0
|
merge with 0.6
|
2009-03-26 18:27:50 -04:00 |
|