summaryrefslogtreecommitdiff
path: root/tests/roots/test-ext-viewcode
Commit message (Expand)AuthorAgeFilesLines
* Run pyupgrade (#11070)Adam Turner2023-01-023-4/+4
* Remove unneeded `noqa` lint suppression comments (#10772)danieleades2022-08-282-3/+3
* Fix typos discovered by codespellChristian Clauss2021-09-081-1/+1
* Sort imports with isortFrançois Freitag2020-11-112-2/+3
* test: Omit master_doc settings from testcasesTakeshi KOMIYA2019-01-031-1/+0
* Remove coding magic comments from testsTakeshi KOMIYA2019-01-021-2/+0
* py3: Remove (most) __future__ importsStephen Finucane2018-12-171-2/+0
* Plugins can find source code for viewcodeAshley Whetter2018-04-241-1/+3
* Fix flake8 violationsTakeshi KOMIYA2018-02-194-7/+9
* Merge pull request #2299 from scVENUS/fix_attribute_docstrings_of_imported_classTakeshi KOMIYA2017-11-123-0/+14
|\
| * Test for bug #2298: automodule fails to document a class attributeAnselm Kruis2016-02-053-0/+14
* | Add more decorator testsRay Lehtiniemi2017-03-112-0/+10
|/
* fix testing for text builder that generate _build/text/_build/text/_build/......shimizukawa2016-01-091-0/+1
* fix trailing space and long lineTakayuki Shimizukawa2014-10-091-1/+1
* Fixup windows newlines.Georg Brandl2014-09-213-37/+37
* Split viewcode and linkcode tests out of main test root.Georg Brandl2014-09-213-37/+227
* fix fc1901d for py3, again. and add 2 assertionsTakayuki Shimizukawa2014-08-221-2/+4
* :mod:`~sphinx.ext.viewcode` support imported function/class aliases. Closes #623Takayuki Shimizukawa2014-08-225-0/+72