index
:
delta/python-packages/sphinx-git.git
1.8.x
3.2.x
3.3.x
3.4.x
3.5.x
3.x
4.0.x
4.1.x
4.2.x
4.3.x
4.4.x
4.x
4606_incorrect_location_of_docstring
7.0.x
7613_class__signature__
7727_autosummary_PycodeError
7996_man_make_section_directory
8321_linkcheck_tel_links
8342_warning_for_unknown_domain
8349_sphinx-contrib
9864_mathjax_loading_method
bot/pull-translations
cleanup_napoleon
dependabot/github_actions/peter-evans/create-pull-request-5
dependabot/npm_and_yarn/follow-redirects-1.14.7
dependabot/npm_and_yarn/http-proxy-1.18.1
master
mypy-0.790
support_py310
github.com: sphinx-doc/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
*
refactor: js domain: Change make_old_*_id() to methods
Takeshi KOMIYA
2020-03-01
1
-20
/
+18
*
js domain: Generate node_id for objects in the right way
Takeshi KOMIYA
2020-03-01
1
-26
/
+39
*
js domain: Show better duplication warning message
Takeshi KOMIYA
2020-03-01
1
-2
/
+2
*
js domain: Generate node_id for modules in the right way
Takeshi KOMIYA
2020-03-01
1
-17
/
+32
*
refactor: Set source_info to nodes
Takeshi KOMIYA
2020-02-29
1
-2
/
+1
*
Deprecate desc_signature['first']
Takeshi KOMIYA
2020-02-09
1
-1
/
+0
*
A happy new year!
Takeshi KOMIYA
2020-01-01
1
-1
/
+1
*
Replace `a and b or c` by the more legible `b if a or c`.
Antony Lee
2019-12-21
1
-2
/
+2
*
refactor: Add data accessors to JavaScriptDomain
Takeshi KOMIYA
2019-06-30
1
-24
/
+44
*
Migrate to py3 style type annotation: sphinx.domains.javascript
Takeshi KOMIYA
2019-06-30
1
-40
/
+30
*
Clean up import for annotations
Takeshi KOMIYA
2019-03-06
1
-1
/
+0
*
Merge branch '1.8'
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
|
\
|
*
A happy new year!
Takeshi KOMIYA
2019-01-02
1
-1
/
+1
*
|
Remove unnecessary encoding cookie from Python source files
Jon Dufresne
2018-12-16
1
-1
/
+0
*
|
Replace all "unicode" type by "str"
Takeshi KOMIYA
2018-12-15
1
-15
/
+14
*
|
Fix annotations of process_link()
Takeshi KOMIYA
2018-12-03
1
-1
/
+1
*
|
Fix annotations for Directives (Replace N_co with nodes.Node)
Takeshi KOMIYA
2018-12-01
1
-3
/
+3
*
|
Fix annotations for domains
Takeshi KOMIYA
2018-11-30
1
-4
/
+4
*
|
Merge pull request #5665 from tk0miya/fix_typehints
Takeshi KOMIYA
2018-11-26
1
-0
/
+1
|
\
\
|
*
|
Add sphinx.util.typing:unicode to help mypy-3 migration
Takeshi KOMIYA
2018-11-24
1
-0
/
+1
|
|
/
*
|
Fix annotations for Domain.resolve_xref()
Takeshi KOMIYA
2018-11-24
1
-2
/
+2
|
/
*
refactor: Replace Directive by SphinxDirective
Takeshi KOMIYA
2018-05-11
1
-6
/
+6
*
Merge branch '1.7'
Takeshi KOMIYA
2018-04-26
1
-19
/
+1
|
\
|
*
Revert f4f693eff7b081785cc5704a6ff22cf0371355f3
Takeshi KOMIYA
2018-04-26
1
-19
/
+1
|
*
Fix #4885: jsdomain also crashed with duplicated objects
Takeshi KOMIYA
2018-04-24
1
-1
/
+1
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-04-23
1
-1
/
+19
|
\
\
|
|
/
|
*
#4459: duplicated labels detector does not work well in parallel build
Takeshi KOMIYA
2018-04-22
1
-1
/
+19
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-03-18
1
-3
/
+2
|
\
\
|
|
/
|
*
Revert "Use typing.TYPE_CHECKING for typehints"
Takeshi KOMIYA
2018-03-13
1
-3
/
+2
*
|
Replace ``l_()`` by ``_()``
Takeshi KOMIYA
2018-02-25
1
-11
/
+11
*
|
Merge branch '1.7'
Takeshi KOMIYA
2018-02-18
1
-2
/
+3
|
\
\
|
|
/
|
*
Use typing.TYPE_CHECKING for typehints
Takeshi KOMIYA
2018-02-14
1
-2
/
+3
*
|
Merge branch '1.7-release'
Takeshi KOMIYA
2018-01-31
1
-3
/
+3
|
\
\
|
|
/
|
*
Use flake8-import-order
Takeshi KOMIYA
2018-01-28
1
-3
/
+3
*
|
Close #4460: extensions should return the version of data structure as metadata
Takeshi KOMIYA
2018-01-25
1
-0
/
+1
|
/
*
A happy new year!
Takeshi KOMIYA
2018-01-01
1
-1
/
+1
*
Implement get_full_qualified_name() to JavascriptDomain (refs: #3630)
Takeshi KOMIYA
2017-04-23
1
-0
/
+10
*
Merge pull request #3475 from agjohnson/domain-js-add-nesting
Takeshi KOMIYA
2017-03-26
1
-49
/
+194
|
\
|
*
Remove JS domain module feature for null module names
Anthony Johnson
2017-03-20
1
-5
/
+1
|
*
Cleanup on docs and test
Anthony Johnson
2017-03-20
1
-4
/
+4
|
*
Some cleanup
Anthony Johnson
2017-03-15
1
-20
/
+15
|
*
Add nesting, module directive, and method directive to JavaScript domain
Anthony Johnson
2017-03-15
1
-49
/
+203
*
|
Merge branch 'stable'
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Year++
Takeshi KOMIYA
2017-03-26
1
-1
/
+1
*
|
Upgrade to mypy-0.5
Takeshi KOMIYA
2017-03-03
1
-1
/
+1
*
|
Merge branch 'stable'
Takeshi KOMIYA
2017-01-12
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix flake8 violations
Takeshi KOMIYA
2017-01-12
1
-1
/
+1
*
|
Update type annotations
Takeshi KOMIYA
2016-12-15
1
-2
/
+2
*
|
Merge branch 'stable'
Takeshi KOMIYA
2016-12-14
1
-0
/
+6
|
\
\
|
|
/
|
*
builtin extensions return metadata to allow parallel build
Takeshi KOMIYA
2016-12-12
1
-0
/
+6
[next]