Commit Graph

13362 Commits

Author SHA1 Message Date
Takeshi KOMIYA
e9e8fd264b
Merge pull request #6308 from tk0miya/imgmath_template
imgmath: Use template file for LaTeX
2019-04-19 13:13:37 +09:00
jfbu
5371ef9c03 Fix capitalization to match other messages 2019-04-17 10:19:27 +02:00
jfbu
6009140f22 Fix a dvisvgm link in docs and add preview-latex link 2019-04-17 10:07:30 +02:00
Takeshi KOMIYA
114f73435b refactor: Make app argument for EventManager optional to keep compatibility 2019-04-16 14:06:47 +09:00
Takeshi KOMIYA
06f86b0639 Make EventManager portable
So far, we need to bypass application object for modules to emit
a event.  This make EventManager portable and easy to pass event
emitter.  This brings modules less coupled with application object.
2019-04-16 14:06:36 +09:00
Takeshi KOMIYA
aabeb71123 imgmath: Use template file for LaTeX 2019-04-16 01:38:31 +09:00
Takeshi KOMIYA
8e0da4ee38 Update deprecation message for source_suffix (refs: #6283) 2019-04-16 00:07:09 +09:00
jfbu
3cd9a74ab5 Update CHANGES for #6305 2019-04-15 16:49:37 +02:00
Jean-François B
d0d883c9a3
Merge pull request #6305 from jfbu/fix_quickstart_string
Fix the string in quickstart for 'path' argument of parser
2019-04-15 16:46:38 +02:00
Takeshi KOMIYA
419f2e5fc9
Merge pull request #6302 from tk0miya/refactor_rst_domain5
refactor: separate ReSTMarkup.get_index_text() to subclasses
2019-04-15 22:32:48 +09:00
Takeshi KOMIYA
d7025cd1a7 Update CHANGES for PR #6289 2019-04-15 10:25:31 +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
Alex Sergeev
98691baf85 Address comments 2019-04-14 10:47:50 -10:00
jfbu
f1a8819c08 Fix the string in quickstart for 'path' argument of parser 2019-04-14 18:54:39 +02:00
Jakob Lykke Andersen
b6a24df5f5
Merge pull request #6298 from jakobandersen/cpp_hex_lit
C++, allow 8 and 9 in hexadecimal integer literals.
2019-04-14 13:41:56 +02:00
Takeshi KOMIYA
4f1aa2c329 Update CHANGES for PR #6288 2019-04-14 19:34:13 +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
c26d5d7ecd refactor: separate ReSTMarkup.get_index_text() to subclasses
According to the principle, the parent class; ReSTMarkup should not
know about children.
2019-04-14 19:19:08 +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
ad78846883
Merge pull request #6301 from tk0miya/refactor_rst_domain
refactor: rst domain: Add objects property and note_object() method
2019-04-14 19:01:17 +09:00
Takeshi KOMIYA
3aa78c85d6
Merge pull request #6300 from tk0miya/refactor_rst_domain2
Fix #6299: rst:directive directive generates waste space
2019-04-14 19:00:41 +09:00
Takeshi KOMIYA
ddf7a9b0da refactor: rst domain: Add objects property and note_object() method 2019-04-14 18:34:08 +09:00
Takeshi KOMIYA
1900c729a3 Fix #6299: rst:directive directive generates waste space 2019-04-14 18:32:40 +09:00
Jakob Lykke Andersen
396228953f C++, allow 8 and 9 in hexadecimal integer literals.
Fixes sphinx-doc/sphinx#6286.
2019-04-14 11:05:32 +02: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
Alex Sergeev
0f0ca79e06 Add imported-members to the directive whitelist 2019-04-13 20:50:30 -10:00
Takeshi KOMIYA
11a4e47d62
Merge pull request #6277 from tk0miya/6271_make_clean
Fix #6271: make clean is catastrophically broken if building into '.'
2019-04-14 02:17:56 +09: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
dbdf9a3599
Merge pull request #6294 from tk0miya/refactor_test_util_inspect
refactor: Move subject of inspection to rootdir
2019-04-13 23:10:24 +09:00
Takeshi KOMIYA
4aecac8251 refactor: Move subject of inspection to rootdir 2019-04-13 22:48:49 +09:00
Takeshi KOMIYA
9d95429a5c
Merge pull request #6293 from tk0miya/refactor_util_inspect
refactor: sphinx.util.inspect module provides inspect.is* functions
2019-04-13 22:32:12 +09:00
Takeshi KOMIYA
86e7fcb57f refactor: sphinx.util.inspect module provides inspect.is* functions 2019-04-13 22:15:54 +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
395be956de
Merge pull request #6292 from tk0miya/refactor_py_domain5
Add PyFunction and PyVariable; directives for python functions and variables
2019-04-13 20:46:35 +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
a337cb793c
Merge pull request #6268 from tk0miya/refactor_py_domain
Refactoring python domain: Add new description classes for methods and attributes
2019-04-13 19:46:34 +09:00
Takeshi KOMIYA
d45c0d33f2 Fix #6271: make clean is catastrophically broken if building into '.' 2019-04-13 14:10:44 +09:00
jfbu
a46d4c9bca Improve documentation formatting for Sphinx LaTeX environments 2019-04-12 19:30:31 +02:00
jfbu
f8f4ce8bce Better format documentation of \sphinx... LaTeX macros 2019-04-12 19:21:34 +02:00
jfbu
9ecd42574d Documentation of smartquotes_excludes (and smartquotes_action) 2019-04-12 18:34:10 +02:00
Takeshi KOMIYA
817cb6e96b Merge tag 'v2.0.1' into 2.0 2019-04-09 00:19:14 +09:00