Commit Graph

13530 Commits

Author SHA1 Message Date
Takeshi KOMIYA
4d1e40785f
Merge pull request #6434 from tk0miya/refactor_test_autodoc
Refactor test_autodoc
2019-06-03 01:53:40 +09:00
Takeshi KOMIYA
c8554e7673 test: Move testcases for autodoc events to test_ext_autodoc_events 2019-06-03 01:32:36 +09:00
Takeshi KOMIYA
7de8c63407 test: Move testcases for autodoc configurations to test_ext_autodoc_configs 2019-06-03 01:28:56 +09:00
Takeshi KOMIYA
8da90bbe24 test: Update testcase for autodoc-process-docstring 2019-06-03 01:16:20 +09:00
Takeshi KOMIYA
e274ae87a5 test: Update testcase for cut_lines() 2019-06-03 01:16:20 +09:00
Takeshi KOMIYA
3f617a4a9b test: Update testcase for between() 2019-06-03 01:16:20 +09:00
Takeshi KOMIYA
6cbee7de3c test: Move descriptor example to independent file 2019-06-03 00:38:01 +09:00
Takeshi KOMIYA
8fd817d174 refactor: todo: Add TodoListProcessor to expand todolist nodes 2019-06-03 00:17:29 +09:00
Takeshi KOMIYA
9abb4820b1 refactor: todo: Add TodoDomain to collect todo nodes 2019-06-02 23:41:39 +09:00
Takeshi KOMIYA
0441ab0350 refactor: todo: Skip over todo_node on writing handlers (not removal) 2019-06-02 22:54:49 +09:00
Takeshi KOMIYA
84df4c6c2d Fix py domain: duplicated warning does not point the location of source code 2019-06-02 22:50:59 +09:00
Takeshi KOMIYA
ef4ad32025
Merge pull request #6425 from tk0miya/refactor_type_annotation2
Migrate to py3 style type annotation: sphinx.util
2019-06-02 21:44:16 +09:00
Takeshi KOMIYA
ce2f9c2b94 Close #5124: graphviz: :graphviz_dot: option is renamed to :layout: 2019-06-02 21:33:34 +09:00
Takeshi KOMIYA
ab43f821d2 Fix #1125: html theme: scrollbar is hard to see on classic theme and macOS 2019-06-02 21:25:02 +09:00
Takeshi KOMIYA
c4f44bdd22 Merge branch '2.0' 2019-06-02 21:17:38 +09:00
Takeshi KOMIYA
bcc0ffbd18 Bump version 2019-06-02 21:16:14 +09:00
Takeshi KOMIYA
3360f2461c Bump version 2019-06-02 21:14:52 +09:00
Takeshi KOMIYA
653b0e0000 Bump to 2.1.0 final 2019-06-02 21:10:40 +09:00
Takeshi KOMIYA
290ead8ce7 Merge changes entry for 2.0.2 to 2.1.0 2019-06-02 20:33:42 +09:00
Takeshi KOMIYA
84da50cd88
Merge pull request #6428 from tk0miya/improve_docs
docs: Use directive:option in extensions/graphviz
2019-06-02 18:39:04 +09:00
Takeshi KOMIYA
1fc0985df7 Migrate to py3 style type annotation: sphinx.util.inspect 2019-06-02 18:27:31 +09:00
Takeshi KOMIYA
1303ea7cdf docs: Use directive:option in extensions/graphviz 2019-06-02 18:18:55 +09:00
Takeshi KOMIYA
316c61b172 Migrate to py3 style type annotation: sphinx.util.images 2019-06-02 17:51:21 +09:00
Takeshi KOMIYA
3be478f0b5 Migrate to py3 style type annotation: sphinx.util.i18n 2019-06-02 17:51:20 +09:00
Takeshi KOMIYA
ba8bf2c2ce Migrate to py3 style type annotation: sphinx.util.fileutil 2019-06-02 17:51:20 +09:00
Takeshi KOMIYA
850bfa07d2 Migrate to py3 style type annotation: sphinx.util.docstrings 2019-06-02 17:51:20 +09:00
Takeshi KOMIYA
afbf6d811d Migrate to py3 style type annotation: sphinx.util 2019-06-02 17:51:20 +09:00
Takeshi KOMIYA
27dd8367c6
Merge pull request #6423 from tk0miya/1063_autodoc_undoc_module_variables
Fix #1063: autodoc: automodule directive handles undocumented module level variables
2019-06-02 16:20:49 +09:00
Takeshi KOMIYA
5da74898c3 Merge branch '2.0' 2019-06-02 01:09:09 +09:00
Takeshi KOMIYA
4c19ab7058 Merge commit '54d5fcfaebc3364044761d30c0fed6bd4d3052c3' 2019-06-02 01:02:54 +09:00
Takeshi KOMIYA
91fceb4b5f Merge branch '2.0.2' into 2.0 2019-06-02 00:58:46 +09:00
Takeshi KOMIYA
69d93c967c Fix #1063: autodoc: automodule directive handles undocumented module level variables 2019-06-01 23:18:37 +09:00
Takeshi KOMIYA
54d5fcfaeb
Merge pull request #6416 from tk0miya/2310_force_highlighting
Add :force: option to code directives
2019-06-01 14:17:53 +09:00
Takeshi KOMIYA
71842264b2 Sphinx.add_lexer() now takes a Lexer class instead of instance 2019-06-01 13:49:16 +09:00
Takeshi KOMIYA
5d8c25b605 refactor: app.add_lexer() 2019-06-01 13:42:57 +09:00
Takeshi KOMIYA
e001d358d0 Add :force: option to code directives 2019-06-01 13:42:57 +09:00
Takeshi KOMIYA
e9c5e3656f highlight: Enable raiseonerror only if force=False 2019-06-01 12:48:15 +09:00
Takeshi KOMIYA
348498c651
Merge pull request #6421 from tk0miya/6265_contents
doc: Change wording for contents directive (refs: #6265)
2019-06-01 11:46:46 +09:00
Takeshi KOMIYA
c6d840d95a doc: Change wording for contents directive (refs: #6265) 2019-06-01 11:27:38 +09:00
Takeshi KOMIYA
ce3c5735cd Merge branch '2.0' 2019-06-01 01:45:47 +09:00
Takeshi KOMIYA
1769280348
Merge pull request #6420 from tk0miya/6405_wrong_link
Fix #6405: docs: wrong link
2019-06-01 01:42:52 +09:00
Takeshi KOMIYA
c74296fa50 Fix #6405: docs: wrong link 2019-06-01 01:24:57 +09:00
Takeshi KOMIYA
2afba22cee
Merge pull request #6397 from tk0miya/6361_autodoc_typehints
Close #6361: autodoc: Add autodoc_typehints to suppress typehints from signature
2019-06-01 01:07:37 +09:00
Takeshi KOMIYA
b4923fc23d
Merge pull request #6412 from tk0miya/refactor_apidoc
refactor apidoc: Add is_skipped_module()
2019-05-31 01:34:51 +09:00
Takeshi KOMIYA
a647dbb189
Merge pull request #6411 from tk0miya/refactor_autosummary
Fix autosummary should use new documenters
2019-05-31 00:50:39 +09:00
Takeshi KOMIYA
e4830f562c Update CHANGES for PR #6408 2019-05-31 00:50:14 +09:00
jiakai
866f4ff1df Fix the ranking of search results: object name match should be computed based on lower-case fullname 2019-05-31 00:49:10 +09:00
Takeshi KOMIYA
f7bf66012c
Merge pull request #6408 from jia-kai/fix-search-ranking
Fix the ranking of search results
2019-05-31 00:48:30 +09:00
Takeshi KOMIYA
0d6ca0ae04
Merge pull request #6414 from gilch/patch-1
Grammar corrections
2019-05-31 00:44:03 +09:00
gilch
e7239053b7
Grammar corrections 2019-05-29 19:41:45 -06:00