Commit Graph
100 Commits
Author SHA1 Message Date
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
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
Georg Brandl c1fbfea4b2 Move style so that it looks OK in the generated HTML help. 2008-05-03 20:32:47 +00:00
Georg Brandl eeb8a4b27e Use correct OpenSearch base url. 2008-05-03 20:18:53 +00:00
Georg Brandl d3aa06c3ce Warn if config value isn't a string. 2008-05-03 20:18:25 +00:00
Georg Brandl 06b9960719 Fix OpenSearch description generation. 2008-05-03 20:15:25 +00:00
Georg Brandl 5caa6d01c5 * New LaTeX table handling.
* Support parts in LaTeX output.
2008-05-03 18:14:13 +00:00
Georg Brandl 4badbc4f8d Remove note about 0.1. 2008-05-03 09:43:10 +00:00
Georg Brandl 3a84835f9e Changelog entry. 2008-05-02 10:33:44 +00:00
Georg Brandl e2158213e8 Allow the configuration directory to be set differently from the source directory.
Also don't import docutils on importing sphinx.
2008-05-02 10:32:08 +00:00
Georg Brandl 5a6e3b61d1 Fix sidebar handling in the pickle builder. 2008-05-02 10:02:35 +00:00
Georg Brandl 4d6f1f1a5c Encode non-ASCII as HTML entities in HTML help files. 2008-05-02 09:52:34 +00:00
Georg Brandl 7ad49d5756 Add exclude_dirs config value. 2008-05-02 09:15:59 +00:00
Georg Brandl 9050ba428e Increase version number. Explain "fully qualified" in the config docs. 2008-05-02 09:05:30 +00:00
Georg Brandl ea5f9d7de7 Allow any master document structure when writing the HTML help contents file. 2008-05-02 09:00:09 +00:00
Georg Brandl b6f8f5d37c Don't write modindex in html help index file if it's disabled. 2008-05-01 18:51:07 +00:00
Georg Brandl f91b87b14f Fix typo. 2008-04-28 13:45:58 +00:00
Georg Brandl df27e62743 Fix two inconsistencies w.r.t. colors in sphinx.sty. 2008-04-28 13:04:57 +00:00
Georg Brandl b9a30a4729 Template nit. 2008-04-27 21:09:43 +00:00
Georg Brandl db259e24a4 Put version number in index sidebar. 2008-04-27 20:13:56 +00:00
Georg Brandl 0ee5e39253 Fetch Sphinx version from Sphinx itself. 2008-04-27 20:12:41 +00:00
Georg Brandl 47f0113778 Release preparation. 2008-04-27 20:08:05 +00:00
Georg Brandl 20b6be23e9 Fix a bug where smartypants was used for attribute values. 2008-04-27 19:53:27 +00:00
Georg Brandl 262edb1413 Add logo options, add blocks to sidebar. 2008-04-27 19:43:45 +00:00
Georg Brandl f7f2cf3a81 Fix markup. 2008-04-27 18:10:48 +00:00
Georg Brandl 0fba8f435e Use OpenSearch for Sphinx docs. 2008-04-27 18:09:49 +00:00
Georg Brandl a7d088d75b Add OpenSearch capability. 2008-04-27 18:08:55 +00:00
Georg Brandl 03a6960911 Make description environment usable in desc environment. 2008-04-27 17:35:02 +00:00
Georg Brandl 1130b8ed9c Add the possibility to have colored verbatim border and background. 2008-04-27 16:46:20 +00:00
Georg Brandl 1ba3902225 Review templating docs. 2008-04-27 16:35:55 +00:00
Georg Brandl bd50766a78 Some enhancements to sphinx.sty, mostly by Gael Varoquaux. 2008-04-27 16:21:04 +00:00
Georg Brandl 5fa51aa5a0 Follow links when searching documents and document changes from Armin. 2008-04-27 15:48:24 +00:00
Georg Brandl 6d51bd128e Allow commas in option desc parameters. 2008-04-27 15:24:20 +00:00
Georg Brandl e68947dae4 Add a para about section nesting. 2008-04-26 18:01:42 +00:00
Georg Brandl b2aedf951d Ignore classes in conf.py. 2008-04-22 17:41:12 +00:00
Georg Brandl f86f8fde25 Handle substitution definition node. 2008-04-21 16:32:24 +00:00
Georg Brandl a34cb429cc Create a sensible default latex_documents setting. 2008-04-21 16:14:16 +00:00
Georg Brandl c8f25bc7c8 Use the mailing list as bug reporting address. 2008-04-21 16:07:34 +00:00
Georg Brandl 2fbb5bb523 Add changelog entry. 2008-04-20 15:08:39 +00:00
Georg Brandl 3da2d79710 Since docutils output XHTML, make the templates respect that. 2008-04-20 15:07:52 +00:00
Georg Brandl d957979dd4 Implement option lists. 2008-04-20 14:58:50 +00:00
Georg Brandl 6c4f0f4f1b Update jQuery and use minified version. 2008-04-19 21:33:06 +00:00
Georg Brandl ec04b2f4ff * Use a customizable title for the docs.
* Fix up the clumsy index template handling.
2008-04-19 21:28:24 +00:00
Georg Brandl dc207da14c Fix style sheet and remove unused styles. 2008-04-19 20:50:30 +00:00
Georg Brandl a24f0d5c65 Use new name for web builder in the Makefile too. 2008-04-19 17:52:13 +00:00
Georg Brandl c5a4ebe008 :func: et al. should not include parens. 2008-04-19 17:00:31 +00:00
Georg Brandl c177e6d05d Stop appending the rev to the version number. 2008-04-19 09:50:14 +00:00
Georg Brandl ae8813c788 Add new templating API, remove Jinja external and add it to setup.py dependencies. 2008-04-13 18:16:55 +00:00
Georg Brandl 9e485e078e Support `currentmodule` directive, for docs that spread documentation
for a module's contents over multiple files.
2008-04-13 17:57:14 +00:00
Georg Brandl 47ede06270 Gracefully handle situation where module name is unknown. 2008-04-13 17:43:59 +00:00
Georg Brandl 2786397971 Add advice about absolute paths to quickstart config. 2008-04-13 08:25:17 +00:00
Georg Brandl be080234bb Support Sphinx.add_transform(). 2008-04-13 08:20:11 +00:00
Georg Brandl 2571218ab9 Add note about __module__ checking. 2008-04-13 08:09:07 +00:00
Georg Brandl a011d3ae6c Fix class constructor signature, and class name display for members. 2008-04-12 21:23:35 +00:00
Georg Brandl a3aabab9f2 Don't check __module__ for explicitly given members. 2008-04-12 21:10:33 +00:00
Georg Brandl 0499df0798 Better error message for unknown documents in toctree. 2008-04-09 17:50:14 +00:00
Georg Brandl 11f63acd22 Fix :term:title <target>, and make giving multiple cmdoptions possible. 2008-04-07 05:19:26 +00:00
Georg Brandl 61b697514c Don't use os.path for HTML pathnames. 2008-04-06 19:05:13 +00:00
Georg Brandl 7dd56497af Advise to put index directives before the target. 2008-04-06 17:41:51 +00:00
Georg Brandl ea2f87fc03 Allow the config to act as an extension. 2008-04-06 17:38:55 +00:00
Georg Brandl b016896c1c Don't swallow toc entries when resolving subtrees. 2008-04-06 16:47:28 +00:00
Georg Brandl 9fb011bd2a Fix the case where a toctree doesn't contain anything. 2008-04-06 13:32:15 +00:00
Georg Brandl 30b17cb1e5 Fix traceback when moving documents. 2008-04-06 10:17:14 +00:00
Georg Brandl 4fb19d0aeb Properly expand tabs in docstrings. 2008-04-05 17:28:37 +00:00
Georg Brandl a86b36b4ba Fix envvar index template. 2008-03-31 11:42:05 +00:00
Georg Brandl b8369b5c81 Allow new titles in the toctree. 2008-03-30 06:36:20 +00:00
Georg Brandl d8b8412c84 Adapt extension mod to new indextemplate syntax. 2008-03-28 18:50:03 +00:00
Georg Brandl 5fe73576a5 Support app.add_crossref_type(). 2008-03-28 18:45:32 +00:00
Georg Brandl eaea91ff39 Add subscription box for the google group. 2008-03-28 13:04:05 +00:00
Georg Brandl 6981ec7e5c Add todo items. 2008-03-28 09:26:28 +00:00
Georg Brandl c588416320 Add mkdir step to README. 2008-03-28 07:34:26 +00:00
Georg Brandl 980d22b1a7 Fix HTML. 2008-03-28 07:26:32 +00:00
Georg Brandl e7dad27b53 Refer to the new Google group. 2008-03-28 07:25:46 +00:00
Georg Brandl 5b0232ad43 Update Changelog. 2008-03-26 15:34:47 +00:00