Commit Graph

9993 Commits

Author SHA1 Message Date
Georg Brandl
e7551c7507 Actually make the regex a re object. Thanks to Kent Tenney. 2008-05-30 19:47:59 +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
Georg Brandl
1aafa92e24 Fix padding for line numbers. 2008-05-25 11:25:35 +00:00
Georg Brandl
0cf8cc2c5d Provide rest "class" directive as "cssclass". 2008-05-24 19:29:20 +00:00
Georg Brandl
02b529bf52 Add html_short_title and html_show_sphinx config values. 2008-05-24 18:03:56 +00:00
Georg Brandl
316d9e3e88 Support citation nodes in latex writer. 2008-05-24 16:45:52 +00:00
Georg Brandl
28c3199018 Allow subdirs in html_static_path. 2008-05-24 16:40:11 +00:00
Georg Brandl
5eaf2eb29a Add exclude_trees config value. 2008-05-24 16:28:06 +00:00
Georg Brandl
b015fbbe8d Another fix for cross-referencing behavior. 2008-05-24 16:24:49 +00:00
Georg Brandl
d7fcfb76f8 #2904: fix :func:title <target> behavior. 2008-05-24 16:18:54 +00:00
Georg Brandl
1d963f682d Use binary TOC in HTML help. 2008-05-23 14:11:53 +00:00
Georg Brandl
e93f22e84e Add html_use_index flag. 2008-05-23 14:01:53 +00:00
Georg Brandl
0e3dd509e6 Clarify docs for auto directive options. 2008-05-23 13:57:48 +00:00
Georg Brandl
62b8028842 Don't write SSI-like comments.
Rename sidebar to sphinxsidebar so that reST sidebars are not confused.
2008-05-23 13:54:50 +00:00
Georg Brandl
85ab5bf4a4 Handle project names with spaces. 2008-05-23 13:47:34 +00:00
Georg Brandl
a72511e770 Fix determination of title in HTML help. 2008-05-23 13:41:14 +00:00
Georg Brandl
d6e74a18a6 FIx determination of the title in HTML help output. 2008-05-23 13:40:56 +00:00
Georg Brandl
8920e61c2b Better error reporting in ifconfig directive. 2008-05-20 14:41:25 +00:00
Georg Brandl
3af5caf46c #2794: Handle figure directive in LaTeX. 2008-05-16 13:36:49 +00:00
Georg Brandl
da560957d7 Automatic overflow for <pre> tags. 2008-05-12 16:46:52 +00:00
Georg Brandl
cedc0e8165 Use "warning" for warnings. 2008-05-09 06:02:34 +00:00
Georg Brandl
4a6d98a3fa Add examples section. 2008-05-06 22:21:12 +00:00
Georg Brandl
bf8ace9d2f Fix the LaTeX output of description units with multiple signatures. 2008-05-06 21:53:21 +00:00
Georg Brandl
0bcc9d4655 Minor enhancements to generate_rst. 2008-05-06 18:23:36 +00:00
Armin Ronacher
6e0c582a7b added support for explicit signatures in callables 2008-05-06 18:07:17 +00:00
Georg Brandl
71b990e4d3 Fix bug. 2008-05-06 16:54:46 +00:00
Georg Brandl
eb38edadba Next release will be beta status. 2008-05-06 16:14:21 +00:00
Georg Brandl
cc6b4ee1ec Add html_file_suffix value. 2008-05-06 14:25:29 +00:00
Georg Brandl
356d5f6ed7 Release preparation. 2008-05-06 07:23:08 +00:00
Georg Brandl
de0bd87731 Support all rst admonitions in LaTeX. 2008-05-06 07:21:46 +00:00
Georg Brandl
2dee699227 Fix XHTML. 2008-05-05 20:14:02 +00:00
Georg Brandl
9fc2a9b7ad Add `toctree_only` feature to LaTeX builder. 2008-05-04 21:35:03 +00:00
Georg Brandl
5ed30072e3 Rename version to 0.3. 2008-05-04 17:57:11 +00:00
Georg Brandl
3761223d85 * Support for C class names (and const specifiers).
* Fix handling of describe environment.
2008-05-04 17:55:35 +00:00
Georg Brandl
e1e999bdb0 Split directives into a subpackage. 2008-05-04 17:22:31 +00:00
Georg Brandl
548cdc858a Add globbing-style toctree entries. 2008-05-04 16:57:15 +00:00
Georg Brandl
407a0c47c1 Some pylint nits. 2008-05-04 16:17:31 +00:00
Georg Brandl
d93b236545 #2726: allow selecting what gets inserted into an autoclass directive. 2008-05-04 09:37:37 +00:00
Georg Brandl
a9d35e3c54 #2656: autodoc now skips inherited members unless the :inherited-members: flag is given. 2008-05-04 09:07:51 +00:00
Georg Brandl
7cf591f00a Document class. 2008-05-04 08:28:00 +00:00
Georg Brandl
087b4a53d7 Educate quotes in the LaTeX writer. 2008-05-04 08:24:25 +00:00
Georg Brandl
a22e5c5247 Fix bug in sphinx.sty and the latexwriter for objects without a defined module. 2008-05-04 08:14:02 +00:00
Georg Brandl
42f561b31e Fix a section level bug. 2008-05-04 07:55:46 +00:00
Georg Brandl
e23435f4d5 Fix footnote handling with paragraphs. 2008-05-04 07:47:16 +00:00
Georg Brandl
f404b36a0e Fix handling of Verbatim within tables. 2008-05-04 07:43:09 +00:00
Georg Brandl
c00189b04a Remove hard-coded "documentation" from HTML help output. 2008-05-04 07:07:48 +00:00
Georg Brandl
498baebf5a Changelog entry. 2008-05-03 20:48:54 +00:00
Georg Brandl
9b5566dddb Remove unused files from the HTML help build. 2008-05-03 20:45:43 +00:00
Georg Brandl
78812d8e7c Move static files used for Web app into their own folder. 2008-05-03 20:39:26 +00:00
Georg Brandl
47e05edd9c Don't insert OpenSearch tag for HTML help. 2008-05-03 20:34:26 +00:00