Searched +full:mdbook +full:- (Results 1 – 12 of 12) sorted by relevance
| /external/rust/cxx/book/ |
| D | README.md | 5 - Install [mdBook]: `cargo install mdbook`. 6 - Run `mdbook build` in this directory. 7 - Open the generated *build/index.html*. 9 [mdBook]: https://github.com/rust-lang/mdBook
|
| D | build.sh | 3 set -e 7 if [ -f ./mdbook ]; then 8 ./mdbook build 10 mdbook build 13 if [ ! -d node_modules ]; then
|
| /external/rust/cxx/.github/workflows/ |
| D | site.yml | 6 - master 8 - book/** 9 - .github/workflows/site.yml 14 runs-on: ubuntu-latest 17 timeout-minutes: 30 19 - uses: actions/checkout@v3 21 - name: Get mdBook 24 export MDBOOK_TARBALL="mdbook-${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz" 25 … export MDBOOK_URL="https://github.com/dtolnay/mdBook/releases/download/cxx/${MDBOOK_TARBALL}" 26 curl -Lf "${MDBOOK_URL}" | tar -xzC book [all …]
|
| /external/crosvm/tools/ |
| D | install-deps | 3 # Use of this source code is governed by a BSD-style license that can be 5 set -ex 7 sudo apt-get install --yes --no-install-recommends \ 9 ca-certificates \ 11 cloud-image-utils \ 13 dpkg-dev \ 19 libasound2-dev \ 20 libavcodec-dev \ 21 libavutil-dev \ 22 libcap-dev \ [all …]
|
| D | presubmit | 3 # Use of this source code is governed by a BSD-style license that can be 23 black = cmd("black").with_color_arg(always="--color", never="--no-color") 35 installed_toolchains = cmd("rustup target list --installed").lines() 55 return [python.with_cwd(TOOLS_ROOT).with_args("-m", file) for file in PYTHON_TESTS] 60 return [mypy("--pretty", file) for file in context.all_files] 66 "--check" if not context.fix else None, 73 if "blaze" in mdformat("--version").stdout(): 79 "--wrap 100", 80 "--check" if not context.fix else "", 90 "--config imports_granularity=item,group_imports=StdExternalCrate", [all …]
|
| /external/crosvm/ |
| D | CONTRIBUTING.md | 8 **For Googlers**: See [go/crosvm#filing-bugs](https://goto.google.com/crosvm#filing-bugs). 14 You need to set up a user account with [gerrit](https://chromium-review.googlesource.com/). Once 16 [HTTP Credentials](https://chromium-review.googlesource.com/settings/#HTTPCredentials) to set up git 20 "Change-Id" into all commit messages so gerrit can identify changes. 35 …uideline](https://chromium.googlesource.com/chromiumos/docs/+/HEAD/contributing.md#commit-messages) 43 This abstracts away the cross-platform differences: cfg(unix) uses a 44 Unix domain stream socket to connect to the vhost-user backend, and 48 TEST=tools/presubmit --all 50 Change-Id: I47651060c2ce3a7e9f850b7ed9af8bd035f82de6 53 - The first line is a subject that starts with a tag that represents which components your commit [all …]
|
| /external/crosvm/infra/recipes/ |
| D | build_docs.py | 2 # Use of this source code is governed by a BSD-style license that can be 16 BOOK_URL = "gs://crosvm-dot-dev/book" 17 DOCS_URL = "gs://crosvm-dot-dev/doc" 22 Builds crosvm mdbook and api docs, then uploads them to GCS. 25 $ luci-auth context ./infra/recipes.py run build_docs 29 "Build mdbook", ["mdbook", "build", "docs/book/", "--dest-dir", "../target"] 33 ["./tools/cargo-doc", "--target-dir", "docs/target"], 36 # Container generated files are root-owned, we need to make sure they will be readable by 40 ["chmod", "-R", "o+r", "docs/target"], 44 ["rsync", "-r", "-d", "./docs/target/html", BOOK_URL], [all …]
|
| /external/rust/crates/criterion/ci/ |
| D | install.sh | 1 set -ex 4 rustup component add clippy-preview 13 cargo install mdbook --no-default-features 14 cargo install mdbook-linkcheck 15 sudo apt-get update 16 sudo apt-get install python-pip 17 sudo pip install python-dateutil
|
| D | script.sh | 1 set -ex 8 cargo clippy --all -- -D warnings 11 cargo doc --features "$FEATURES" --all --no-deps 13 mdbook build 15 cp -r book/book/html/ target/doc/book/ 16 travis-cargo doc-upload || true 18 cargo fmt --all -- --check 21 cargo build -Z minimal-versions 23 export RUSTFLAGS="-D warnings" 25 cargo build --features "$FEATURES" $BUILD_ARGS [all …]
|
| /external/crosvm/infra/recipes/build_docs.expected/ |
| D | build_docs.json | 6 "--verbose", 7 "mdbook", 10 "--dest-dir", 29 "name": "Build mdbook" 35 "--verbose", 36 "./tools/cargo-doc", 37 "--target-dir", 61 "-u", 63 "--", 65 "-m", [all …]
|
| /external/crosvm/docs/book/ |
| D | book.toml | 10 command = "mdbook-mermaid" 14 additional-js = ["mermaid.min.js", "mermaid-init.js"]
|
| /external/crosvm/infra/ |
| D | README.recipes.md | 1 <!--- AUTOGENERATED BY `./recipes.py test train` --> 5 **[Recipe Modules](#Recipe-Modules)** 6 * [crosvm](#recipe_modules-crosvm) (Python3 ✅) 9 * [build_chromeos_hatch](#recipes-build_chromeos_hatch) (Python3 ✅) 10 * [build_docs](#recipes-build_docs) (Python3 ✅) 11 * [build_linux](#recipes-build_linux) (Python3 ✅) 12 * [build_windows](#recipes-build_windows) (Python3 ✅) 13 …* [crosvm:examples/container_build_context](#recipes-crosvm_examples_container_build_context) (Pyt… 14 …* [crosvm:examples/cros_container_build_context](#recipes-crosvm_examples_cros_container_build_con… 15 * [crosvm:examples/host_build_context](#recipes-crosvm_examples_host_build_context) (Python3 ✅) [all …]
|