Commit Graph
37 Commits
Author SHA1 Message Date
Armin Ronacher ebeaf438ad Write theme information payload binary, not as text. Otherwise windows users will be unhappy. 2009-07-14 11:43:39 +02:00
Armin Ronacher 686013a0b2 Added new minimal theme called scrolls. 2009-06-30 17:34:18 +01:00
Armin Ronacher aa84aa4dc1 Added a new theme inspired by the jinja / werkzeug theme. 2009-06-30 17:34:02 +01:00
Armin Ronacher e8ab405a2e Added werkzeug docs to the examples. 2009-05-30 09:43:51 +02:00
Armin Ronacher 54583227d2 Enabled default jinja sandbox in sphinx. Makes it safer to share themes. 2009-02-19 23:20:29 +01:00
Armin Ronacher 9ba4add4df Fixed a bug in autodoc that caused a type error if automodule was used without members. 2009-02-18 21:05:35 +01:00
Armin Ronacher 2d76170b9c Automated merge with ssh://hg@bitbucket.org/birkenfeld/sphinx 2009-02-06 22:26:02 +01:00
Armin Ronacher 191440725f Fixed a bug in autodoc that caused a lot of headaches to the testsuite. 2009-02-06 22:25:39 +01:00
Armin Ronacher bb218297ff Automated merge with ssh://hg@bitbucket.org/birkenfeld/sphinx 2009-02-05 13:28:57 +01:00
Armin Ronacher bf943483c0 attribute documentation now overrides non attribute documentation.
This makes it possible to document aliased methods and other things::

    def foo(self):
        pass

    #: an alias for foo()
    foo_alias = foo

Also attribute documentation can contain paragraphs now.
2009-02-05 13:28:46 +01:00
Armin Ronacher 4f21cce12e Merge 2009-02-01 20:51:16 +01:00
Armin Ronacher 9f85317530 Autodoc can document classes as functions now if explicitly
marked with `autofunction`.
2009-01-17 01:21:47 +01:00
Armin Ronacher 646840d387 Changed the tokenizer in pgen2 to add a newline to lines even if it's missing. This makes sure that a file that does not end with a newline is properly parsed. 2009-01-09 18:55:42 +01:00
Armin Ronacher c788e0467c Added better error message for missing roman.py 2008-12-07 23:17:29 +01:00
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