summaryrefslogtreecommitdiff
path: root/sphinx/domains/javascript.py
Commit message (Expand)AuthorAgeFilesLines
* [WIP] parallel readGeorg Brandl2014-09-221-0/+6
* Move env.temp_data content that might be used to resolve references to a new ...Georg Brandl2014-09-201-4/+4
* Added the `any` role that can be used to find a cross-reference ofGeorg Brandl2014-09-191-1/+11
* * fix over 80 chars line and remove unused import.shimizukawa2014-06-151-2/+0
* wrap iterator with list() to avoid 'dictionary changed size during iteration'...shimizukawa2014-04-291-2/+2
* use six privided iteritems(),itervalues() to support py2/py3 in one source. r...shimizukawa2014-04-291-1/+3
* Update copyright year.Georg Brandl2014-03-011-1/+1
* Copyright update.Georg Brandl2013-01-011-1/+1
* Merge with 1.0Georg Brandl2011-09-231-2/+4
|\
| * Merge with 1.0Georg Brandl2011-09-211-2/+4
| |\
| | * Fix #663: add "return type" doc field to JS domain.Georg Brandl2011-09-211-0/+2
| | * merge with 1.0Georg Brandl2011-01-151-2/+2
| | |\
| | | * #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
| | | |\
| | | * \ merge with 1.0Georg Brandl2010-08-231-1/+1
| | | |\ \
| | | | * | Docstring harmonization.Georg Brandl2010-08-221-1/+1
* | | | | | Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-3/+2
|/ / / / /
* | | | | Fix #768: whitespace-strip JS function names.Georg Brandl2011-09-211-0/+1
|/ / / /
* | | | Consistently replace $ by _S_ in JS domain.Georg Brandl2011-01-151-3/+6
| |_|/ |/| |
* | | New year update.Georg Brandl2011-01-041-1/+1
|/ /
* | #507: Fix crash parsing Python argument lists containing brackets in string l...Georg Brandl2010-08-231-22/+4
|/
* 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 readiblemitsuhiko2010-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.mitsuhiko2010-04-271-1/+1
* Improved JavaScript domain. Supports attributes now and has more reliablemitsuhiko2010-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``.DasIch2010-04-011-1/+2
* Added `doc_field_types` to :class:`JSCallable`, arguments, errors and the ret...DasIch2010-03-311-0/+13
* JavaScript domain supports now references, also :class:`JSObject`s are now in...DasIch2010-03-311-8/+86
* Added a :class:`JSXRefRole` which allows to display a method/attribute name o...DasIch2010-03-301-3/+20
* Changed the double quotes to single quotes to match the rest of the project.DasIch2010-03-301-11/+11
* Added a :js:attribute:: directive as well as a :js:attr: role to describe att...DasIch2010-03-301-14/+18
* It is now possible to use the js:function:: directive for methods.DasIch2010-03-301-1/+19
* Changed js_sig_re to handle JavaScript identifiers such as `$`.DasIch2010-03-301-4/+8
* Added a js:data directive/role to describe/refer to global variables/constants.DasIch2010-03-301-0/+8
* Added a :js:func: role to refer to functions described with the js:function::...DasIch2010-03-301-0/+4
* Added a JavaScript domain and a js:function directive.DasIch2010-03-301-0/+65