Commit Graph
47 Commits
Author SHA1 Message Date
Pauli Virtanen 319afe8fde BUG: ext/linkcode: do not detect linkcode config changes
Since the linkcode_resolve is a function, it triggers configuration
change on each rebuild, resulting to full rebuild always. It's better
to make it not do that.
2012-12-07 21:13:54 +02:00
Pauli Virtanen da4ba903a3 DOC: linkcode: fix up documentation a bit 2012-03-11 17:55:29 +01:00
Pauli Virtanen 135bb6f6c8 ENH: add a linkcode extension 2012-03-11 17:48:51 +01:00
Pauli Virtanen 485e1e0d37 autosummary: obtain import prefixes from environment also in the autolink role 2011-06-29 21:29:43 +02:00
Pauli Virtanen a239643f0b autosummary/generate: slightly more robust parsing in find_autosummary_in_lines
Skip non-content lines of autosummary:: directives, if they have a
greater leading indent.
2011-06-29 21:27:56 +02:00
Pauli Virtanen e1be6ef8f8 autosummary: minor doc clarifications 2011-06-29 21:27:43 +02:00
Pauli Virtanen bb51a20745 autosummary: respect py:currentclass when looking up Python objects
This makes autosummary directives inside classes to work properly.
2011-06-29 21:27:23 +02:00
Pauli Virtanen 9962c00947 autosummary: fix get_documenter to handle its *parent* parameter correctly
The *parent* parameter is a Python object, and should not be passed on
to Documenter.can_document_member, which expects a Documenter instance.
2011-06-29 21:27:03 +02:00
Pauli Virtanen 0e97f2ab58 autosummary: improve robustness of the signature compactification 2011-06-29 21:26:43 +02:00
Pauli Virtanen 8122339c95 Add GNOME Devhelp builder 2009-06-27 19:49:51 +03:00
Pauli Virtanen a9b4d9e552 autosummary: generate stubs for ~items properly 2009-06-27 17:01:34 +03:00
Pauli Virtanen e4ead20937 autosummary: fix parsing in generate 2009-06-27 16:58:22 +03:00
Pauli Virtanen 9043aeb723 autosummary: generate stub pages recursively 2009-06-19 16:57:43 +03:00
Pauli Virtanen 53bdb60a77 Fix cElementTree import 2009-06-28 17:09:58 +03:00
Pauli Virtanen 25429bcdf4 devhelp: produce better index term sub-items 2009-06-28 16:17:28 +03:00
Pauli Virtanen aea718e2a2 Fix fails-to-work oversight in pngmath.py 2009-06-02 23:05:33 +03:00
Pauli Virtanen 2bf065f664 autosummary: fix python2.4 compatibility 2009-05-21 18:43:57 +03:00
Pauli Virtanen 4ab7bf69bb autosummary: fix another bug in module stub template 2009-05-15 01:03:36 +03:00
Pauli Virtanen 3d5bb47869 autosummary: fix bug in module stub template 2009-05-15 00:53:04 +03:00
Pauli Virtanen 8d8281cb97 autosummary: don't spam output if there are many files to scan 2009-05-15 00:32:26 +03:00
Pauli Virtanen a581245f9d autosummary: fix bug in autosummary_generate option handling 2009-05-15 00:32:02 +03:00
Pauli Virtanen c495b2a735 Merge with sphinx trunk 2009-05-15 00:23:26 +03:00
Pauli Virtanen 472357e6a5 autosummary: allow user to override stub templates + improve the default templates 2009-05-15 00:22:30 +03:00
Pauli Virtanen bbf4fe36c1 autosummary: accept 'autosummary_generate = True' in config files 2009-05-14 22:01:19 +03:00
Pauli Virtanen 39f5e8c3a0 autosummary: improve appearance of Latex tables 2009-05-09 19:41:54 +03:00
Pauli Virtanen ccbeb415e1 autosummary: add non-breaking spaces only for HTML output
The Latex package `tabulary` has problems with dealing with columns that
contain non-breaking spaces. Rather often, the `L` class columns overflow,
and using `lL` makes the total table wider than the page.
2009-05-09 19:40:12 +03:00
Pauli Virtanen fd248820d7 autosummary: improve signature formatting, obey max width more closely 2009-05-09 19:36:59 +03:00
Pauli Virtanen 676409133a autosummary: fix typo in a regexp 2009-04-25 23:40:11 +03:00
Pauli Virtanen e3c4ca9445 autosummary: fix bug in importing top-level modules 2009-04-14 00:39:22 +03:00
Pauli Virtanen 7944b1b8f5 autosummary: refactor generate.get_documented*
Refactor the RST parsing functions by dropping parts that are not needed
by the autosummary extension. Also fix some bugs (handling of duplicate
entries and parsing of the :toctree: option).
2009-04-13 22:28:48 +03:00
Pauli Virtanen d307369122 autosummary: make information messages prettier 2009-04-13 21:51:03 +03: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
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
Pauli Virtanen 73ae2f9c94 Some autosummary fixes 2009-03-21 00:34:46 +02:00
Pauli Virtanen 6be9f22ecf sphinx.ext.pngmath: make Latex errors non-fatal for HTML output 2008-11-20 21:38:21 +02:00