The Daml Finance documentation is hosted in the
docs.daml.com repository. However, the code
documentation and relevant code snippets are built in this repository and shipped to the rest of
the docs via an assembly
artifact.
-
Navigate to the root folder of the repository.
-
make build-all
to build the Daml Financedar
s. -
Write manually-written docs in
docs/source
. -
make generate-docs
to create auto-generated docs and combine them with manual docs indocs/generated
.
For preview:
make sphinx-build-generated-docs
make sphinx-preview-generated-docs
- Visit http://localhost:8000/