Georg Brandl
205d50a01d
Regression of #77 : If there is only one parameter given with `:param:
` markup, the bullet list is now suppressed again.
2011-01-03 23:08:13 +01:00
Georg Brandl
10287a6684
merge with 1.0
2011-05-15 13:52:48 +02:00
Georg Brandl
dc0c43da9a
#437 : autodoc now shows values of class data attributes.
2011-01-08 23:45:58 +01:00
Georg Brandl
a86d481925
#507 : Fix crash parsing Python argument lists containing brackets in string literals.
2010-08-23 15:20:22 +00:00
Georg Brandl
580e1c90d3
#481 , #482 : fix `.name
` reference matching.
...
#482 : When doing a non-exact search, match only the given type of object.
#481 : Apply non-exact search for Python reference targets with ``.name`` for modules too.
2010-08-05 13:39:23 +02:00
Georg Brandl
7139a1c882
The :rst:dir:py:module
directive doesn't output its `platform
` option value anymore.
...
(It was the only thing that the directive did output, and therefore quite inconsistent.)
2011-01-08 16:09:49 +01:00
Georg Brandl
c6028c4405
#478 : Added :rst:dir:py:decorator
directive to describe decorators.
2011-01-08 10:07:42 +01:00
Georg Brandl
bf767d5222
#454 : Add more index markup capabilities: marking see/seealso entries, and main entries for a given key.
2011-01-07 19:00:29 +01:00
Georg Brandl
e8b0511fdc
merge with 1.0
2011-01-04 23:40:57 +01:00
Georg Brandl
17efae5622
merge with 1.0
2011-01-04 11:29:09 +01:00
Georg Brandl
3642b521ed
merge with 1.0
2011-01-04 00:35:27 +01:00
Georg Brandl
1961292029
merge with 1.0
2010-08-23 16:27:25 +00:00
Georg Brandl
630791c42c
Docstring harmonization.
2010-08-22 11:36:08 +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
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
f5ccb53294
merge with 0.6
2010-05-23 10:48:40 +02: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
04f660d021
Change domain-index API: introduce a class.
2010-02-28 14:45:43 +01:00
Georg Brandl
c2289a17b5
Add missing option_spec for Python domain.
2010-02-28 09:21:24 +01:00
Georg Brandl
1ad03286c0
Add method for adding custom indexes.
2010-02-21 21:49:38 +01:00
Georg Brandl
7f8f3f86b6
Get rid of the "module" node.
2010-02-20 14:45:39 +01:00
Georg Brandl
ed6562960c
Remove "group" identifier from get_index() entries; let the template figure that out.
2010-02-20 14:21:03 +01:00
Georg Brandl
454ecf80a4
Make the concept of "module index" generalized to domains. As a side-effect, the latex modindex is no longer generated by LaTeX.
2010-02-20 01:13:23 +01:00
Georg Brandl
bc6085b8a5
Add missing docstring, add missing object types for Python domain.
2010-01-17 20:06:51 +01:00
Georg Brandl
dfa5ef2375
Rename doc_read_data to temp_data, which reflects better what it does.
2010-01-17 19:46:47 +01:00
Georg Brandl
98bcd2fab4
Make the _ gettext alias an explicit import instead of installing into builtins.
2010-01-17 19:33:23 +01:00
Georg Brandl
bacb6435e4
merge with trunk
2010-01-17 17:52:51 +01:00
Georg Brandl
a6b1a17ad6
Fix doc field type roles.
2010-01-17 12:29:29 +01:00
Georg Brandl
c98236bc61
Finish new doc field handling implementation.
2010-01-17 12:05:44 +01:00
Georg Brandl
cc35b402d9
Note the full name on the signature node.
2010-01-13 23:43:09 +01:00
Georg Brandl
65b426b22b
Rename parse_signature() to handle_signature(); allows more to happen. Record module and class name in Python object descriptions.
2010-01-13 20:58:44 +01:00
Georg Brandl
54a31c5a6f
Change naming convention in doc_read_data to "domain:key".
2010-01-13 20:45:34 +01:00
Georg Brandl
c37ddd0a6f
Add some XXXes... sigh.
2010-01-08 18:54:41 +01:00
Georg Brandl
38e120848f
Update copyrights.
2010-01-02 21:14:10 +01:00
Georg Brandl
407b41536d
merge with trunk
2009-11-09 00:37:42 +01:00
Georg Brandl
bd66ba5179
Rename py domain specific refnode attributes.
2009-09-09 19:36:11 +02:00
Georg Brandl
92aa430241
search: make the search work with the new domain model.
2009-09-08 00:04:25 +02:00
Georg Brandl
fa7f8812cd
More refactoring for language-independent domain support.
...
* Renamed "desc"ription unit to "object" wherever possible.
* Added standard x-ref types to a StandardDomain which is always consulted.
* Split domains module into a subpackage.
* Removed additional_xref_types in favor of new directive classes in StandardDomain.
* Implemented x-ref inventory version 2, for all object types.
* Added env.doc_read_data which is for temporary data stored while reading.
* Minimally updated extension tutorial.
* Started to implement changes to interactive search.
* Test suite passes again.
2009-09-07 22:52:26 +02:00