| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add the "oldcmarkup" extension, to help migrating to 1.0. | Georg Brandl | 2010-05-24 | 2 | -1/+10 |
| * | Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the external/inter... | Georg Brandl | 2010-05-24 | 2 | -2/+9 |
| |\ | |||||
| | * | merge with 0.6 | Georg Brandl | 2010-05-22 | 18 | -110/+367 |
| | |\ | |/ |/| | |||||
| | * | #404: Make ``\and`` work properly in the author field of the ``latex_document... | Georg Brandl | 2010-05-22 | 1 | -1/+1 |
| * | | Added `doc_field_types` to :class:`JSCallable`, arguments, errors and the ret... | DasIch | 2010-03-31 | 1 | -2/+6 |
| * | | Added a :class:`JSXRefRole` which allows to display a method/attribute name o... | DasIch | 2010-03-30 | 1 | -0/+1 |
| * | | Added a :js:attribute:: directive as well as a :js:attr: role to describe att... | DasIch | 2010-03-30 | 1 | -0/+4 |
| * | | It is now possible to use the js:function:: directive for methods. | DasIch | 2010-03-30 | 1 | -0/+5 |
| * | | Added a js:data directive/role to describe/refer to global variables/constants. | DasIch | 2010-03-30 | 1 | -0/+4 |
| * | | Added a :js:func: role to refer to functions described with the js:function::... | DasIch | 2010-03-30 | 1 | -0/+3 |
| * | | Added a JavaScript domain and a js:function directive. | DasIch | 2010-03-30 | 1 | -0/+6 |
| * | | Add missing option_spec for Python domain. | Georg Brandl | 2010-02-28 | 1 | -0/+2 |
| * | | merge with trunk | Georg Brandl | 2010-02-17 | 1 | -0/+6 |
| |\ \ | |||||
| | * \ | merge with 0.6 | Georg Brandl | 2010-02-07 | 13 | -9/+103 |
| | |\ \ | | |/ | |/| | |||||
| | * | | Make the ``start-after`` and ``end-before`` options to the ``literalinclude``... | Georg Brandl | 2010-01-30 | 1 | -0/+6 |
| * | | | Fix some XXXes. | Georg Brandl | 2010-01-17 | 1 | -2/+1 |
| * | | | Fix :type:-class field processing and add doc field markup to test suite. | Georg Brandl | 2010-01-17 | 1 | -0/+17 |
| * | | | merge with trunk | Georg Brandl | 2010-01-08 | 6 | -39/+157 |
| |\ \ \ | |_|/ |/| | | |||||
| | * | | merge with trunk (and remove debugging leftover from test layout.html template) | Georg Brandl | 2010-01-07 | 1 | -1/+0 |
| | |\ \ | |||||
| | * \ \ | merge with trunk (not working perfectly yet) | Georg Brandl | 2010-01-07 | 9 | -4/+16 |
| | |\ \ \ | | |/ / | |||||
| | * | | | merge with trunk | Georg Brandl | 2010-01-07 | 6 | -38/+155 |
| | |\ \ \ | |||||
| | | * \ \ | merge with trunk | Georg Brandl | 2010-01-02 | 4 | -4/+137 |
| | | |\ \ \ | |||||
| | | * \ \ \ | merge with trunk | Georg Brandl | 2009-12-31 | 3 | -1/+5 |
| | | |\ \ \ \ | |||||
| | | * \ \ \ \ | merge with trunk | Georg Brandl | 2009-12-28 | 6 | -38/+155 |
| | | |\ \ \ \ \ | |||||
| | | | * \ \ \ \ | merge with trunk | Georg Brandl | 2009-12-23 | 2 | -0/+54 |
| | | | |\ \ \ \ \ | |||||
| | | | * | | | | | | Finish renaming description units to object (description)s. | Georg Brandl | 2009-10-27 | 1 | -2/+2 |
| | | | * | | | | | | Automatically convert directive functions, and add a test for that. | Georg Brandl | 2009-10-27 | 3 | -0/+27 |
| | | | * | | | | | | The ``toctree()`` callable in templates now has a ``maxdepth`` | Georg Brandl | 2009-09-09 | 2 | -2/+9 |
| | | | * | | | | | | Move HTML test into own module and add some C references. | Georg Brandl | 2009-09-08 | 1 | -7/+7 |
| | | | * | | | | | | Add some XXX comments to places where work is needed. | Georg Brandl | 2009-09-08 | 1 | -0/+1 |
| | | | * | | | | | | More refactoring for language-independent domain support. | Georg Brandl | 2009-09-07 | 2 | -1/+1 |
| | | | * | | | | | | More block markup tests. | Georg Brandl | 2009-08-09 | 2 | -0/+13 |
| | | | * | | | | | | More tests for inline markup. | Georg Brandl | 2009-08-09 | 2 | -0/+24 |
| | | | * | | | | | | Add more tests for markup. | Georg Brandl | 2009-08-09 | 2 | -36/+64 |
| | | | * | | | | | | More tests for inline markup. | Georg Brandl | 2009-08-09 | 2 | -1/+7 |
| | | | * | | | | | | Fix remaining uses of xfileref_role. | Georg Brandl | 2009-08-09 | 1 | -0/+9 |
| | | | * | | | | | | First step of domain handling in environment. | Georg Brandl | 2009-07-13 | 1 | -5/+5 |
| | | | * | | | | | | Move domain-specific code around a bit; builtin domains are now completely in... | Georg Brandl | 2009-07-05 | 1 | -1/+3 |
| * | | | | | | | | | Added ``tab-width`` option to ``literalinclude`` directive. | Georg Brandl | 2010-01-08 | 2 | -0/+15 |
| | |_|_|_|_|_|/ / |/| | | | | | | | |||||
| * | | | | | | | | The ``html_sidebars`` config value can now contain patterns as keys, and the ... | Georg Brandl | 2010-01-07 | 3 | -1/+5 |
| * | | | | | | | | ``html_static_path`` can now contain single file entries. | Georg Brandl | 2010-01-07 | 5 | -2/+6 |
| * | | | | | | | | Add new universal config value ``exclude_patterns``, with glob-style exclude ... | Georg Brandl | 2010-01-06 | 2 | -1/+3 |
| |/ / / / / / / | |||||
| * | | | | | | | merge with 0.6 | Georg Brandl | 2010-01-03 | 2 | -0/+21 |
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | / | | |_|_|_|/ | |/| | | | | |||||
| | * | | | | | Add tests for todo extension. | Georg Brandl | 2010-01-03 | 2 | -0/+23 |
| * | | | | | | merge with 0.6 | Georg Brandl | 2010-01-02 | 5 | -4/+75 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | Make extlinks more flexible: use string substitution to build the full URL. | Georg Brandl | 2010-01-02 | 3 | -2/+14 |
| | | |_|_|/ | |/| | | | |||||
| | * | | | | merge with 0.6 | Georg Brandl | 2009-12-31 | 2 | -1/+4 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | merge with 0.6 | Georg Brandl | 2009-12-30 | 1 | -0/+1 |
| | |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| | * | | | | | merge with 0.6 | Georg Brandl | 2009-12-28 | 1 | -1/+0 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | merge with 0.6 | gbrandl | 2009-12-24 | 2 | -0/+10 |
| | |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
