diff options
| author | J08nY | 2021-01-30 18:30:55 +0100 |
|---|---|---|
| committer | J08nY | 2021-01-30 18:40:43 +0100 |
| commit | f94d63b3b84fde4a2a9004ba0afc6693f5ba4916 (patch) | |
| tree | b5c14211b48b0e5ea4f4cc122a4e1e10986249b0 /docs/index.rst | |
| parent | 28546dad01a25ce101d6b49924f521c2ef5ffa98 (diff) | |
| download | pyecsca-f94d63b3b84fde4a2a9004ba0afc6693f5ba4916.tar.gz pyecsca-f94d63b3b84fde4a2a9004ba0afc6693f5ba4916.tar.zst pyecsca-f94d63b3b84fde4a2a9004ba0afc6693f5ba4916.zip | |
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 76c201d..4ec985c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -105,6 +105,8 @@ Testing - mypy_ - flake8_ - coverage_ + - interrogate_ + - pyinstrument_ Docs ---- @@ -118,7 +120,7 @@ License MIT License - Copyright (c) 2018-2020 Jan Jancar + Copyright (c) 2018-2021 Jan Jancar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -165,6 +167,8 @@ this support is very appreciated. .. _mypy: http://mypy-lang.org/ .. _flake8: https://flake8.pycqa.org/ .. _coverage: https://coverage.readthedocs.io/ +.. _interrogate: https://interrogate.readthedocs.io/ +.. _pyinstrument: https://github.com/joerick/pyinstrument/ .. _sphinx: https://www.sphinx-doc.org/ .. _sphinx-autodoc-typehints: https://pypi.org/project/sphinx-autodoc-typehints/ .. _nbsphinx: https://nbsphinx.readthedocs.io/ |
