jacob
ed7c1ad43d
Don't add attributes to node.
2010-06-15 22:10:36 -05:00
Roland Meister
603f7e5ec8
Merged with http://bitbucket.org/birkenfeld/sphinx/ .
2010-06-14 19:01:20 +02:00
Georg Brandl
187e78adf6
Mention type of "meta".
2010-06-14 09:49:48 +02:00
Georg Brandl
9a0859fea8
Reverse latex appendix logic: Add appendices if docclass is not howto. Also fix docs: other docclasses can be given if you know what you do.
2010-06-12 20:04:01 +02:00
Georg Brandl
c891fdfc60
Document new :py:func:.blah syntax.
2010-06-12 11:37:56 +02:00
Georg Brandl
09e6001e7a
In the Python domain, references like `:func:.name``` now look for
...
matching names with any prefix if no direct match is found.
2010-06-12 10:41:56 +02:00
jacob
8e8fd9ca98
Now serves static body.
2010-06-07 16:09:19 -05:00
Roland Meister
13adb67063
Correct handling of extensions for extra files
2010-06-07 22:28:48 +02:00
Roland Meister
d54377153a
Only add refnodes with a class of 'toctree-l%d' to the toc.ncx file
2010-06-07 22:27:13 +02:00
Georg Brandl
3ff350c4d9
#439 : angle brackets in template class names can be misinterpreted as link targets. Clarify how to avoid this.
2010-06-05 18:21:48 +02:00
Georg Brandl
0320c3393c
Added Danish translation, thanks to Hjorth Larsen.
2010-06-05 15:42:18 +02:00
jacob
65ac358d80
rough documentation
2010-06-04 16:13:53 -05:00
Roland Meister
87c3052bb4
Added note for large floating divs to the documentation.
2010-06-03 15:57:38 +02:00
Roland Meister
ef63485c6e
Added one more epub_exclude_file.
2010-06-03 15:39:24 +02:00
Robert Lehmann
a1932f62f0
Add gettext builder to Sphinx docs.
2010-05-30 17:02:54 +02:00
Armin Ronacher
475c3ba93b
Fixed a C++ bug that caused bad references to be generated. This also
...
adds a note on overloads always ending up on the first version of the
method in case more than one is defined.
2010-05-30 13:51:50 +02:00
Georg Brandl
35f0b555a4
The `toctree callable in templates now accepts a titles_only` keyword argument.
2010-05-30 13:16:26 +02:00
Georg Brandl
f3c706edae
The `include` directive now supports absolute paths, which are interpreted as relative to the source directory.
2010-05-30 12:59:42 +02:00
Georg Brandl
0f7072f028
Allow linking to tables just like figures with :ref:.
2010-05-30 12:11:52 +02:00
Georg Brandl
aaa89cbb24
Explain absolute paths in toctree.
2010-05-30 11:58:42 +02:00
Georg Brandl
065fec54f9
Mention more targets in "make help".
2010-05-30 09:06:34 +02:00
Georg Brandl
41e55b92de
Add missing targets to Makefile; do not build latex twice for latexpdf target.
2010-05-30 09:02:22 +02:00
Georg Brandl
ac9245de2d
Update phony targets.
2010-05-30 08:49:33 +02:00
Armin Ronacher
6613b64726
Added class role docs for JS domain.
2010-05-27 16:18:38 +02:00
Armin Ronacher
a534f39187
Fixed a bug in the C++ domain and documented more
2010-05-27 14:12:24 +02:00
Armin Ronacher
8c388b8b14
Added :js:class: which makes JS documentation a lot more readible
2010-05-27 13:52:02 +02:00
Armin Ronacher
31aed65b6f
Usefulified C++ code example
2010-05-27 13:41:16 +02:00
Georg Brandl
8d1235d7ad
#419 : remove unnecessary mkdir call.
2010-05-26 19:08:15 +02:00
Georg Brandl
c671e81d6c
Restore sphinxdoc theme.
2010-05-25 23:59:22 +02:00
Georg Brandl
784e598743
In the default theme, the sidebar can experimentally now be made collapsible using the new `collapsiblesidebar` theme option.
2010-05-24 23:14:35 +02:00
Georg Brandl
6dedbfff21
Mention domains in sphinx-contrib.
2010-05-24 22:59:02 +02:00
Georg Brandl
7df8430f2e
Merge with http://bitbucket.org/chrism/sphinx/ , add latex_show_pagrefs/latex_show_urls config values.
2010-05-24 15:59:05 +02:00
Georg Brandl
4d0facf1e1
Add the "oldcmarkup" extension, to help migrating to 1.0.
2010-05-24 15:12:27 +02:00
Georg Brandl
f6c74a1319
Rename the extlink roles to avoid confusion between :rstdir: and :rst:dir:.
2010-05-24 13:06:55 +02:00
Georg Brandl
9d3e02d238
Add an example.
2010-05-24 13:05:43 +02:00
Georg Brandl
0238e83013
Merge with http://bitbucket.org/tpowers/sphinx/ (rewriting the external/internal distinction code)
...
In HTML output, references now get the class ``internal`` if they are internal to the whole project, as opposed to internal to the current page.
The ``menuselection`` and ``guilabel`` roles now support ampersand accelerators.
2010-05-24 12:57:07 +02:00
Georg Brandl
0f2a0381ba
Rename default_domain to primary_domain; give it special semantics.
2010-05-23 16:48:54 +02:00
Georg Brandl
5b7e794e2b
#413 : Added a way for intersphinx to refer to named labels in other
...
projects, and to specify the project you want to link to.
2010-05-23 13:06:01 +02:00
Georg Brandl
981f134e15
merge with 0.6
2010-05-23 11:17:03 +02:00
Georg Brandl
866d838156
No need to link to dev docs anymore.
2010-05-23 11:16:48 +02:00
Georg Brandl
e83f6a3ecc
Fix file name in example.
2010-05-23 11:16:24 +02:00
Georg Brandl
6bc1ce0527
#395 : Update Japanese translation URL.
2010-05-22 14:21:01 +02:00
Georg Brandl
0d4bc53e9e
Remove debugging leftover.
2010-05-22 14:18:53 +02:00
Georg Brandl
529d3f5329
#404 : Make `\and work properly in the author field of the latex_documents` setting.
2010-05-22 14:15:39 +02:00
Georg Brandl
c8c703805c
merge with 0.6
2010-05-22 12:59:18 +02:00
Georg Brandl
d1027d6057
Add json target.
2010-05-22 11:40:52 +02:00
Georg Brandl
f5ede38405
#406 : mention rst2pdf integration in intro.
2010-05-22 11:11:32 +02:00
Georg Brandl
ae05fc5570
#416 : Added Croatian translation, thanks to Bojan Mihelač.
2010-05-22 10:29:55 +02:00
Georg Brandl
28b337dd0c
merge
2010-04-18 09:41:44 +02:00
Georg Brandl
722f9ac329
merge with trunk
2010-04-17 13:00:19 +02:00