summaryrefslogtreecommitdiff
path: root/sphinx/domains/javascript.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: js domain: Change make_old_*_id() to methodsTakeshi KOMIYA2020-03-011-20/+18
* js domain: Generate node_id for objects in the right wayTakeshi KOMIYA2020-03-011-26/+39
* js domain: Show better duplication warning messageTakeshi KOMIYA2020-03-011-2/+2
* js domain: Generate node_id for modules in the right wayTakeshi KOMIYA2020-03-011-17/+32
* refactor: Set source_info to nodesTakeshi KOMIYA2020-02-291-2/+1
* Deprecate desc_signature['first']Takeshi KOMIYA2020-02-091-1/+0
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Replace `a and b or c` by the more legible `b if a or c`.Antony Lee2019-12-211-2/+2
* refactor: Add data accessors to JavaScriptDomainTakeshi KOMIYA2019-06-301-24/+44
* Migrate to py3 style type annotation: sphinx.domains.javascriptTakeshi KOMIYA2019-06-301-40/+30
* Clean up import for annotationsTakeshi KOMIYA2019-03-061-1/+0
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | Replace all "unicode" type by "str"Takeshi KOMIYA2018-12-151-15/+14
* | Fix annotations of process_link()Takeshi KOMIYA2018-12-031-1/+1
* | Fix annotations for Directives (Replace N_co with nodes.Node)Takeshi KOMIYA2018-12-011-3/+3
* | 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 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
* | 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
|\
| * 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
* | 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