Skip to content

Commit

Permalink
Merge pull request #1148 from hacspec/book-cleanups
Browse files Browse the repository at this point in the history
Book: small cleanup
  • Loading branch information
W95Psp authored Dec 3, 2024
2 parents c0f9cdd + e763642 commit de59826
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 15 deletions.
29 changes: 14 additions & 15 deletions book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,23 @@
- [Using the F* backend](examples/fstar/intro.md)
- [Using the Coq backend](examples/coq/intro.md)
- [Using the ProVerif backend](examples/coq/intro.md)
- [Proofs]()
- [F*]()
- [Coq]()
- [`libcore`]()
<!-- - [Proofs]() -->
<!-- - [F*]() -->
<!-- - [Coq]() -->
<!-- - [`libcore`]() -->
- [Troubleshooting/FAQ](faq/intro.md)
- [Command line usage]()
- [The include flag: which items should be extracted, and how?](faq/include-flags.md)
- [Contributing]()
- [The include flag: which items should be extracted, and how?](faq/include-flags.md)
- [Contributing](contributing/intro.md)
- [Architecture](contributing/architecture.md)
- [Hax Cargo subcommand]()
- [Frontend: the Rustc driver]()
- [Frontend: the exporter]()
- [Engine]()
- [Backends]()
- [Utilities]()
- [Libraries & Macros](contributing/libraries_macros.md)
- [`libcore`]()
<!-- - [Hax Cargo subcommand]() -->
<!-- - [Frontend: the Rustc driver]() -->
<!-- - [Frontend: the exporter]() -->
<!-- - [Engine]() -->
<!-- - [Backends]() -->
<!-- - [Utilities]() -->
<!-- - [`libcore`]() -->

---
[Contributors]()
<!-- [Contributors]() -->
[Archive](misc/archive.md)
4 changes: 4 additions & 0 deletions book/src/contributing/intro.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Contributing
This chapter contains information about internals of hax.

Please read the [`CONTRIBUTING.md`](https://github.com/hacspec/hax/blob/main/CONTRIBUTING.md) before opening a pull request.

0 comments on commit de59826

Please sign in to comment.