Skip to content

Commit

Permalink
Documentation: Extend "Developer documentation" (rust-lang#988)
Browse files Browse the repository at this point in the history
* Documentation: Extend "Developer documentation"

* Update docs/src/dev-documentation.md

Co-authored-by: Zyad Hassan <[email protected]>
  • Loading branch information
2 people authored and tedinski committed Mar 30, 2022
1 parent 3d683c1 commit f675d13
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/src/dev-documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,14 @@ The easiest way to contribute is to [report any
issue](https://github.com/model-checking/kani/issues/new/choose) you encounter
while using the tool. If you want to contribute to its development,
we recommend looking into [these issues](https://github.com/model-checking/kani/contribute).

In this chapter, we provide documentation that might be helpful for Kani
developers (including external contributors):
1. [Useful command-line instructions for Kani/CBMC/Git](./cheat-sheets.md).
2. [Development setup recommendations for working with `rustc`](./rustc-hacks.md).
3. [Guide for testing in Kani](./testing.md).

> **NOTE:** The developer documentation is intended for Kani developers and not
users. At present, the project is under heavy development and some items
discussed in this documentation may stop working without notice (e.g., commands
or configurations). Therefore, we recommend users to not rely on them.

0 comments on commit f675d13

Please sign in to comment.