diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/Makefile | 2 | ||||
| -rw-r--r-- | docs/index.rst | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile index 9f705ec..ca7ffb1 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -16,7 +16,7 @@ apidoc: mkdir -p api/ sphinx-apidoc ../pyecsca/ --implicit-namespaces --ext-autodoc --no-toc -M -f -e -o api/ sphinx-apidoc ../../pyecsca-codegen/pyecsca/ --implicit-namespaces --ext-autodoc --no-toc -M -f -e -o api/ - mv _modules.rst api/modules.rst + rm api/pyecsca.rst #It is jumbled anyway. .PHONY: help apidoc Makefile diff --git a/docs/index.rst b/docs/index.rst index d8788d6..421ae1f 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -121,7 +121,8 @@ Requirements - matplotlib_ - xarray_ - astunparse_ - - numba_ + - numba_ + - **Optionally**: - **Oscilloscope support:** |
