From 3fac7b2f27f6bb2c1bca3e04af51a2144065a058 Mon Sep 17 00:00:00 2001 From: Behnam Esfahbod Date: Thu, 31 Aug 2017 01:30:58 -0700 Subject: [PATCH] [src/doc/book] Fix header casings --- src/doc/book/src/01-02-first-steps.md | 2 +- src/doc/book/src/02-01-why-cargo-exists.md | 2 +- src/doc/book/src/02-02-creating-a-new-project.md | 2 +- .../book/src/02-03-working-on-an-existing-project.md | 2 +- src/doc/book/src/02-05-project-layout.md | 2 +- src/doc/book/src/02-08-continuous-integration.md | 2 +- src/doc/book/src/SUMMARY.md | 12 ++++++------ 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/doc/book/src/01-02-first-steps.md b/src/doc/book/src/01-02-first-steps.md index 974adecc5..25d36f96b 100644 --- a/src/doc/book/src/01-02-first-steps.md +++ b/src/doc/book/src/01-02-first-steps.md @@ -1,4 +1,4 @@ -## First steps with Cargo +## First Steps with Cargo To start a new project with Cargo, use `cargo new`: diff --git a/src/doc/book/src/02-01-why-cargo-exists.md b/src/doc/book/src/02-01-why-cargo-exists.md index bdbfa9cec..9c5d0d2dd 100644 --- a/src/doc/book/src/02-01-why-cargo-exists.md +++ b/src/doc/book/src/02-01-why-cargo-exists.md @@ -1,4 +1,4 @@ -## Why Cargo exists +## Why Cargo Exists Cargo is a tool that allows Rust projects to declare their various dependencies and ensure that you’ll always get a repeatable build. diff --git a/src/doc/book/src/02-02-creating-a-new-project.md b/src/doc/book/src/02-02-creating-a-new-project.md index 678820f9e..541fec7f6 100644 --- a/src/doc/book/src/02-02-creating-a-new-project.md +++ b/src/doc/book/src/02-02-creating-a-new-project.md @@ -1,4 +1,4 @@ -## Creating a new project +## Creating a New Project To start a new project with Cargo, use `cargo new`: diff --git a/src/doc/book/src/02-03-working-on-an-existing-project.md b/src/doc/book/src/02-03-working-on-an-existing-project.md index 25203988e..97c032005 100644 --- a/src/doc/book/src/02-03-working-on-an-existing-project.md +++ b/src/doc/book/src/02-03-working-on-an-existing-project.md @@ -1,4 +1,4 @@ -## Working on an existing Cargo project +## Working on an Existing Cargo Project If you download an existing project that uses Cargo, it’s really easy to get going. diff --git a/src/doc/book/src/02-05-project-layout.md b/src/doc/book/src/02-05-project-layout.md index d66aa7eb1..9b2df404f 100644 --- a/src/doc/book/src/02-05-project-layout.md +++ b/src/doc/book/src/02-05-project-layout.md @@ -1,4 +1,4 @@ -## Project layout +## Project Layout Cargo uses conventions for file placement to make it easy to dive into a new Cargo project: diff --git a/src/doc/book/src/02-08-continuous-integration.md b/src/doc/book/src/02-08-continuous-integration.md index f4a4348bb..6e5efe72c 100644 --- a/src/doc/book/src/02-08-continuous-integration.md +++ b/src/doc/book/src/02-08-continuous-integration.md @@ -1,4 +1,4 @@ -## Continuous integration +## Continuous Integration ### Travis CI diff --git a/src/doc/book/src/SUMMARY.md b/src/doc/book/src/SUMMARY.md index 27aa1d1be..21e8c151c 100644 --- a/src/doc/book/src/SUMMARY.md +++ b/src/doc/book/src/SUMMARY.md @@ -2,14 +2,14 @@ * [Getting Started](getting-started.md) * [Installation](01-01-installation.md) - * [First steps with Cargo](01-02-first-steps.md) + * [First Steps with Cargo](01-02-first-steps.md) -* [Guide](guide.md) - * [Why Cargo exists](02-01-why-cargo-exists.md) - * [Creating a new project](02-02-creating-a-new-project.md) - * [Working on an existing Cargo project](02-03-working-on-an-existing-project.md) +* [Cargo Guide](guide.md) + * [Why Cargo Exists](02-01-why-cargo-exists.md) + * [Creating a New Project](02-02-creating-a-new-project.md) + * [Working on an Existing Project](02-03-working-on-an-existing-project.md) * [Dependencies](02-04-dependencies.md) - * [Project layout](02-05-project-layout.md) + * [Project Layout](02-05-project-layout.md) * [Cargo.toml vs Cargo.lock](02-06-cargo-toml-vs-cargo-lock.md) * [Tests](02-07-tests.md) * [Continuous Integration](02-08-continuous-integration.md) -- 2.39.5