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
22f4b236ab
merge with http://bitbucket.org/tpowers/sphinx/
2010-04-07 11:48:27 +02:00
Georg Brandl
992526def0
#376 : In autodoc, fix display of parameter defaults containing backslashes.
2010-04-07 11:45:36 +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
Georg Brandl
d66a6c4512
#370 : complex arguments in list \item[] need to be enclosed in braces.
2010-04-06 19:06:43 +02:00
Daniel Neuhäuser
92027ce19f
Merge with sphinx-domains.
2010-04-06 13:16:27 +00:00
Georg Brandl
dea29d0f11
#374 : Make the `doctest_path
` config value of the doctest extension actually work -- it was used after all tests were run.
2010-04-06 13:22:52 +02: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
0ca72d4199
Fix the handling of multiple toctrees when creating the global TOC for the `toctree()
` template function.
...
Fix the handling of hidden toctrees when creating the global TOC for the ``toctree()`` template function.
2010-04-06 09:12:22 +02:00
Georg Brandl
0f76788c57
Fix the handling of nested lists in the text writer.
...
The list counter needs to be a stack, to be able to handle nested lists.
2010-04-06 08:46:27 +02:00
Daniel Neuhäuser
32cab4df02
merge with sphinx-domains
2010-04-05 16:07:18 +00:00
Georg Brandl
bc9b50409a
Remove display_toc conditional from globaltoc sidebar template.
2010-04-05 10:11:05 +02:00
Georg Brandl
1996a9e5e9
Add warning facility on unknown Pygments lexer names.
2010-04-04 20:27:41 +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
Georg Brandl
8822c134aa
Add two more examples.
2010-04-04 19:02:32 +02:00
Georg Brandl
f470bd38e6
#371 : fix LaTeX output generated for return annotations.
2010-04-04 18:56:56 +02:00
Georg Brandl
f12991c93e
#362 : In autodoc, check for the existence of `__self__
` on function objects before accessing it.
2010-04-04 18:52:29 +02:00
Georg Brandl
dd509ce297
#360 : remove duplicate rule.
2010-04-04 18:45:31 +02:00
Georg Brandl
15f3acc81a
#356 : some style fixes to agogo.
2010-04-04 18:43:31 +02:00
Georg Brandl
e8fe8584e4
#353 : Strip leading and trailing whitespace when extracting search words in the search function.
2010-04-04 18:40:06 +02:00
Georg Brandl
cdbe39c9d0
merge with http://bitbucket.org/andialbrecht/sphinx/
2010-04-04 18:31:56 +02:00
Daniel Neuhäuser
abfdc012f9
Javascript functions are not longer prefixed with `None
`.
2010-04-01 19:24:24 +00: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
f03f8356d1
JavaScript domain supports now references, also :class:JSObject
s are now indexed.
2010-03-31 02:17:24 +00:00
Daniel Neuhäuser
00cb284182
Merge with sphinx-domains.
2010-03-30 22:43:57 +00:00
Daniel Neuhäuser
a791b7867b
Added a :class:JSXRefRole
which allows to display a method/attribute name only.
2010-03-30 22:40:20 +00:00
Daniel Neuhäuser
2331552a85
Changed the double quotes to single quotes to match the rest of the project.
2010-03-30 22:29:50 +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
8bc0248a14
Changed js_sig_re to handle JavaScript identifiers such as $
.
2010-03-30 21:20:21 +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
Armin Ronacher
71a985c06c
long double exists.
2010-03-30 18:57:56 +02:00
tpowers
68fd75f536
Implemented rst_prologue conf.py option.
2010-03-30 05:13:42 -07:00
tpowers
ff3707e2a5
Implemented html_compact_lists conf.py option. Normally True. When False,
...
"simple" item lists are not compacted. See
http://docutils.sourceforge.net/FAQ.html#how-are-lists-formatted-in-html .
Bullet lists like the "Indices and Tables" section look odd when they are
not compacted. Therefore specially change any bullet list that only has
paragraph's with pending_xrefs to use compact paragraphs instead.
Implemented secnumber_suffix conf.py option. Default is '. '. Section
numbers look better if changed to u'\u00a0\u00a0'.
2010-03-28 19:07:14 -07:00
Georg Brandl
8e4311099a
merge with trunk
2010-03-16 08:54:03 +01:00
Georg Brandl
a5a08531ee
merge with 0.6
2010-03-16 08:53:12 +01:00
Andi Albrecht
78a84e721f
Rename 'Contents' to 'Table Of Contents' in agogo theme to match other themes (fixes issue #352 ).
2010-03-15 08:50:56 +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
Armin Ronacher
a6c625f25c
More operators for C++. Forgot about new/delete and some other less used
...
such as ->*.
2010-03-02 13:10:44 +01:00
Armin Ronacher
91322038e2
Added first CPP test
2010-03-02 01:27:44 +01:00
Georg Brandl
02d6640df3
Update version info for next development.
2010-03-01 23:28:25 +01:00