mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-22 23:58:39 +02:00
Link README files together (#2504)
This commit is contained in:
parent
5f2248bb92
commit
e0fa410f93
@ -8,6 +8,18 @@ the [instructions in the README].
|
|||||||
|
|
||||||
[instructions in the README]: README.md#building
|
[instructions in the README]: README.md#building
|
||||||
|
|
||||||
|
## Testing
|
||||||
|
|
||||||
|
We test the course material in several ways:
|
||||||
|
|
||||||
|
- `mdbook test`: This will test the code samples. Some code sampes are marked
|
||||||
|
with `ignore` in the Markdown file because the Playground is missing some of
|
||||||
|
the crates we use. For this we have
|
||||||
|
- `cargo test`: This will build and test the Rust code found in our tooling, as
|
||||||
|
well as the code samples which cannot be tested using the Playground.
|
||||||
|
- `npm test`: This will test the functionality of the rendered web pages. See
|
||||||
|
the [testing README](tests/README.md) for details.
|
||||||
|
|
||||||
## Formatting
|
## Formatting
|
||||||
|
|
||||||
Please ensure that your files are formatted consistently. We use a few tools for
|
Please ensure that your files are formatted consistently. We use a few tools for
|
||||||
|
@ -100,6 +100,11 @@ where `xx` is the ISO 639 language code (e.g. `da` for the Danish translation).
|
|||||||
> **Note** On Windows, you need to enable symlinks
|
> **Note** On Windows, you need to enable symlinks
|
||||||
> (`git config --global core.symlinks true`) and Developer Mode.
|
> (`git config --global core.symlinks true`) and Developer Mode.
|
||||||
|
|
||||||
|
## Contributing
|
||||||
|
|
||||||
|
We would like to receive your contributions. Please see
|
||||||
|
[CONTRIBUTING.md](CONTRIBUTING.md) for details.
|
||||||
|
|
||||||
## Contact
|
## Contact
|
||||||
|
|
||||||
For questions or comments, please contact
|
For questions or comments, please contact
|
||||||
|
Loading…
x
Reference in New Issue
Block a user