Commit Graph

13283 Commits

Author SHA1 Message Date
Takeshi KOMIYA
b708f7b82f autodoc: Add PropertyDocumenter to detect properties 2019-05-12 15:59:57 +09:00
Takeshi KOMIYA
c59f2d9545 Add sphinx.util.inspect:isproperty() 2019-05-12 15:53:39 +09:00
Takeshi KOMIYA
a142a654fc Add :property: option to py:method directive 2019-05-12 15:53:39 +09:00
Takeshi KOMIYA
0d1a66996b
Merge pull request #6355 from tk0miya/declare_pytest_markers
test: declare pytest markers
2019-05-12 15:34:49 +09:00
Takeshi KOMIYA
a38ce3bfc7 test: declare pytest markers
To stop PytestUnknownMarkWarning, this declares markers on setup.cfg
https://docs.pytest.org/en/latest/mark.html
2019-05-12 15:21:04 +09:00
Takeshi KOMIYA
d290dfd7e9 Fix #6311: autosummary: autosummary table gets confused by complex type hints 2019-05-12 14:53:25 +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
b5cb9b4ca4
Merge pull request #6343 from tk0miya/6331_invalid_manpage_for_rubric
Fix #6331: man: invalid output when doctest follows rubric
2019-05-06 21:45:21 +09:00
Takeshi KOMIYA
165897a749 Fix flake8 violation 2019-05-06 21:29:09 +09:00
Takeshi KOMIYA
dc1c5fee70 Fix #6331: man: invalid output when doctest follows rubric 2019-05-06 21:27:43 +09:00
Takeshi KOMIYA
37a5736a1f Merge branch '2.0' 2019-05-06 21:09: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
2b8c76c6c2
Merge pull request #6342 from tk0miya/refactor_test_inheritance_diagram
Merge test_ext_inheritance.py to test_ext_inheritance_diagram.py
2019-05-06 20:47:00 +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
Jean-François B
2c68bba44c
Merge pull request #6339 from jfbu/imgmath_template_cleanup
imgmath: Replace utf8x by utf8 in templates for latex snippets
2019-05-06 12:39:12 +02:00
jfbu
f8c3c74638 imgmath: Replace utf8x by utf8 in templates for latex snippets 2019-05-06 12:31:21 +02:00
Takeshi KOMIYA
993116f9b3
Merge pull request #6337 from tk0miya/6336_docs_extra
Add extra requirements for docs (refs: #6336)
2019-05-04 18:49:52 +09:00
Takeshi KOMIYA
fa560ebf95 apidoc: Deprecate unused functions 2019-05-04 18:42:22 +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
00a5aa7301 Add extra requirements for docs (refs: #6336) 2019-05-04 12:42:17 +09:00
Takeshi KOMIYA
b0d070c857
Merge pull request #6333 from juh2/patch-1
adding German book about Sphinx
2019-05-03 23:19:21 +09:00
Takeshi KOMIYA
59661f0472
Merge pull request #6334 from SuryaGrandhi/patch-1
Removing broken links
2019-05-03 23:17:02 +09:00
Takeshi KOMIYA
035d5507f0
Merge pull request #6332 from tk0miya/rest_renderer
Add ReSTRenderer; a helper for rendering reST text
2019-05-03 23:15:35 +09:00
SuryaGrandhi
1f77b95de6
Removing broken links
Using sphinx with Read the Docs, the Getting Started link has been updated.
2019-05-03 15:26:40 +05:30
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
juh
6be9556904
adding German book about Sphinx
Adding a link to the authors bookpage.
2019-05-02 11:49:23 +02:00
jfbu
1c45b0a186 Improve deprecation warning message (refs: #5878) 2019-04-28 09:59:37 +02:00
jfbu
9af8d969d9 Update CHANGES for PR #6310 2019-04-25 23:41:42 +02:00
Jean-François B
dd9598f0a1
Merge pull request #6310 from jfbu/imgmath_correct_svg_baselines
Make imgmath_use_preview work also for svg output
2019-04-25 23:28:07 +02: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
1039937188
Merge pull request #6322 from jdufresne/cgi-escape
Deprecate EpubBuilder.esc() in favor of stdlib html.escape()
2019-04-25 10:37:41 +09:00
jfbu
48ad83d061 Reorganize documentation of the imgmath configuration variables 2019-04-24 12:30:18 +02:00
jfbu
ea28bd9fb0 More robust code for getting saved "depth" of svg inline math snippet 2019-04-24 11:56:19 +02:00
Jon Dufresne
ee23a29b3c Deprecate EpubBuilder.esc() in favor of stdlib html.escape()
Available since Python 3.2.

https://docs.python.org/3/library/html.html#html.escape
2019-04-23 19:34:55 -07:00
Takeshi KOMIYA
de0c44196e
Merge pull request #6321 from tk0miya/6317_docstring
Add docstring to pycode.parser
2019-04-24 01:46:12 +09:00
Takeshi KOMIYA
877ddd795e Add docstring to pycode.parser 2019-04-24 01:35:10 +09:00
Takeshi KOMIYA
b49ef12e6a
Merge pull request #6295 from tk0miya/refactor_py_domain4
autodoc: Support coroutine (refs: #4777)
2019-04-24 00:23:55 +09:00
jfbu
3edcff7952 Make imgmath_use_preview work also for svg output 2019-04-23 15:13:21 +02:00
jfbu
2757458458 Merge branch '2.0' 2019-04-23 15:13:02 +02:00
jfbu
80e50c1938 Fix template mark-up (refs: #6308) 2019-04-23 15:12:36 +02:00
jfbu
65ac90773d Merge branch '2.0' 2019-04-23 14:48:17 +02: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
30d7d58ace
Merge pull request #6290 from tk0miya/refactor_py_domain2
Add :classmethod: and :staticmethod: options to py:method directive
2019-04-23 01:28:48 +09:00