Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

daml-docs: Generate Hoogle database with anchor table from generating docs. #5704

Merged
merged 3 commits into from
Apr 23, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update README.md
  • Loading branch information
sofiafaro-da committed Apr 23, 2020
commit 4803326cc921d1bc498ba610cfa7ebd64d8e4bed
2 changes: 1 addition & 1 deletion compiler/damlc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ to accept the current documentation as new golden files.
Standard library docs are exposed under the bazel rules which you can build with:

```
bazel build //compiler/damlc:daml-base-rst
bazel build //compiler/damlc:daml-base-docs
```

This creates a tarball containing RST (ReStructured Text) docs, and a hoogle database.
Expand Down