summaryrefslogtreecommitdiff
path: root/tests/test_domain_py.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6365 from tk0miya/refactor_py_domainTakeshi KOMIYA2019-05-191-1/+15
|\
| * Add :abstractmethod: option to py:method directive (refs: #6138)Takeshi KOMIYA2019-05-151-1/+15
* | Fix #6379: py domain: Module index (py-modindex.html) has duplicate titlesTakeshi KOMIYA2019-05-191-1/+50
|/
* Add :property: option to py:method directiveTakeshi KOMIYA2019-05-121-1/+14
* Fix #4777: Add :async: option to py:function and py:method directivesTakeshi KOMIYA2019-04-231-5/+28
* Add :classmethod: and :staticmethod: options to py:method directiveTakeshi KOMIYA2019-04-131-8/+37
* Add PyFunction and PyVariable; directives for python functions and variablesTakeshi KOMIYA2019-04-131-0/+23
* Add PyAttribute class; a directive for python attribute descriptionTakeshi KOMIYA2019-04-071-0/+19
* Add PyClassMethod and PyStaticMethod; directives for python method descriptionTakeshi KOMIYA2019-04-071-0/+42
* Add PyMethod class; a directive for python method descriptionTakeshi KOMIYA2019-04-071-0/+21
* Fix #6196: py domain: unexpected prefix is generatedTakeshi KOMIYA2019-03-231-0/+17
* Add testcase for sphinx.domains.pythonTakeshi KOMIYA2019-03-231-0/+70
* Fix #6140: Use unittest.mock instead of mockTakeshi KOMIYA2019-03-091-1/+2
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Replace use of six.text_type with strJon Dufresne2018-12-181-7/+6
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
* | refactor: Remove u-prefix from stringsTakeshi KOMIYA2018-12-161-40/+33
|/
* Fix #5432: py domain: :type: field can't process :term: referencesTakeshi KOMIYA2018-09-221-1/+4
* Fix flake8 violationsTakeshi KOMIYA2018-02-191-2/+1
* Merge branch 'happy_new_year' into masterTakeshi KOMIYA2018-01-011-1/+1
|\
| * A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* | Merge branch 'stable'Takeshi KOMIYA2017-10-231-0/+9
|\ \ | |/
| * Fix #3739: ``:module:`` option is ignored at content of pyobjectsTakeshi KOMIYA2017-10-211-0/+9
* | Add testsSam Park2017-07-151-1/+2
* | Python parameter/variable types should match classes, not all objectsAndy Freeland2017-07-121-4/+4
|/
* refs #3458: add sphinx.testing that are moved from /tests directory.shimizukawa2017-05-141-1/+1
* Merge branch 'stable' into 1.6-releaseTakeshi KOMIYA2017-05-131-1/+5
|\
| * Fix #3320: Warning about reference target not being found for container typesTakeshi KOMIYA2017-05-131-1/+5
* | Fix #3351: intersphinx does not refers contextTakeshi KOMIYA2017-04-161-2/+32
|/
* Year++Takeshi KOMIYA2017-03-261-1/+1
* Fix Python domain nestingAnthony Johnson2017-03-061-3/+4
* Add tests for xrefs on Python and JavaScript domainsAnthony Johnson2017-03-051-1/+121
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
* Complete test suite overhaul.Georg Brandl2014-09-211-0/+46