flake8_sphinx_links¶
A Flake8 plugin to check docstrings for double backticked strings which should be links to the Python documentation.
Installation¶
python3 -m pip install flake8_sphinx_links --user
First add the required channels
conda config --add channels https://conda.anaconda.org/conda-forge
conda config --add channels https://conda.anaconda.org/domdfcoding
Then install
conda install flake8_sphinx_links
python3 -m pip install git+https://github.com/python-formate/flake8-sphinx-links@master --user
Contents¶
View the Function Index or browse the Source Code.