Commit Graph

2682 Commits

Author SHA1 Message Date
Takeshi KOMIYA
935d1ad0af Merge pull request #6201 from tk0miya/6165_tab_width
Fix #6165: autodoc: ``tab_width`` setting of docutils has been ignored
2019-05-12 17:19:55 +09:00
Omer Katz
e08e7b05d3 Add a label to search input for accessability purposes. 2019-05-12 17:09:18 +09:00
Takeshi KOMIYA
1e0a377279 Merge branch '2.0' into 6165_tab_width 2019-05-12 17:06:49 +09:00
Takeshi KOMIYA
c27373ad76 Merge pull request #6341 from tk0miya/4550_centering_tables_using_css
Fix #4550: html: Centering tables by default using CSS
2019-05-12 13:33:37 +09:00
Takeshi KOMIYA
dc1c5fee70 Fix #6331: man: invalid output when doctest follows rubric 2019-05-06 21:27:43 +09:00
Takeshi KOMIYA
a9b3ec5322 Merge pull request #6338 from tk0miya/template_for_apidoc
refactor apidoc: Add templates for generating reST files
2019-05-06 21:08:30 +09:00
Takeshi KOMIYA
8c37f1f482 Merge test_ext_inheritance.py to test_ext_inheritance_diagram.py 2019-05-06 20:22:06 +09:00
Takeshi KOMIYA
107c20a11f Fix #4550: html: Centering tables by default using CSS 2019-05-06 20:19:53 +09:00
Takeshi KOMIYA
b93f53c7e4 apidoc: Use a template for generating package file 2019-05-04 18:42:22 +09:00
Takeshi KOMIYA
e41d6f3651 apidoc: Use a template for generating toc file 2019-05-04 17:19:31 +09:00
Takeshi KOMIYA
b482e38ca2 apidoc: Use a template for generating module file 2019-05-04 17:19:31 +09:00
Takeshi KOMIYA
d960f2265d Add ReSTRenderer 2019-05-02 19:32:57 +09:00
Takeshi KOMIYA
662389b8b0 Add rst.heading() 2019-05-02 19:32:57 +09:00
Takeshi KOMIYA
1ea23e14df Fix #6165: autodoc: `tab_width` setting of docutils has been ignored 2019-04-25 21:44:44 +09:00
Takeshi KOMIYA
435ef05b99 Close #4777: autodoc: Support coroutine 2019-04-23 01:55:48 +09:00
Takeshi KOMIYA
a765c2e4ab Add sphinx.util.inspect:iscoroutinefunction() 2019-04-23 01:40:37 +09:00
Takeshi KOMIYA
a77613fcfa pycode: Support "async" syntax 2019-04-23 01:40:37 +09:00
Takeshi KOMIYA
e0abb10792 Fix #4777: Add :async: option to py:function and py:method directives 2019-04-23 01:40:37 +09:00
Takeshi KOMIYA
a285220778 Merge branch '2.0' into refactor_py_domain2 2019-04-23 01:16:42 +09:00
Takeshi KOMIYA
cc7a81419f Merge pull request #6289 from alsrgv/add_imported_members_directive
Add imported-members to the directive whitelist
2019-04-15 10:24:08 +09:00
Takeshi KOMIYA
ff9fc7417f Merge pull request #6288 from alsrgv/autodoc_bound_method
Add support for bound methods posing as functions in the module
2019-04-14 19:33:12 +09:00
Takeshi KOMIYA
2af2f10369 Merge pull request #6297 from tk0miya/isattributedescriptor
Add sphinx.util.inspect:isattributedescriptor()
2019-04-14 19:01:57 +09:00
Takeshi KOMIYA
1900c729a3 Fix #6299: rst:directive directive generates waste space 2019-04-14 18:32:40 +09:00
Alex Sergeev
b7f6657dd1 Address feedback 2019-04-13 22:09:01 -10:00
Alex Sergeev
15daf84f1a Add support for bound methods posing as functions in the module 2019-04-13 20:57:24 -10:00
Alex Sergeev
4bad5bd419 Address feedback 2019-04-13 20:54:20 -10:00
Takeshi KOMIYA
d41cae328e Add sphinx.util.inspect:isattributedescriptor() 2019-04-14 02:16:17 +09:00
Takeshi KOMIYA
91fac1a0c3 Merge pull request #6296 from tk0miya/refactor_rst_domain4
Add testcases for rst domain
2019-04-14 00:32:04 +09:00
Takeshi KOMIYA
830da28e42 Add testcases for rst domain 2019-04-14 00:20:50 +09:00
Takeshi KOMIYA
aca8122d04 autodoc: Use new options for py:method directive 2019-04-13 23:50:07 +09:00
Takeshi KOMIYA
331594e2ca Add :classmethod: and :staticmethod: options to py:method directive 2019-04-13 23:14:59 +09:00
Takeshi KOMIYA
4aecac8251 refactor: Move subject of inspection to rootdir 2019-04-13 22:48:49 +09:00
Takeshi KOMIYA
bc1dc9930a Merge pull request #6291 from tk0miya/test_util_inspect2
Add testcases for sphinx.util.inspect
2019-04-13 21:05:09 +09:00
Takeshi KOMIYA
6af3896103 Add PyFunction and PyVariable; directives for python functions and variables 2019-04-13 20:26:07 +09:00
Takeshi KOMIYA
2652927667 test: Add testcase for isdescriptor() 2019-04-13 19:52:51 +09:00
Takeshi KOMIYA
b4f6a7f643 test: Add testcase for isbuiltin() 2019-04-13 19:52:51 +09:00
Takeshi KOMIYA
2e8842963b test: Add testcase for isfunction() 2019-04-13 19:52:51 +09:00
Takeshi KOMIYA
fcc964b66f Add PyAttribute class; a directive for python attribute description 2019-04-07 22:40:08 +09:00
Takeshi KOMIYA
c8334705ca Add PyClassMethod and PyStaticMethod; directives for python method description 2019-04-07 22:39:27 +09:00
Takeshi KOMIYA
dd6c79476f Add PyMethod class; a directive for python method description 2019-04-07 22:39:27 +09:00
Takeshi KOMIYA
f91393f9ef Fix commented term in glossary directive is wrongly recognized 2019-04-06 15:08:22 +09:00
Takeshi KOMIYA
b9153ef027 Merge branch '2.0.1' into 2.0 2019-04-05 02:00:24 +09:00
Jakob Lykke Andersen
dbd78ac806 Merge branch '2.0.1' into cpp_fix_xref_parsing 2019-04-04 18:39:25 +02:00
Takeshi KOMIYA
6cb263b9c8 Merge pull request #6212 from tsanikgr/feature/autosummary_imported_members
Allow setting imported_members for autosummary in conf.py
2019-04-04 23:04:36 +09:00
Jakob Lykke Andersen
89a6d41ed0 C++, fix parsing of full xrefs.
Fixes sphinx-doc/sphinx#6208
2019-04-01 08:41:38 +02:00
Takeshi KOMIYA
20c177c575 Merge pull request #6231 from tk0miya/6230_glossary_term_id
Fix #6230: Inappropriate node_id has been generated by glossary directive
2019-03-31 23:59:41 +09:00
Takeshi KOMIYA
8e356c3bf4 Fix #6220, #6225: napoleon: AttributeError is raised for raised section having references 2019-03-31 22:25:06 +09:00
Takeshi KOMIYA
267e7e5c16 Merge branch '2.0.1' into 2.0 2019-03-31 20:50:07 +09:00
Takeshi KOMIYA
cda4642bc1 Fix #6230: Inappropriate node_id has been generated by glossary directive 2019-03-31 16:14:51 +09:00
Takeshi KOMIYA
e8caf6ae42 refactor: test_environment_indexentries
To test IndexEntriesCollector also, new testcases parses reST text
and builds indexentries.
2019-03-31 13:19:55 +09:00