Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
clean up README
  • Loading branch information
steveklabnik committed Feb 16, 2015
1 parent 96bea5e commit 3f9b099
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions 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.
Expand All @@ -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:
Expand Down

0 comments on commit 3f9b099

Please sign in to comment.