diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-03-20 15:26:26 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-03-20 15:27:55 -0400 |
| commit | 9acdcba3d5e6901e6a91e28f86420c8014a28328 (patch) | |
| tree | 5004571ab268dd601674ea6becfee7ad2ab54a61 /src/doc | |
| parent | ecdf792d1dda479d04781e5750737aa6cc574119 (diff) | |
| download | rust-9acdcba3d5e6901e6a91e28f86420c8014a28328.tar.gz rust-9acdcba3d5e6901e6a91e28f86420c8014a28328.zip | |
Remove manual numbers from TRPL
Rustbook already does this.
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/trpl/SUMMARY.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/trpl/SUMMARY.md b/src/doc/trpl/SUMMARY.md index 6ff51e8d1b9..76f8b6c9738 100644 --- a/src/doc/trpl/SUMMARY.md +++ b/src/doc/trpl/SUMMARY.md @@ -1,6 +1,6 @@ # Summary -* [I: The Basics](basic.md) +* [The Basics](basic.md) * [Installing Rust](installing-rust.md) * [Hello, world!](hello-world.md) * [Hello, Cargo!](hello-cargo.md) @@ -14,7 +14,7 @@ * [Strings](strings.md) * [Arrays, Vectors, and Slices](arrays-vectors-and-slices.md) * [Standard Input](standard-input.md) -* [II: Intermediate Rust](intermediate.md) +* [Intermediate Rust](intermediate.md) * [Crates and Modules](crates-and-modules.md) * [Testing](testing.md) * [Pointers](pointers.md) @@ -31,7 +31,7 @@ * [Concurrency](concurrency.md) * [Error Handling](error-handling.md) * [Documentation](documentation.md) -* [III: Advanced Topics](advanced.md) +* [Advanced Topics](advanced.md) * [FFI](ffi.md) * [Unsafe Code](unsafe.md) * [Advanced Macros](advanced-macros.md) |
