diff options
| author | J08nY | 2019-12-22 02:39:49 +0100 |
|---|---|---|
| committer | J08nY | 2019-12-22 02:39:49 +0100 |
| commit | 67fa43ddd53325a6318076356e8ab8c4d76917bc (patch) | |
| tree | fa345f71ea3b226b1dde0d9c538becf9cf9af116 /docs/Makefile | |
| parent | 77c3141139be0c3f851dff92f8da6f463e29d57c (diff) | |
| download | pyecsca-67fa43ddd53325a6318076356e8ab8c4d76917bc.tar.gz pyecsca-67fa43ddd53325a6318076356e8ab8c4d76917bc.tar.zst pyecsca-67fa43ddd53325a6318076356e8ab8c4d76917bc.zip | |
Refactor ScalarMult.
Diffstat (limited to 'docs/Makefile')
| -rw-r--r-- | docs/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/Makefile b/docs/Makefile index c12361e..689e069 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -14,11 +14,9 @@ help: apidoc: mkdir -p api/codegen/ - sphinx-apidoc ../pyecsca/ --ext-autodoc -f -e -o api/ - sed -i "s/automodule:: /automodule:: pyecsca./g" api/*.rst - sphinx-apidoc ../../pyecsca-codegen/pyecsca/ --ext-autodoc -f -e -o api/codegen/ - sed -i "s/automodule:: /automodule:: pyecsca./g" api/codegen/*.rst - echo " codegen/codegen" >> api/modules.rst + sphinx-apidoc ../pyecsca/ --implicit-namespaces --ext-autodoc -f -e -o api/ + sphinx-apidoc ../../pyecsca-codegen/pyecsca/ --implicit-namespaces --ext-autodoc --no-toc -f -e -o api/codegen/ + echo " codegen/pyecsca.codegen" >> api/modules.rst .PHONY: help apidoc Makefile |
