diff --git a/docs/source/developer_guide/index.rst b/docs/source/developer_guide/index.rst index 4f70c2e..c7314a4 100644 --- a/docs/source/developer_guide/index.rst +++ b/docs/source/developer_guide/index.rst @@ -34,8 +34,7 @@ Enable enable automatic checks of code sanity and coding style:: pre-commit install After this, the `yapf `_ formatter, -the `pylint `_ linter, the -`prospector `_ code analyzer, and +the `pylint `_ linter, and the `mypy `_ static type checker will run at every commit. @@ -71,17 +70,3 @@ Of course, you can also build the documentation locally:: pip install -e .[docs] cd docs make - -PyPI release -++++++++++++ - -The process for creating a distribution and uploading it to PyPI is:: - - pip install twine - python setup.py sdist - twine upload dist/* - -This can only be done by people who are registered as ``aiida-testing`` -maintainers on PyPI. After this, you (and everyone else) should be able to:: - - pip install aiida-testing