summaryrefslogtreecommitdiff
path: root/sphinx/domains/javascript.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge with 1.0Georg Brandl2011-09-211-0/+1
|\ \ | |/
| * Fix #768: whitespace-strip JS function names.Georg Brandl2011-09-211-0/+1
* | Fix #663: add "return type" doc field to JS domain.Georg Brandl2011-09-211-0/+2
* | merge with 1.0Georg Brandl2011-01-151-3/+6
|\ \ | |/
| * Consistently replace $ by _S_ in JS domain.Georg Brandl2011-01-151-3/+6
* | #454: Add more index markup capabilities: marking see/seealso entries, and ma...Georg Brandl2011-01-071-1/+1
* | merge with 1.0Georg Brandl2011-01-041-1/+1
|\ \ | |/
| * New year update.Georg Brandl2011-01-041-1/+1
* | merge with 1.0Georg Brandl2010-08-231-22/+4
|\ \ | |/
| * #507: Fix crash parsing Python argument lists containing brackets in string l...Georg Brandl2010-08-231-22/+4
* | Docstring harmonization.Georg Brandl2010-08-221-1/+1
|/
* Remove debug statement.Georg Brandl2010-07-271-1/+0
* #474: Fix javascript domain parsing of object names.Georg Brandl2010-07-271-1/+2
* Added :js:class: which makes JS documentation a lot more readibleArmin Ronacher2010-05-271-3/+19
* Rename default_domain to primary_domain; give it special semantics.Georg Brandl2010-05-231-3/+3
* #413: Added a way for intersphinx to refer to named labels in otherGeorg Brandl2010-05-231-2/+1
* Dollar in id has to be replaced for javascript.Armin Ronacher2010-04-271-1/+1
* Improved JavaScript domain. Supports attributes now and has more reliableArmin Ronacher2010-04-261-13/+14
* Review of JS domain. Adapt coding style a bit.Georg Brandl2010-04-081-8/+13
* Javascript functions are not longer prefixed with ``None``.Daniel Neuhäuser2010-04-011-1/+2
* Added `doc_field_types` to :class:`JSCallable`, arguments, errors and the ret...Daniel Neuhäuser2010-03-311-0/+13
* JavaScript domain supports now references, also :class:`JSObject`s are now in...Daniel Neuhäuser2010-03-311-8/+86
* Added a :class:`JSXRefRole` which allows to display a method/attribute name o...Daniel Neuhäuser2010-03-301-3/+20
* Changed the double quotes to single quotes to match the rest of the project.Daniel Neuhäuser2010-03-301-11/+11
* Added a :js:attribute:: directive as well as a :js:attr: role to describe att...Daniel Neuhäuser2010-03-301-14/+18
* It is now possible to use the js:function:: directive for methods.Daniel Neuhäuser2010-03-301-1/+19
* Changed js_sig_re to handle JavaScript identifiers such as `$`.Daniel Neuhäuser2010-03-301-4/+8
* Added a js:data directive/role to describe/refer to global variables/constants.Daniel Neuhäuser2010-03-301-0/+8
* Added a :js:func: role to refer to functions described with the js:function::...Daniel Neuhäuser2010-03-301-0/+4
* Added a JavaScript domain and a js:function directive.Daniel Neuhäuser2010-03-301-0/+65