index
:
delta/python-packages/sphinx.git
#1041
#1056
#955
add_missing_epub_options
add_stemmer
admonitions
apidoc-symlinks
apidoc_output_order
aria
autodoc_novalue
autosummary-file-ext
cancerhermit/fix-override-extensions-in-configpy-1375648717102
cpp-variadic
css
ext-linkcode
ext-linkcode-fix
extdev-tutorial-doc
fix-nested-figure-caption-i18n
fix-tocdepth
fslenz/examples-nicos-added-sphinx-itself-remov-1390580978166
gerardmp/added-libreoffice-extension-to-the-exten-1410948858630
hickford/add-instructions-how-to-install-sphinx-t-1410715164407
hickford/explain-how-to-install-sphinx-with-pip-r-1410714824122
hiddentocs
i18n-man-unicode
i18n-po-fix-reference-line-separator
i18n-term-translatable
improve-po-mode-el-support
improve-tags-docs
latex-header-in-next-pages
listnewdomains
masklinn/add-0000-to-potcreationdate-z-sets-an-e-1369740575399
master
memoir
minrk/sort-inheritance-diagram
psuter/fix-makebat-latexpdf-mechanism-to-cd-bac-1411635021827
quick-start-readline
rneu31/added-support-for-windows-color-output-u-1404418973591
stable
stevepiercy/update-pylons-link-add-pyramid-and-subst-1402445058989
tag-documentation
techtonik/add-link-to-irc-channel-1379750124356
techtonik/raise-six-requirement-to-14-when-userstr-1406538263417
tk0miya/do-not-enter-password-of-transifex-at-co-1404623350328
tooltip-escaping
tychoish/removed-version-change-1372634421412
westurner/doc-glossary-markup-ref
westurner/doc-invocationrst-sphinxapidoc-m-option-1413253549167
bitbucket.org: Obsolete (use python-packages/sphinx-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sphinx
/
domains
/
javascript.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WIP] parallel read
Georg Brandl
2014-09-22
1
-0
/
+6
*
Move env.temp_data content that might be used to resolve references to a new ...
Georg Brandl
2014-09-20
1
-4
/
+4
*
Added the `any` role that can be used to find a cross-reference of
Georg Brandl
2014-09-19
1
-1
/
+11
*
* fix over 80 chars line and remove unused import.
shimizukawa
2014-06-15
1
-2
/
+0
*
wrap iterator with list() to avoid 'dictionary changed size during iteration'...
shimizukawa
2014-04-29
1
-2
/
+2
*
use six privided iteritems(),itervalues() to support py2/py3 in one source. r...
shimizukawa
2014-04-29
1
-1
/
+3
*
Update copyright year.
Georg Brandl
2014-03-01
1
-1
/
+1
*
Copyright update.
Georg Brandl
2013-01-01
1
-1
/
+1
*
Merge with 1.0
Georg Brandl
2011-09-23
1
-2
/
+4
|
\
|
*
Merge with 1.0
Georg Brandl
2011-09-21
1
-2
/
+4
|
|
\
|
|
*
Fix #663: add "return type" doc field to JS domain.
Georg Brandl
2011-09-21
1
-0
/
+2
|
|
*
merge with 1.0
Georg Brandl
2011-01-15
1
-2
/
+2
|
|
|
\
|
|
|
*
#454: Add more index markup capabilities: marking see/seealso entries, and ma...
Georg Brandl
2011-01-07
1
-1
/
+1
|
|
|
*
merge with 1.0
Georg Brandl
2011-01-04
1
-1
/
+1
|
|
|
|
\
|
|
|
*
\
merge with 1.0
Georg Brandl
2010-08-23
1
-1
/
+1
|
|
|
|
\
\
|
|
|
|
*
|
Docstring harmonization.
Georg Brandl
2010-08-22
1
-1
/
+1
*
|
|
|
|
|
Fix #648: Fix line numbers reported in warnings about undefined references.
Georg Brandl
2011-09-23
1
-3
/
+2
|
/
/
/
/
/
*
|
|
|
|
Fix #768: whitespace-strip JS function names.
Georg Brandl
2011-09-21
1
-0
/
+1
|
/
/
/
/
*
|
|
|
Consistently replace $ by _S_ in JS domain.
Georg Brandl
2011-01-15
1
-3
/
+6
|
|
_
|
/
|
/
|
|
*
|
|
New year update.
Georg Brandl
2011-01-04
1
-1
/
+1
|
/
/
*
|
#507: Fix crash parsing Python argument lists containing brackets in string l...
Georg Brandl
2010-08-23
1
-22
/
+4
|
/
*
Remove debug statement.
Georg Brandl
2010-07-27
1
-1
/
+0
*
#474: Fix javascript domain parsing of object names.
Georg Brandl
2010-07-27
1
-1
/
+2
*
Added :js:class: which makes JS documentation a lot more readible
mitsuhiko
2010-05-27
1
-3
/
+19
*
Rename default_domain to primary_domain; give it special semantics.
Georg Brandl
2010-05-23
1
-3
/
+3
*
#413: Added a way for intersphinx to refer to named labels in other
Georg Brandl
2010-05-23
1
-2
/
+1
*
Dollar in id has to be replaced for javascript.
mitsuhiko
2010-04-27
1
-1
/
+1
*
Improved JavaScript domain. Supports attributes now and has more reliable
mitsuhiko
2010-04-26
1
-13
/
+14
*
Review of JS domain. Adapt coding style a bit.
Georg Brandl
2010-04-08
1
-8
/
+13
*
Javascript functions are not longer prefixed with ``None``.
DasIch
2010-04-01
1
-1
/
+2
*
Added `doc_field_types` to :class:`JSCallable`, arguments, errors and the ret...
DasIch
2010-03-31
1
-0
/
+13
*
JavaScript domain supports now references, also :class:`JSObject`s are now in...
DasIch
2010-03-31
1
-8
/
+86
*
Added a :class:`JSXRefRole` which allows to display a method/attribute name o...
DasIch
2010-03-30
1
-3
/
+20
*
Changed the double quotes to single quotes to match the rest of the project.
DasIch
2010-03-30
1
-11
/
+11
*
Added a :js:attribute:: directive as well as a :js:attr: role to describe att...
DasIch
2010-03-30
1
-14
/
+18
*
It is now possible to use the js:function:: directive for methods.
DasIch
2010-03-30
1
-1
/
+19
*
Changed js_sig_re to handle JavaScript identifiers such as `$`.
DasIch
2010-03-30
1
-4
/
+8
*
Added a js:data directive/role to describe/refer to global variables/constants.
DasIch
2010-03-30
1
-0
/
+8
*
Added a :js:func: role to refer to functions described with the js:function::...
DasIch
2010-03-30
1
-0
/
+4
*
Added a JavaScript domain and a js:function directive.
DasIch
2010-03-30
1
-0
/
+65