Commit Graph

2247 Commits

Author SHA1 Message Date
Georg Brandl
02d6640df3 Update version info for next development. 2010-03-01 23:28:25 +01:00
Armin Ronacher
c6a6cc5c5f Fixed reference targets 2010-03-01 23:25:33 +01:00
Georg Brandl
616fbc4ca9 Added tag 0.6.5 for changeset f76fb0be8011 2010-03-01 23:18:42 +01:00
Georg Brandl
e9fe355ecd Update version and release date. 2010-03-01 23:12:59 +01:00
Georg Brandl
79e824d96a Add shortcut for SPHINXOPTS. 2010-03-01 22:31:17 +01:00
Armin Ronacher
e2063b0bae Fixed two undefined errors. 2010-03-01 22:23:56 +01:00
Armin Ronacher
89fdb83831 Relative references work now for the C++ domain 2010-03-01 21:48:40 +01:00
Armin Ronacher
27667cc0b7 Added basic modifier support 2010-03-01 19:54:11 +01:00
Armin Ronacher
9da129aeb9 Added namespace directive to CPP domain, warn instead of raise exceptions
for broken signatures and fixed a name error.
2010-03-01 15:00:58 +01:00
Georg Brandl
4f2523d17f Mention standard rst roles in inline markup. 2010-03-01 15:01:46 +01:00
Georg Brandl
27d6120528 Fix variable name. 2010-03-01 14:58:36 +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
0f812e72f7 Allow escaping "<" in x-ref roles by a backslash. 2010-03-01 14:36:08 +01:00
Armin Ronacher
21194f3b2b Started working on support for c++ xrefs 2010-03-01 14:30:24 +01:00
Armin Ronacher
3f82edf3b9 Refactored again. This time added a new type PrefixedNameDefExpr that is
used to prefix a name.  This is used to give a node a full name if it was
defined in the context of a parent (eg, function in a class).
2010-03-01 14:14:14 +01:00
Armin Ronacher
45b89708f0 Added type support 2010-03-01 13:37:44 +01:00
Armin Ronacher
b5ee4489be Heavily improved const support, create proper identifiers that pass for
HTML4 and support overloading.
2010-03-01 12:29:05 +01:00
Armin Ronacher
cb0e407cbb Refactored description objects again. 2010-03-01 11:05:52 +01:00
Armin Ronacher
7f5e4a271f Prefix classes with "class " and removed useless desc_type node. 2010-03-01 03:25:28 +01:00
Armin Ronacher
6f901f6c74 Proper indices for the c++ object descriptions now. Also broke up the
monolithic class into multiple separate classes and refactored a bit.
Still does not handle overloads.
2010-03-01 03:17:09 +01:00
Armin Ronacher
bd576bbe5d Properly parses operator definitions now. 'std:string
module::class::operator std::string()' is picked up properly.
2010-02-28 21:04:35 +01:00
Georg Brandl
a83f9e7686 Make it clear that the default for "collapse" is True. 2010-02-28 19:54:25 +01:00
Armin Ronacher
be39ba81e6 C++ function signatures are now properly converted to rst nodes. 2010-02-28 19:07:32 +01:00
Armin Ronacher
5db407f4ae Added first version of the C++ signature parser 2010-02-28 17:44:40 +01:00
Georg Brandl
9334d1537c Add some domain documentation. 2010-03-01 14:22:14 +01:00
Georg Brandl
11bac45b10 More doc. 2010-03-01 11:13:33 +01:00
Georg Brandl
9ebf346c18 Add more visitors for manpage writer. 2010-03-01 10:09:14 +01:00
Georg Brandl
28851d7ea4 Order the tags file by version. 2010-02-28 23:14:46 +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
258315fa97 s/highlight/highlighted/ for the search word highlighting class: "highlight" is already used by pygments. 2010-02-28 22:05:19 +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
f37588d87f merge with trunk 2010-02-28 15:24:47 +01:00
Georg Brandl
3f1092fcc4 merge with 0.6 2010-02-28 15:21:54 +01:00
Georg Brandl
030f4c451b In autodoc, fix the omission of some module members explicitly documented using documentation comments. 2010-02-28 15:20:11 +01:00
Georg Brandl
6b191b22f1 Port 0f8b5391a6c2 to domains: Fix references to methods without a module. 2010-02-28 14:54:56 +01:00
Georg Brandl
0341cc7c3d Fix references to methods without a module. 2010-02-28 14:54:35 +01:00
Georg Brandl
04f660d021 Change domain-index API: introduce a class. 2010-02-28 14:45:43 +01:00
Georg Brandl
1d5894a35a Fix handling of the default role: it needs to be looked up after patching the role/directive lookup functions. 2010-02-28 14:43:44 +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
ea8fa8aa02 Fix test_markup. 2010-02-28 12:08:06 +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
62d092a46c merge with 0.6 2010-02-28 10:20:15 +01:00
Georg Brandl
6661d7214c Fix-up classes for roles without domain. 2010-02-28 10:19:36 +01:00