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
Georg Brandl
751e02c767
merge with trunk
2010-04-06 09:23:03 +02:00
Georg Brandl
517b045f86
merge with 0.6
2010-04-06 09:21:22 +02:00
Georg Brandl
454c9d3b9e
#354 : add link to rst2pdf manual.
2010-04-04 20:04:44 +02:00
Georg Brandl
aa08703a07
Fix file name where example docs are located.
2010-04-04 19:04:01 +02:00
Daniel Neuhäuser
ae0d464fb1
Added doc_field_types to :class:JSCallable, arguments, errors and the return value of JavaScript functions/methods/constructors can now be documented using fields.
2010-03-31 15:15:43 +00:00
Daniel Neuhäuser
5831add5bb
Added a :js:attribute:: directive as well as a :js:attr: role to describe attributes of javascript objects.
2010-03-30 22:22:57 +00:00
Daniel Neuhäuser
8cbdf1ec34
It is now possible to use the js:function:: directive for methods.
2010-03-30 21:50:48 +00:00
Daniel Neuhäuser
9d53f460ea
Added a js:data directive/role to describe/refer to global variables/constants.
2010-03-30 19:39:18 +00:00
Daniel Neuhäuser
25b8e87fee
Added a :js:func: role to refer to functions described with the js:function:: directive.
2010-03-30 19:14:01 +00:00
Daniel Neuhäuser
9837a08294
Added a JavaScript domain and a js:function directive.
2010-03-30 18:40:46 +00:00
Georg Brandl
a5a08531ee
merge with 0.6
2010-03-16 08:53:12 +01:00
Georg Brandl
1ea64352fe
A bit more tutorial.
2010-03-14 19:46:54 +01:00
Georg Brandl
79f30848c2
Add link to inline markup spec.
2010-03-14 14:31:45 +01:00
Georg Brandl
1998065b4f
Add minimal documentation for the C++ domain.
2010-03-09 19:38:49 +01:00
Georg Brandl
c219938a73
Write a bit more of the tutorial.
2010-03-09 19:32:59 +01:00
Georg Brandl
79e824d96a
Add shortcut for SPHINXOPTS.
2010-03-01 22:31:17 +01:00
Georg Brandl
4f2523d17f
Mention standard rst roles in inline markup.
2010-03-01 15:01:46 +01:00
Georg Brandl
a479d56b24
Move inline markup description to domains page.
2010-03-01 14:53:30 +01:00
Georg Brandl
3e9182550a
Review markup chapter.
2010-03-01 14:37:31 +01:00
Georg Brandl
a83f9e7686
Make it clear that the default for "collapse" is True.
2010-02-28 19:54:25 +01:00
Georg Brandl
9334d1537c
Add some domain documentation.
2010-03-01 14:22:14 +01:00
Georg Brandl
0ee675b7cf
Update blurb in setup.py and on the index page, link directly to tutorial.rst from index.
2010-02-28 23:12:00 +01:00
Georg Brandl
700c831ae7
Add a bit more info.
2010-02-28 23:03:38 +01:00
Georg Brandl
2cbe10086f
Rename tutorial, add example for image substitution.
2010-02-28 23:03:16 +01:00
Georg Brandl
f36592e418
Begin the Great Refactoring of the docs.
...
* Move sphinx-build option description from intro to a new document.
* Move toctree information to a new document in markup/.
* Add a tutorial document placed after intro. Begin filling it in.
2010-02-28 22:00:22 +01:00
Georg Brandl
7f1eafb9a3
Re-export docutils .. class:: as .. rst-class:: and un-document .. cssclass::.
2010-02-28 19:30:30 +01:00
Georg Brandl
dc84392d22
List all docutils directives with short descriptions and links to the reference.
2010-02-28 17:42:41 +01:00
Georg Brandl
0feb7dacf2
Add a bit more content to the reST primer, and add links to the reST reference docs for all constructs.
2010-02-28 17:24:55 +01:00
Georg Brandl
04f660d021
Change domain-index API: introduce a class.
2010-02-28 14:45:43 +01:00
Georg Brandl
3d01c2c95f
#282 : Added a "nitpicky" mode that emits warnings for all missing references.
...
It is activated by the ``-n`` command-line switch or the ``nitpicky`` config value.
2010-02-28 12:13:55 +01:00
Georg Brandl
a31e7e2f5d
#187 : Added support for source ordering of members in autodoc, with `autodoc_member_order = 'bysource'`.
2010-02-28 11:39:13 +01:00
Georg Brandl
9a316a21a0
merge with trunk
2010-02-28 10:21:00 +01:00
Georg Brandl
adca1e02b0
Apply some changes to agogo, contributed by Florian Diesch.
2010-02-28 09:36:27 +01:00
Georg Brandl
5d56b325c1
merge
2010-02-27 23:27:16 +01:00