summaryrefslogtreecommitdiff
path: root/tests/test_ext_viewcode.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #8704: viewcode: anchors are generated in incremental buildTakeshi KOMIYA2021-01-221-0/+6
* Fix #8720: viewcode: module pages are generated for epub on incremental buildTakeshi KOMIYA2021-01-221-0/+15
* A happy new year!Takeshi KOMIYA2021-01-011-1/+1
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-6/+6
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* encoding keyword for path.text() and path.write_text() is no longer neededTakeshi KOMIYA2019-01-031-4/+4
* Merge branch '1.8'Takeshi KOMIYA2019-01-021-1/+1
|\
| * A happy new year!Takeshi KOMIYA2019-01-021-1/+1
* | Remove absolute_importTakeshi KOMIYA2018-12-171-4/+4
* | Remove unnecessary encoding cookie from Python source filesJon Dufresne2018-12-161-1/+0
|/
* Plugins can find source code for viewcodeAshley Whetter2018-04-241-0/+43
* Fix #4701: viewcode: Misplaced ``<div>`` in viewcode html outputTakeshi KOMIYA2018-03-051-0/+11
* A happy new year!Takeshi KOMIYA2018-01-011-1/+1
* Merge pull request #2299 from scVENUS/fix_attribute_docstrings_of_imported_classTakeshi KOMIYA2017-11-121-0/+6
|\
| * Test for bug #2298: automodule fails to document a class attributeAnselm Kruis2016-02-051-0/+6
* | Merge branch 'stable'Takeshi KOMIYA2017-03-261-1/+1
|\ \
| * | Year++Takeshi KOMIYA2017-03-261-1/+1
* | | Add more decorator testsRay Lehtiniemi2017-03-111-0/+1
|/ /
* | pytest: remove deprecated with_app decorator functionsshimizukawa2017-01-061-3/+3
|/
* Obligatory copyright update.Georg Brandl2016-01-141-1/+1
* Merge branch 'stable'Georg Brandl2015-01-031-1/+1
* Split viewcode and linkcode tests out of main test root.Georg Brandl2014-09-211-1/+13
* Complete test suite overhaul.Georg Brandl2014-09-211-43/+32
* fix fc1901d for py3, again. and add 2 assertionsTakayuki Shimizukawa2014-08-221-0/+2
* fix fc1901d for py3Takayuki Shimizukawa2014-08-221-1/+2
* :mod:`~sphinx.ext.viewcode` support imported function/class aliases. Closes #623Takayuki Shimizukawa2014-08-221-0/+40