| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | encoding keyword for path.text() and path.write_text() is no longer needed | Takeshi KOMIYA | 2019-01-03 | 1 | -4/+4 |
| | | |||||
| * | Merge branch '1.8' | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| |\ | |||||
| | * | A happy new year! | Takeshi KOMIYA | 2019-01-02 | 1 | -1/+1 |
| | | | |||||
| * | | Remove absolute_import | Takeshi KOMIYA | 2018-12-17 | 1 | -4/+4 |
| | | | |||||
| * | | Remove unnecessary encoding cookie from Python source files | Jon Dufresne | 2018-12-16 | 1 | -1/+0 |
| |/ | | | | | | | | | | | | | | In Python 3, the default encoding of source files is utf-8. The encoding cookie is now unnecessary and redundant so remove it. For more details, see the docs: https://docs.python.org/3/howto/unicode.html#the-string-type > The default encoding for Python source code is UTF-8, so you can > simply include a Unicode character in a string literal ... Includes a fix for the flake8 header checks to stop expecting an encoding cookie. | ||||
| * | Plugins can find source code for viewcode | Ashley Whetter | 2018-04-24 | 1 | -0/+43 |
| | | | | | Fixes #4035 | ||||
| * | Fix #4701: viewcode: Misplaced ``<div>`` in viewcode html output | Takeshi KOMIYA | 2018-03-05 | 1 | -0/+11 |
| | | |||||
| * | A happy new year! | Takeshi KOMIYA | 2018-01-01 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2299 from scVENUS/fix_attribute_docstrings_of_imported_class | Takeshi KOMIYA | 2017-11-12 | 1 | -0/+6 |
| |\ | | | | | Fix #2298: automodule fails to document a class attribute. | ||||
| | * | Test for bug #2298: automodule fails to document a class attribute | Anselm Kruis | 2016-02-05 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | This test case demonstrates a bug, where automodule:: with option :members: fails to document a class attribute of a class, that was imported into the documented module. This commit extends test_ext_viewcode, instead of creating a separate test module, because the development guide recommends it for performance reasons. | ||||
| * | | Merge branch 'stable' | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | Year++ | Takeshi KOMIYA | 2017-03-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | Add more decorator tests | Ray Lehtiniemi | 2017-03-11 | 1 | -0/+1 |
| |/ / | | | | | | | Signed-off-by: Ray Lehtiniemi <rayl@mail.com> | ||||
| * | | pytest: remove deprecated with_app decorator functions | shimizukawa | 2017-01-06 | 1 | -3/+3 |
| |/ | |||||
| * | Obligatory copyright update. | Georg Brandl | 2016-01-14 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'stable' | Georg Brandl | 2015-01-03 | 1 | -1/+1 |
| | | |||||
| * | Split viewcode and linkcode tests out of main test root. | Georg Brandl | 2014-09-21 | 1 | -1/+13 |
| | | |||||
| * | Complete test suite overhaul. | Georg Brandl | 2014-09-21 | 1 | -43/+32 |
| | | | | | | | | | | | | | * rename a few test modules to make the names more consistent * do not copy/use Sphinx from build/ (unnecessary without 2to3) * use a temporary dir for *all* test projects, the source tree will stay pristine that way (default is tests/build) * speed up tests by ~3x by splitting up test projects and avoiding rebuilds | ||||
| * | fix fc1901d for py3, again. and add 2 assertions | Takayuki Shimizukawa | 2014-08-22 | 1 | -0/+2 |
| | | |||||
| * | fix fc1901d for py3 | Takayuki Shimizukawa | 2014-08-22 | 1 | -1/+2 |
| | | |||||
| * | :mod:`~sphinx.ext.viewcode` support imported function/class aliases. Closes #623 | Takayuki Shimizukawa | 2014-08-22 | 1 | -0/+40 |
