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
Georg Brandl
020410f20b
merge with 0.6
2010-04-17 12:57:38 +02:00
Georg Brandl
138fc5f7bd
Use appropriate interpolation char.
2010-04-17 12:35:21 +02:00
Georg Brandl
f4f3066581
Use the new rst domain in the sphinx docs.
2010-04-17 10:39:51 +02:00
Georg Brandl
541e30b36e
Cleanup trailing whitespace and fix a few nits with the rst domain.
2010-04-17 10:29:14 +02:00
Leontius Adhika Pradhana
a097525e15
Added documentation... and removed another stray debug line.
2010-04-16 03:55:18 +08:00
Georg Brandl
b2a7db4a81
Review of JS domain. Adapt coding style a bit.
2010-04-08 21:33:03 +02:00
Georg Brandl
63289cba33
Rename rst_prologue to rst_prolog and document it.
2010-04-07 13:03:34 +02:00
Georg Brandl
d7f1aeba8c
Review changes from http://bitbucket.org/tpowers/sphinx/ and add docs.
2010-04-07 13:02:03 +02:00
Georg Brandl
3a61ec646f
#349 : Add Turkish translation, thanks to Firat Ozgul.
2010-04-07 11:29:32 +02:00
Georg Brandl
3c9619ac4b
Add explicit hint about compiling message catalogs.
2010-04-06 19:31:35 +02:00
Daniel Neuhäuser
92027ce19f
Merge with sphinx-domains.
2010-04-06 13:16:27 +00:00