move the book to the top level

This commit is contained in:
Steve Klabnik 2018-11-20 13:45:05 -05:00
parent 156f15f21a
commit 1fedfc4b96
403 changed files with 7 additions and 259 deletions

View File

@ -3,5 +3,5 @@ title = "The Rust Programming Language"
author = "Steve Klabnik and Carol Nichols, with Contributions from the Rust Community"
[output.html]
additional-css = ["ferris.css", "src/theme/2018-edition.css"]
additional-css = ["ferris.css", "theme/2018-edition.css"]
additional-js = ["ferris.js"]

View File

@ -15,41 +15,15 @@ export PATH=$PATH:/home/travis/.cargo/bin;
# feature check
cd ci/stable-check
cargo run -- ../../first-edition/src
cargo run -- ../../second-edition/src
cargo run -- ../../2018-edition/src
cargo run -- ../../src
cd ../..
# tests for the first edition
cd first-edition
echo 'Testing first edition...'
echo 'Spellchecking...'
bash ci/spellcheck.sh list
echo 'Testing...'
mdbook test
echo 'Building first edition...'
echo 'Building...'
mdbook build
cd ..
# tests for the second edition
cd second-edition
echo 'Spellchecking second edition...'
bash ../ci/spellcheck.sh list
echo 'Testing second edition...'
mdbook test
echo 'Building second edition...'
mdbook build
echo 'Linting second edition for local file paths...'
cargo run --bin lfp src
cd ..
# tests for the 2018 edition
cd 2018-edition
echo 'Spellchecking 2018 edition...'
bash ../ci/spellcheck.sh list
echo 'Testing 2018 edition...'
mdbook test
echo 'Building 2018 edition...'
mdbook build
echo 'Linting 2018 edition for local file paths...'
echo 'Linting for local file paths...'
cargo run --bin lfp src

Some files were not shown because too many files have changed in this diff Show More