mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-15 15:15:06 -05:00
19 lines
433 B
ReStructuredText
19 lines
433 B
ReStructuredText
Documentation README
|
|
======================
|
|
|
|
Documentation for the ``estimator`` is available `online <https://lwe-estimator.readthedocs.io/>`__.
|
|
This documentation can be generated locally by running the following code in the lwe-estimator directory:
|
|
|
|
|
|
::
|
|
|
|
pipenv run make html
|
|
|
|
If documentation was previously generated locally, to ensure a full regeneration use:
|
|
|
|
::
|
|
|
|
pipenv run make clean && rm -fr doc/_apidoc
|
|
|
|
|