Skip to content

Commit 3f9b099

Browse files
committed
clean up README
1 parent 96bea5e commit 3f9b099

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

src/doc/style/README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% Rust Guidelines [working title]
1+
% Style Guidelines
22

33
This document collects the emerging principles, conventions, abstractions, and
44
best practices for writing Rust code.
@@ -10,19 +10,6 @@ drive discussion, consensus and adoption.
1010
Whenever feasible, guidelines provide specific examples from Rust's standard
1111
libraries.
1212

13-
For now, you can find a rendered snapshot at
14-
[http://aturon.github.io/](http://aturon.github.io/). After
15-
[some infrastructure work](https://github.com/aturon/rust-guidelines/issues/17), the snapshot will move somewhere more
16-
official.
17-
18-
### Building the document
19-
20-
Like http://rustbyexample.com/, this guidelines document is written in
21-
the [`gitbook`](https://github.com/GitbookIO/gitbook) style. It can be
22-
compiled with a prototype tool,
23-
[`rustbook`](https://github.com/aturon/rust-book) that provides a
24-
minimal subset of `gitbook`'s functionality on top of `rustdoc`.
25-
2613
### Guideline statuses
2714

2815
Every guideline has a status:

0 commit comments

Comments
 (0)