This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
sphinx
Watch
3
Star
0
Fork
0
You've already forked sphinx
mirror of
https://github.com/sphinx-doc/sphinx.git
synced
2025-02-25 18:55:22 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0949735210
sphinx
/
tests
/
roots
/
test-ext-autodoc
/
autodoc_dummy_module.py
7 lines
111 B
Python
Raw
Normal View
History
Unescape
Escape
Sort imports with isort Keep imports alphabetically sorted and their order homogeneous across Python source files. The isort project has more feature and is more active than the flake8-import-order plugin. Most issues caught were simply import ordering from the same module. Where imports were purposefully placed out of order, tag with isort:skip.
2020-11-11 05:00:27 -06:00
from
dummy
import
*
# NOQA
Fix `sphinx.ext.autodoc` crashes if target code imports * from mock modules by `autodoc_mock_imports`
2016-08-08 22:19:49 -05:00
def
test
(
)
:
"""
Dummy function using dummy.*
"""
Fix flake8 violations
2018-02-19 07:39:14 -06:00
dummy_function
(
)
# NOQA
Reference in New Issue
Copy Permalink