Commit Graph

14407 Commits

Author SHA1 Message Date
Takeshi KOMIYA
20126433d6 autodoc: Show type annotation for instance variables 2020-02-03 01:18:38 +09:00
Takeshi KOMIYA
2ed26b4377 pycode: Support type annotations for variables 2020-02-03 01:16:21 +09:00
Takeshi KOMIYA
5e4e44c195 autodoc: Support type annotations for variables 2020-02-03 01:16:21 +09:00
Takeshi KOMIYA
66e4897a05
Merge pull request #7078 from tk0miya/6772_apidoc_quiet_mode
apidoc: Add ``-q`` option for quiet mode (refs: #6772)
2020-02-03 00:56:47 +09:00
Takeshi KOMIYA
7c90a05144
Merge branch '2.0' into 6772_apidoc_quiet_mode 2020-02-02 23:59:52 +09:00
Takeshi KOMIYA
b1bde4f21e Fix #7090: std domain: Can't assign numfig-numbers for custom container nodes 2020-02-02 22:51:23 +09:00
sethg
6ed4d37503 Add name option for index links 2020-02-01 23:10:00 +01:00
Takeshi KOMIYA
46897c2acf
Merge pull request #7082 from tk0miya/refactor_read_text
test: encoding="utf-8" is no longer needed on reading text
2020-02-01 20:23:12 +09:00
Takeshi KOMIYA
0c0d037059
Merge pull request #7083 from tk0miya/update_docs
doc: Make desc of gettext_additional_targets easy to read
2020-02-01 13:39:21 +09:00
Takeshi KOMIYA
423a7a7131 doc: Make desc of gettext_additional_targets easy to read 2020-02-01 13:12:32 +09:00
Takeshi KOMIYA
67651ab8ec
Merge pull request #7072 from tk0miya/pydata_type_annotation
py domain: Support type annotations for variables
2020-02-01 13:10:32 +09:00
Takeshi KOMIYA
179a1f9cc2 py domain: Support type annotations for variables
This adds ``:type:`` and ``:value:`` options to both ``py:data``
and ``py:attribute`` directives.  It allows to describe its
annotation in detail.
2020-02-01 12:58:27 +09:00
Takeshi KOMIYA
bdd08b1516 test: encoding="utf-8" is no longer needed on reading text 2020-02-01 12:25:49 +09:00
Takeshi KOMIYA
1fee66a2f0
Merge pull request #7081 from tk0miya/path_read_text
testing: Add Path.read_text() and Path.read_bytes()
2020-02-01 12:21:39 +09:00
Takeshi KOMIYA
4dd8b1022f test: Use read_text() and read_bytes() 2020-02-01 11:58:51 +09:00
Takeshi KOMIYA
7d6374d983 testing: Add Path.read_text() and Path.read_bytes()
To migrate pathlib.Path in future, compatibile methods are needed
for our Path class.
2020-02-01 11:45:47 +09:00
Takeshi KOMIYA
41032572a5 Merge branch '2.0' 2020-02-01 11:17:03 +09:00
Takeshi KOMIYA
a0a4eaad4e
Merge pull request #7080 from tk0miya/fix_autodoc_typehints_crashed
autodoc: Fix crashed for objects having no module
2020-02-01 11:05:20 +09:00
Takeshi KOMIYA
768275466a autodoc: Fix crashed for objects having no module 2020-02-01 10:47:19 +09:00
Takeshi KOMIYA
aced2be1fb apidoc: Add `-q` option for quiet mode (refs: #6772) 2020-02-01 00:30:09 +09:00
Takeshi KOMIYA
b73cc5652a Update deprecation list 2020-01-31 01:59:24 +09:00
Takeshi KOMIYA
86f30f0e54
Merge pull request #6964 from tk0miya/refactor_latex
Refactor latex
2020-01-31 01:56:14 +09:00
Takeshi KOMIYA
2dc89023ba Fix mypy violation 2020-01-31 01:31:16 +09:00
Takeshi KOMIYA
6e54043bd3
Merge pull request #7076 from tk0miya/6889_autodoc_trailing_comma
Fix #6889: autodoc: Trailing comma in :members:: option causes cryptic warning
2020-01-31 01:30:08 +09:00
Takeshi KOMIYA
e7db75dbb1 Update copyright year 2020-01-31 01:19:35 +09:00
Takeshi KOMIYA
52afc79e1f Merge branch '2.0' into refactor_latex 2020-01-31 01:18:57 +09:00
Takeshi KOMIYA
d52f3db148
Merge branch '2.0' into 6889_autodoc_trailing_comma 2020-01-31 01:12:18 +09:00
Takeshi KOMIYA
13be2710ad
Merge pull request #7073 from tk0miya/7055_redirect_should_be_warning
Fix #7055: linkcheck: redirect is treated as an error
2020-01-31 01:04:37 +09:00
Takeshi KOMIYA
e4bc1a48ac Fix #6889: autodoc: Trailing comma in :members:: option causes cryptic warning 2020-01-31 00:42:27 +09:00
Takeshi KOMIYA
569a5d53b0
Merge pull request #7074 from tk0miya/autodoc_typehints_failure_in_py35
typehints: Fix wrong order of info-field-list
2020-01-31 00:10:20 +09:00
Takeshi KOMIYA
377c29db78 typehints: Fix wrong order of info-field-list 2020-01-30 23:45:22 +09:00
Takeshi KOMIYA
92c5c19f72
Merge pull request #7066 from tk0miya/6899_apidoc_private_members
Fix #6899: apidoc: private members are not shown even if --private given
2020-01-30 23:33:51 +09:00
Takeshi KOMIYA
0258394d0b
Merge branch '2.0' into 6785_attr_can_refer_props 2020-01-30 23:32:05 +09:00
Takeshi KOMIYA
e7a0af807a Merge branch '2.0' 2020-01-30 23:29:32 +09:00
Takeshi KOMIYA
0f8a868bf7
Merge pull request #7018 from tk0miya/6418_autodoc_typehints_description
6418 autodoc typehints description
2020-01-30 23:25:42 +09:00
Takeshi KOMIYA
67fefcc6f9
Merge branch '2.0' into 6418_autodoc_typehints_description 2020-01-30 23:19:45 +09:00
Takeshi KOMIYA
09cf37eebe Fix #6899: apidoc: private members are not shown even if --private given 2020-01-30 23:17:59 +09:00
Takeshi KOMIYA
041435024f Fix #7055: linkcheck: redirect is treated as an error 2020-01-30 23:08:00 +09:00
Takeshi KOMIYA
a2415706c8
Merge pull request #7071 from django-cas-ng/master
Add djangocas.dev/docs to EXAMPLES
2020-01-29 13:47:19 +09:00
Ming
bc4d7ba53d Add djangocas.dev/docs to EXAMPLES 2020-01-28 10:54:26 -08:00
Jakob Lykke Andersen
1ef607b4cc
Merge pull request #7067 from jakobandersen/cpp-dependent-type-lookup
C++, suppress some warnings that can never be fixed
2020-01-26 14:44:24 +01:00
Jakob Lykke Andersen
3231b84827 C++, suppress some warnings that can never be fixed 2020-01-26 14:19:14 +01:00
Takeshi KOMIYA
0cc625a82c
Merge pull request #7057 from tk0miya/7051_ivar_without_defaults
Close #7051: autodoc: Support instance variables without defaults (PEP-526)
2020-01-26 01:40:09 +09:00
Takeshi KOMIYA
dcd8f41a77 Add testcase for instance variables without defaults 2020-01-26 01:25:35 +09:00
Jakob Lykke Andersen
82a465c3b6
Merge pull request #7053 from jakobandersen/productionlist
Production list scoping and line continuation
2020-01-25 17:18:04 +01:00
Jakob Lykke Andersen
e0320434b2
Merge pull request #7063 from jakobandersen/cpp-roles-func-param
C++, fix some cross referencing issues
2020-01-25 17:13:03 +01:00
Jakob Lykke Andersen
9fa23615ec Fixes from review 2020-01-25 17:02:59 +01:00
Jakob Lykke Andersen
23924d4a9c
Merge pull request #7065 from jakobandersen/cpp-expr-list-rendering
C++, expression list rendering
2020-01-25 16:54:45 +01:00
Jakob Lykke Andersen
c66ba25c17 C++, fixup 2020-01-25 16:51:24 +01:00
Jakob Lykke Andersen
6ecc9224cd C++, fix rendering of expr lists 2020-01-25 15:56:38 +01:00