Commit Graph
23 Commits
Author SHA1 Message Date
Armin Ronacher 31a46c6930 Changed an __import__ call in the highlighter module because that trigger a bug in the python importer. 2008-11-30 19:55:59 +01:00
Armin Ronacher b21d71abfd Some tiny search fixes. 2008-09-24 08:39:33 +00:00
Armin Ronacher 6373729f1d Improved search slightly by adding keyword based lookup 2008-09-23 21:21:32 +00:00
Armin Ronacher b69e1a4fe7 Moved searchindex to the bottom to not lock the search page, prepared index for title searching. 2008-09-10 11:26:07 +00:00
Armin Ronacher 3debdc2c2a Improved search system. The search index is now a regular javascript file which should speed things up because browsers can cache it. Removed unused code from doctools.js 2008-09-10 09:11:56 +00:00
Armin Ronacher 7cf390aa9b Fixed an bug with docstring outdenting in the autodoc extension 2008-07-12 00:11:55 +00:00
Armin Ronacher a3db873c47 Fixed docstring dedenting and made the html writer more configurable in the sense that it doesn't change behavior based on the builder name any longer. 2008-07-10 13:59:59 +00:00
Armin Ronacher d2909ee303 Added sympy 2008-07-05 23:35:45 +00:00
Armin Ronacher 1f5735f371 Constructors that are callables but not python functions fail silently now on documentation. 2008-06-27 12:07:30 +00:00
Armin Ronacher bfebbfd6f0 Fixed a syntax error in the builder documentation. 2008-06-26 11:13:44 +00:00
Armin Ronacher 11498d0037 Implemented JSONHTMLBuilder and improved JSON handling (it now prefers json from the 2.6 stdlib or simplejson). 2008-06-26 11:11:20 +00:00
Armin Ronacher 95f7883e94 Refactored pickle builder into a SerializingHTMLBuilder and PickleHTMLBuilder. Subclasses can change the serialization format easily. 2008-06-26 09:40:42 +00:00
Armin Ronacher ba99598c65 Removed last "web" bits from the pickle builder. 2008-06-26 08:22:26 +00:00
Armin Ronacher 1cafce9101 Added support for upcoming "staticmethod" in autodoc 2008-06-23 11:53:44 +00:00
Armin Ronacher 70a54d2264 env is set now to nodes after unpickling. 2008-06-08 18:17:20 +00:00
Armin Ronacher c784212031 fixed bug in autodoc that caused the Jinja documentation to warn under some cases. Before auto* a newline is inserted now so that it's possible to better mix different directives and directives that return new rst code. 2008-05-25 16:03:19 +00:00
Armin Ronacher 6e0c582a7b added support for explicit signatures in callables 2008-05-06 18:07:17 +00:00
Armin Ronacher 72276a2dc2 autodoc detects descriptors properly now 2008-05-02 18:19:54 +00:00
Armin Ronacher aca631b58f documented change 2008-04-28 13:25:01 +00:00
Armin Ronacher 2e96cea026 pygments_style can be an import path now 2008-04-28 13:22:14 +00:00
Armin Ronacher f4a3ee2eaf pygments_style can be a style class now 2008-04-28 12:41:02 +00:00
Armin Ronacher ed68fefabe simplified layout template a bit, working on templating documentation 2008-04-27 14:23:11 +00:00
Armin Ronacher 84c1c0a272 autodoc uses the module charset now 2008-03-23 10:44:22 +00:00