summaryrefslogtreecommitdiff
path: root/sphinx/domains/javascript.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix annotations for domainsTakeshi KOMIYA2018-11-301-4/+4
| |
* | Merge pull request #5665 from tk0miya/fix_typehintsTakeshi KOMIYA2018-11-261-0/+1
|\ \ | | | | | | Add sphinx.util.typing:unicode to help mypy-3 migration
| * | Add sphinx.util.typing:unicode to help mypy-3 migrationTakeshi KOMIYA2018-11-241-0/+1
| |/
* | Fix annotations for Domain.resolve_xref()Takeshi KOMIYA2018-11-241-2/+2
|/
* refactor: Replace Directive by SphinxDirectiveTakeshi KOMIYA2018-05-111-6/+6
|
* Merge branch '1.7'Takeshi KOMIYA2018-04-261-19/+1
|\
| * Revert f4f693eff7b081785cc5704a6ff22cf0371355f3Takeshi KOMIYA2018-04-261-19/+1
| |
| * Fix #4885: jsdomain also crashed with duplicated objectsTakeshi KOMIYA2018-04-241-1/+1
| |
* | Merge branch '1.7'Takeshi KOMIYA2018-04-231-1/+19
|\ \ | |/
| * #4459: duplicated labels detector does not work well in parallel buildTakeshi KOMIYA2018-04-221-1/+19
| |
* | Merge branch '1.7'Takeshi KOMIYA2018-03-181-3/+2
|\ \ | |/
| * Revert "Use typing.TYPE_CHECKING for typehints"Takeshi KOMIYA2018-03-131-3/+2
| | | | | | | | This reverts commit a073e17537c2aacaac305feadea58d4473ec97f4.
* | Replace ``l_()`` by ``_()``Takeshi KOMIYA2018-02-251-11/+11
| |
* | Merge branch '1.7'Takeshi KOMIYA2018-02-181-2/+3
|\ \ | |/
| * Use typing.TYPE_CHECKING for typehintsTakeshi KOMIYA2018-02-141-2/+3
| |
* | Merge branch '1.7-release'Takeshi KOMIYA2018-01-311-3/+3
|\ \ | |/
| * Use flake8-import-orderTakeshi KOMIYA2018-01-281-3/+3
| |
* | Close #4460: extensions should return the version of data structure as metadataTakeshi KOMIYA2018-01-251-0/+1
|/
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
|
* Implement get_full_qualified_name() to JavascriptDomain (refs: #3630)Takeshi KOMIYA2017-04-231-0/+10
|
* Merge pull request #3475 from agjohnson/domain-js-add-nestingTakeshi KOMIYA2017-03-261-49/+194
|\ | | | | Add nesting, package directive, and method directive to JavaScript domain
| * Remove JS domain module feature for null module namesAnthony Johnson2017-03-201-5/+1
| |
| * Cleanup on docs and testAnthony Johnson2017-03-201-4/+4
| |
| * Some cleanupAnthony Johnson2017-03-151-20/+15
| |
| * Add nesting, module directive, and method directive to JavaScript domainAnthony Johnson2017-03-151-49/+203
| | | | | | | | | | | | | | | | | | | | * Adds nesting to the JavaScript domain, to allow for nesting of elements * Adds the ``js:module`` directive, which behaves similarly to the Python directive * Adds the ``js:method`` directive, an alias to ``js:function`` * Adds roles for ``js:mod`` and ``js:meth`` * Updates tests to passing cases * Adds docs for new features
* | Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\ \ | |/ |/|
| * Year++Takeshi KOMIYA2017-03-261-1/+1
| |
* | Upgrade to mypy-0.5Takeshi KOMIYA2017-03-031-1/+1
| |
* | Merge branch 'stable'Takeshi KOMIYA2017-01-121-1/+1
|\ \ | |/
| * Fix flake8 violationsTakeshi KOMIYA2017-01-121-1/+1
| |
* | Update type annotationsTakeshi KOMIYA2016-12-151-2/+2
| |
* | Merge branch 'stable'Takeshi KOMIYA2016-12-141-0/+6
|\ \ | |/
| * builtin extensions return metadata to allow parallel buildTakeshi KOMIYA2016-12-121-0/+6
| |
* | Add type-check annotations to sphinx.domainsTakeshi KOMIYA2016-11-161-2/+21
|/
* Now all builders and domains work as built-in extensionsTakeshi KOMIYA2016-07-061-0/+4
|
* classifier of glossary terms can be used for index entries grouping key. The ↵shimizukawa2016-02-141-1/+1
| | | | classifier also be used for translation. See also :ref:`glossary-directive`.
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
|
* more pep8 fixesGeorg Brandl2015-03-081-2/+2
|
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
|\
| * all: update copyrightGeorg Brandl2015-01-031-1/+1
| |
* | [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
| | | | | | | | env.ref_context dictionary.
* | Added the `any` role that can be used to find a cross-reference ofGeorg Brandl2014-09-191-1/+11
| | | | | | | | | | *any* type in *any* domain. Custom domains should implement the new `~Domain.resolve_any_xref` method to make this work properly.
* | * fix over 80 chars line and remove unused import.Takayuki Shimizukawa2014-06-151-2/+0
| |
* | wrap iterator with list() to avoid 'dictionary changed size during ↵Takayuki Shimizukawa2014-04-291-2/+2
| | | | | | | | iteration' on py3. refs #1350.
* | use six privided iteritems(),itervalues() to support py2/py3 in one source. ↵Takayuki Shimizukawa2014-04-291-1/+3
|/ | | | refs #1350.
* Update copyright year.Georg Brandl2014-03-011-1/+1
|
* Copyright update.Georg Brandl2013-01-011-1/+1
|
* Merge with 1.0Georg Brandl2011-09-231-3/+2
|\
| * Fix #648: Fix line numbers reported in warnings about undefined references.Georg Brandl2011-09-231-3/+2
| |