summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Fixes #32. sphinx-quickstart adapted for windowsVsevolod Solovyov2008-11-241-5/+125
| | |
* | | Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
|\ \ \ | | |/ | |/|
| * | Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
| | | | | | | | | | | | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE.
* | | New builder for Qt help collections, by Antonio Valentino.Georg Brandl2008-12-291-3/+12
| | | | | | | | | | | | (This is not finished work yet.)
* | | Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
| | |
* | | The new ``html_show_sourcelink`` config value can be used toGeorg Brandl2008-12-151-2/+2
|/ / | | | | | | switch off the links to the reST sources in the sidebar.
* | Note that the quickstarted conf.py doesn't contain all possible config values.Georg Brandl2008-11-271-0/+3
| |
* | Fix #54: awkward wording in quickstart.Georg Brandl2008-11-241-6/+9
|/
* Remove the win32 check, should be covered by color_terminal.Georg Brandl2008-10-161-2/+2
| | | | Add color_terminal check to quickstart.
* Properly escape authors and titles put into quickstart latex_documents setting.Georg Brandl2008-10-161-2/+6
|
* Add "source_encoding" config value.Georg Brandl2008-10-161-0/+3
|
* Don't overwrite existing sphinx projects from quickstart.Georg Brandl2008-09-241-0/+13
|
* Merged revisions 66397 via svnmerge fromGeorg Brandl2008-09-111-2/+2
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r66397 | georg.brandl | 2008-09-12 00:19:44 +0200 (Fri, 12 Sep 2008) | 2 lines #3837: fix comment for html_logo. ........
* Add exclude_dirnames value.Georg Brandl2008-08-101-8/+10
|
* Add i18n support, thanks to Horst Gutmann.Georg Brandl2008-08-081-2/+5
|
* Merged revisions 65529 via svnmerge fromGeorg Brandl2008-08-041-1/+3
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65529 | georg.brandl | 2008-08-04 22:19:30 +0000 (Mon, 04 Aug 2008) | 6 lines Revert r65499 which was not well thought out. Instead, put the whole build dir in exclude_trees by default in quickstart. Also, revisit application cleanup and make it consistently use less setup time while still trying to leave to traces. ........
* Add intersphinx to quickstart.Georg Brandl2008-08-041-2/+14
|
* Merged revisions ↵Georg Brandl2008-08-041-10/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 65283,65303,65316-65317,65372-65375,65377,65380,65483-65485,65494 via svnmerge from svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r65283 | georg.brandl | 2008-07-29 10:07:26 +0000 (Tue, 29 Jul 2008) | 2 lines Update ez_setup.py. ........ r65303 | benjamin.peterson | 2008-07-30 12:35:34 +0000 (Wed, 30 Jul 2008) | 1 line add a with_testapp decorator for test functions that passes the TestApp instance in a cleans up after it ........ r65316 | benjamin.peterson | 2008-07-30 23:12:07 +0000 (Wed, 30 Jul 2008) | 1 line make the app for test_markup global to the module ........ r65317 | benjamin.peterson | 2008-07-30 23:31:29 +0000 (Wed, 30 Jul 2008) | 1 line make TestApp.cleanup more aggressive ........ r65372 | georg.brandl | 2008-08-01 19:11:22 +0000 (Fri, 01 Aug 2008) | 2 lines Add more tests, fix a few bugs in image handling. ........ r65373 | georg.brandl | 2008-08-01 19:28:33 +0000 (Fri, 01 Aug 2008) | 2 lines Fix oversight. ........ r65374 | benjamin.peterson | 2008-08-01 19:36:32 +0000 (Fri, 01 Aug 2008) | 1 line fix one broken test ........ r65375 | georg.brandl | 2008-08-01 19:41:11 +0000 (Fri, 01 Aug 2008) | 2 lines Fix the handling of non-ASCII input in quickstart. ........ r65377 | georg.brandl | 2008-08-01 19:48:24 +0000 (Fri, 01 Aug 2008) | 2 lines Allow REs in markup checks. ........ r65380 | georg.brandl | 2008-08-01 20:31:18 +0000 (Fri, 01 Aug 2008) | 2 lines Don't rely on mtimes being different for changed files. ........ r65483 | georg.brandl | 2008-08-04 09:01:40 +0000 (Mon, 04 Aug 2008) | 4 lines Add an "encoding" option to literalinclude. Add tests for include directives. ........ r65484 | georg.brandl | 2008-08-04 09:11:17 +0000 (Mon, 04 Aug 2008) | 2 lines Add changelog entry. ........ r65485 | georg.brandl | 2008-08-04 09:21:58 +0000 (Mon, 04 Aug 2008) | 2 lines Fix markup. ........ r65494 | georg.brandl | 2008-08-04 16:34:59 +0000 (Mon, 04 Aug 2008) | 2 lines Correctly use HTML file suffix in templates. ........
* Merged revisions 64808,65013,65076,65100-65101,65119,65121-65123 via ↵Georg Brandl2008-07-181-8/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svnmerge from svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r64808 | georg.brandl | 2008-07-08 21:39:33 +0200 (Tue, 08 Jul 2008) | 2 lines Allow relocation of source and doctree dir. ........ r65013 | georg.brandl | 2008-07-16 15:25:30 +0200 (Wed, 16 Jul 2008) | 2 lines Remove curious quote. ........ r65076 | georg.brandl | 2008-07-17 22:43:01 +0200 (Thu, 17 Jul 2008) | 2 lines Add a test for sphinx.quickstart. ........ r65100 | georg.brandl | 2008-07-18 14:41:54 +0200 (Fri, 18 Jul 2008) | 2 lines Fix phony targets. ........ r65101 | georg.brandl | 2008-07-18 14:55:03 +0200 (Fri, 18 Jul 2008) | 2 lines Fix problems in "make check". ........ r65119 | georg.brandl | 2008-07-18 23:06:42 +0200 (Fri, 18 Jul 2008) | 2 lines Emit a more precise error message in autodoc. ........ r65121 | georg.brandl | 2008-07-18 23:41:35 +0200 (Fri, 18 Jul 2008) | 2 lines Warn if a toctree-included document doesn't contain a title. ........ r65122 | georg.brandl | 2008-07-18 23:51:28 +0200 (Fri, 18 Jul 2008) | 2 lines Don't use \samp{} for code with whitespaces, only for :samp:`code`. ........ r65123 | georg.brandl | 2008-07-19 00:49:46 +0200 (Sat, 19 Jul 2008) | 2 lines Put inheritance info always on its own line. ........
* Merged revisions 64733,64743,64755,64795,64803 via svnmerge fromGeorg Brandl2008-07-081-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r64733 | georg.brandl | 2008-07-05 17:04:12 +0200 (Sat, 05 Jul 2008) | 2 lines Ask for common extensions in quickstart. ........ r64743 | georg.brandl | 2008-07-05 18:34:55 +0200 (Sat, 05 Jul 2008) | 2 lines Add a direct link to the examples page. ........ r64755 | georg.brandl | 2008-07-06 07:32:09 +0200 (Sun, 06 Jul 2008) | 2 lines Backport r64750. ........ r64795 | georg.brandl | 2008-07-08 16:48:58 +0200 (Tue, 08 Jul 2008) | 2 lines Use correct filename extension in search. ........ r64803 | georg.brandl | 2008-07-08 20:46:49 +0200 (Tue, 08 Jul 2008) | 2 lines Accept class options for modules too. ........
* Implemented JSONHTMLBuilder and improved JSON handling (it now prefers json ↵Armin Ronacher2008-06-261-1/+8
| | | | from the 2.6 stdlib or simplejson).
* Removed last "web" bits from the pickle builder.Armin Ronacher2008-06-261-3/+1
|
* Add default_role configuration value.Georg Brandl2008-06-171-0/+3
|
* Support splitting the HTML index.Georg Brandl2008-06-171-0/+3
|
* Add html_favicon config value.Georg Brandl2008-06-151-0/+5
|
* Add html_short_title and html_show_sphinx config values.Georg Brandl2008-05-241-0/+3
|
* Add html_use_index flag.Georg Brandl2008-05-231-0/+3
|
* Handle project names with spaces.Georg Brandl2008-05-231-2/+4
|
* Add html_file_suffix value.Georg Brandl2008-05-061-0/+3
|
* Fix OpenSearch description generation.Georg Brandl2008-05-031-2/+3
|
* * New LaTeX table handling.Georg Brandl2008-05-031-0/+4
| | | | * Support parts in LaTeX output.
* Add exclude_dirs config value.Georg Brandl2008-05-021-0/+4
|
* Add logo options, add blocks to sidebar.Georg Brandl2008-04-271-0/+8
|
* Add OpenSearch capability.Georg Brandl2008-04-271-0/+4
|
* Create a sensible default latex_documents setting.Georg Brandl2008-04-211-1/+3
|
* * Use a customizable title for the docs.Georg Brandl2008-04-191-3/+4
| | | | * Fix up the clumsy index template handling.
* Use new name for web builder in the Makefile too.Georg Brandl2008-04-191-8/+10
|
* Add advice about absolute paths to quickstart config.Georg Brandl2008-04-131-3/+5
|
* Fix format string.Georg Brandl2008-03-261-1/+1
|
* Several fixes in the latex processing.Georg Brandl2008-03-261-6/+8
|
* Don't install scripts twice. Thanks to lunar.Georg Brandl2008-03-231-6/+6
|
* Python #2465: don't create makefile if not prompted to do so.Georg Brandl2008-03-231-2/+3
|
* Fix module name.Georg Brandl2008-03-221-1/+1
|
* Fix a few overlong lines, and use \t instead of literal tabs.Georg Brandl2008-03-211-38/+38
|
* Make it possible to deactivate the module index.Georg Brandl2008-03-181-0/+6
|
* Support creating a Makefile in quickstart.Georg Brandl2008-03-181-3/+87
|
* Some pylint fixes.Georg Brandl2008-03-161-2/+2
|
* Template dirs are relative to the root.Georg Brandl2008-03-121-4/+7
|
* Some miscellaneous fixes.Georg Brandl2008-03-091-1/+1
|
* * Allow registering arbitrary cross-referencing directives/roles.Georg Brandl2008-03-091-3/+7
| | | | | | | | * Allow labels anywhere, and allow giving an explicit caption in :ref: links. * Some fixes to the sphinxdoc style. * Add an option to show author information in the output. * Search user-defined templates in the order they occur in the config (thanks Nick).