diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-02-16 17:32:12 -0500 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-02-16 17:32:12 -0500 |
| commit | 3f9b0999d193bc3ffb40f32d6ace4ad8fc6e828f (patch) | |
| tree | 850e58506d04e659b65ce07f67eafb3cbfe1163b | |
| parent | 96bea5eb72d397d30f4717ab63cc868f974d453b (diff) | |
| download | rust-3f9b0999d193bc3ffb40f32d6ace4ad8fc6e828f.tar.gz rust-3f9b0999d193bc3ffb40f32d6ace4ad8fc6e828f.zip | |
clean up README
| -rw-r--r-- | src/doc/style/README.md | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/doc/style/README.md b/src/doc/style/README.md index d84d3bd2cc7..9b328b5d393 100644 --- a/src/doc/style/README.md +++ b/src/doc/style/README.md @@ -1,4 +1,4 @@ -% Rust Guidelines [working title] +% Style Guidelines This document collects the emerging principles, conventions, abstractions, and best practices for writing Rust code. @@ -10,19 +10,6 @@ drive discussion, consensus and adoption. Whenever feasible, guidelines provide specific examples from Rust's standard libraries. -For now, you can find a rendered snapshot at -[http://aturon.github.io/](http://aturon.github.io/). After -[some infrastructure work](https://github.com/aturon/rust-guidelines/issues/17), the snapshot will move somewhere more -official. - -### Building the document - -Like http://rustbyexample.com/, this guidelines document is written in -the [`gitbook`](https://github.com/GitbookIO/gitbook) style. It can be -compiled with a prototype tool, -[`rustbook`](https://github.com/aturon/rust-book) that provides a -minimal subset of `gitbook`'s functionality on top of `rustdoc`. - ### Guideline statuses Every guideline has a status: |
