Home
last modified time | relevance | path

Searched +full:html +full:- +full:docs +full:- +full:path (Results 1 – 25 of 974) sorted by relevance

12345678910>>...39

/third_party/python/Doc/
DMakefile9 SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-build
10 SPHINXLINT = PATH=$(VENVDIR)/bin:$$PATH sphinx-lint
11 BLURB = PATH=$(VENVDIR)/bin:$$PATH blurb
17 SPHINXERRORHANDLING = -W
20 PAPEROPT_a4 = -D latex_elements.papersize=a4paper
21 PAPEROPT_letter = -D latex_elements.papersize=letterpaper
23 ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees $(PAPEROPT_$(PAPER)) -j $(JOBS) \
26 .PHONY: help build html htmlhelp latex text texinfo changes linkcheck \
27 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \
28 autobuild-dev autobuild-stable venv
[all …]
/third_party/rust/rust/src/doc/rustdoc/src/
Dwhat-is-rustdoc.md5 takes as an argument either a crate root or a Markdown file, and produces HTML,
13 $ cargo new docs --lib
14 $ cd docs
25 Let's run `rustdoc` on our code. To do so, we can call it with the path to
33 the main page is located in `doc/lib/index.html`. If you open that up in
45 root. To fix this, we can pass in a command-line flag:
48 $ rustdoc src/lib.rs --crate-name docs
51 Now, `doc/docs/index.html` will be generated, and the page says "Crate docs."
62 ... and then re-run `rustdoc`:
65 $ rustdoc src/lib.rs --crate-name docs
[all …]
/third_party/rust/crates/rustix/
DREADME.md12 …alliance.zulipchat.com/#narrow/stream/206238-general"><img src="https://img.shields.io/badge/zulip
14 …<a href="https://docs.rs/rustix"><img src="https://docs.rs/rustix/badge.svg" alt="docs.rs docs" />…
18 `rustix` provides efficient memory-safe and [I/O-safe] wrappers to POSIX-like,
19 Unix-like, Linux, and Winsock2 syscall-like APIs, with configurable backends.
21 [`io-lifetimes`] instead of raw file descriptors, providing memory safety,
27 `rustix` is low-level and, and while the `net` API supports Winsock2 on
28 Windows, the rest of the APIs do not support Windows; for higher-level and more
29 portable APIs built on this functionality, see the [`system-interface`],
30 [`cap-std`], and [`fs-set-times`] crates, for example.
35 supported on Linux on x86-64, x86, aarch64, riscv64gc, powerpc64le,
[all …]
/third_party/rust/rust/src/tools/linkchecker/
Dmain.rs1 //! Script to check the validity of `href` links in our HTML documentation.
9 //! Currently this doesn't actually do any HTML parsing or anything fancy like
22 use std::path::{Component, Path, PathBuf};
30 // If at all possible you should use intra-doc links to avoid linkcheck issues. These
36 // https://github.com/rust-lang/rust/issues/74481
37 ("std/collections/btree_map/struct.BTreeMap.html", &["#insert-and-complex-keys"]),
38 ("std/collections/btree_set/struct.BTreeSet.html", &["#insert-and-complex-keys"]),
39 ("alloc/collections/btree_map/struct.BTreeMap.html", &["#insert-and-complex-keys"]),
40 ("alloc/collections/btree_set/struct.BTreeSet.html", &["#insert-and-complex-keys"]),
43 // The docs in std::primitive use proper intra-doc links, so these seem fine to special-case.
[all …]
Dlinkcheck.sh4 # the same tool as rust-lang/rust.
6 # This requires the rust-docs rustup component to be installed in the nightly
10 # ./linkcheck.sh <name-of-book>
14 # -i "Iterative" mode. The script will not clean up after it is done so
15 # you can inspect the result, and re-run more quickly.
17 # --all Check all books. This can help make sure you don't break links
20 # --path <book-path>
21 # Path to the root directory for the book. Default to the current
24 set -e
26 html_dir="$(rustc +nightly --print sysroot)/share/doc/rust/html"
[all …]
/third_party/rust/crates/bindgen/book/src/
Dblocklisting.md15 The `blocklist-file` option also allows the blocklisting of all items from a
16 particular path regex, for example to block all types defined in system headers
21 * [`bindgen::Builder::blocklist_file`](https://docs.rs/bindgen/latest/bindgen/struct.Builder.html#m…
22 * [`bindgen::Builder::blocklist_function`](https://docs.rs/bindgen/latest/bindgen/struct.Builder.ht…
23 * [`bindgen::Builder::blocklist_item`](https://docs.rs/bindgen/latest/bindgen/struct.Builder.html#m…
24 * [`bindgen::Builder::blocklist_type`](https://docs.rs/bindgen/latest/bindgen/struct.Builder.html#m…
25 * [`bindgen::Builder::blocklist_var`](https://docs.rs/bindgen/latest/bindgen/struct.Builder.html#me…
29 * `--blocklist-file <path>`
30 * `--blocklist-function <function>`
31 * `--blocklist-item <item>`
[all …]
Dallowlisting.md19 * [`bindgen::Builder::allowlist_type`](https://docs.rs/bindgen/latest/bindgen/struct.Builder.html#m…
20 * [`bindgen::Builder::allowlist_function`](https://docs.rs/bindgen/latest/bindgen/struct.Builder.ht…
21 * [`bindgen::Builder::allowlist_var`](https://docs.rs/bindgen/latest/bindgen/struct.Builder.html#me…
22 * [`bindgen::Builder::allowlist_file`](https://docs.rs/bindgen/latest/bindgen/struct.Builder.html#m…
23 * [`bindgen::Builder::allowlist_item`](https://docs.rs/bindgen/latest/bindgen/struct.Builder.html#m…
27 * `--allowlist-type <type>`
28 * `--allowlist-function <function>`
29 * `--allowlist-var <var>`
30 * `--allowlist-file <path>`
31 * `--allowlist-item <item>`
/third_party/libexif/m4m/
Dgp-documentation.m47 dnl Copyright (C) 2005-2021 Hans Ulrich Niedermann <gp@n-dimensional.de>
8 dnl SPDX-License-Identifier: LGPL-2.0-or-later
12 AC_MSG_CHECKING([whether to build any docs])
13 AC_ARG_ENABLE([docs], [dnl optenable
14 AS_HELP_STRING([--disable-docs], [whether to create any documentation])], [dnl
32 AC_ARG_WITH([doc-dir],
33 [AS_HELP_STRING([--with-doc-dir=PATH],
34 [Where to install docs [default=autodetect]])])
44 if test -d "/usr/share/doc"
48 elif test -d "/usr/doc"
[all …]
/third_party/EGL/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
7 http://www.apache.org/licenses/LICENSE-2.0
17 -->
18 <!-- OAT(OSS Audit Tool) configuration guide:
19 basedir: Root dir, the basedir + project path is the real source file location.
28 5. task project: Projects to be checked, the path field define the source root dir of the project.
33 2. policyitem: The fields type, name, path, desc is required, and the fields rule, group, filefilte…
34 <policyitem type="" name="" path="" desc="" rule="may" group="defaultGroup" filefilter="defaultPoli…
36 "compatibility" is used to check license compatibility in the specified path;
[all …]
/third_party/rust/rust/src/bootstrap/
Ddoc.rs11 use std::path::{Path, PathBuf};
24 ($path:expr, submodule) => {
25 $path
27 ($path:expr, submodule = $submodule:literal) => {
33 ($($name:ident, $path:expr, $book_name:expr $(, submodule $(= $submodule:literal)? )? ;)+) => {
44 fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
46 run.path($path).default_condition(builder.config.docs)
57 let path = Path::new(submodule_helper!( $path, submodule $( = $submodule )? )); localVariable
58 builder.update_submodule(&path);
63 src: INTERNER.intern_path(builder.src.join($path)),
[all …]
/third_party/icu/docs/userguide/dev/
Dediting.md1 ---
6 ---
7 <!--
9 License & terms of use: http://www.unicode.org/copyright.html
10 -->
16 {: .no_toc .text-delta }
21 ---
26 files in the `/docs` directory of the main repository. In particular, the
28 …s from [GitHub's built-in support](https://docs.github.com/en/github/working-with-github-pages/set…
40 …use GitHub to edit the file](https://docs.github.com/en/github/managing-files-in-a-repository/edit…
[all …]
/third_party/flatbuffers/docs/source/
DREADME_TO_GENERATE_DOCS.md3 To generate the docs for FlatBuffers from the source files, you
7 [Download Doxygen](https://doxygen.nl/download.html).
13 [PATH](https://en.wikipedia.org/wiki/PATH_(variable)) environment variable.*
15 After you have both of those files installed and in your path, you need to
19 [here](https://github.com/Feneric/doxypypy#invoking-doxypypy-from-doxygen).
21 ## Generating Docs
23 Run the following commands to generate the docs:
25 `cd flatbuffers/docs/source`
28 The output is placed in `flatbuffers/docs/html`.
/third_party/skia/third_party/externals/tint/tools/
Dtint-generate-coverage8 # http://www.apache.org/licenses/LICENSE-2.0
16 # See https://clang.llvm.org/docs/SourceBasedCodeCoverage.html
18 if [ ! -x "$(which llvm-profdata)" ] ; then
19 echo "error: llvm-profdata needs to be on \$PATH to use $0"
23 if [ ! -x "$(which llvm-cov)" ] ; then
24 echo "error: llvm-cov needs to be on \$PATH to use $0"
30 if [ ! -x "$TARGET_EXE" ] ; then
31 echo "Usage: $0 <executable-path> [optional-args]"
48 if [ -f "$PROFRAW_FILE" ]; then rm ${PROFRAW_FILE}; fi
49 if [ -f "$PROFDATA_FILE" ]; then rm ${PROFDATA_FILE}; fi
[all …]
/third_party/skia/site/docs/user/modules/
Dpathkit.md1 ---
2 title: 'PathKit - Geometry in the Browser'
3 linkTitle: 'PathKit - Geometry in the Browser'
6 ---
8 Skia has made its [SkPath](https://api.skia.org/classSkPath.html) object and
18 - API compatibility (e.g. drop-in replacement) with
19 [Path2D](https://developer.mozilla.org/en-US/docs/Web/API/Path2D)
20 - Can output to SVG / Canvas / Path2D
21 - Exposes a variety of path effects:
35 …<canvas class=patheffect id=canvas4 title="Simplify: A drawn star with non-overlapping solid lines…
[all …]
/third_party/skia/m133/site/docs/user/modules/
Dpathkit.md1 ---
2 title: 'PathKit - Geometry in the Browser'
3 linkTitle: 'PathKit - Geometry in the Browser'
6 ---
8 Skia has made its [SkPath](https://api.skia.org/classSkPath.html) object and
18 - API compatibility (e.g. drop-in replacement) with
19 [Path2D](https://developer.mozilla.org/en-US/docs/Web/API/Path2D)
20 - Can output to SVG / Canvas / Path2D
21 - Exposes a variety of path effects:
35 …<canvas class=patheffect id=canvas4 title="Simplify: A drawn star with non-overlapping solid lines…
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/quick_start_micro/mobilenetv2_arm64/
DREADME.md5 <!-- TOC -->
7 - Android编译部署
8 - [编译依赖](#编译依赖)
9 - [工程构建](#工程构建)
10 - [工程部署](#工程部署)
11 - [更多详情](#更多详情)
12 - [Linux_x86_64编译部署](#Linux_x86_64编译部署)
13 - [STM32F746编译部署](#STM32F746编译部署)
15 <!-- /TOC -->
19 …en的获取以及详细参数介绍可参考mindspore的[编译构建介绍](https://www.mindspore.cn/lite/docs/zh-CN/master/use/build.html)。
[all …]
/third_party/mesa3d/docs/
Dmeson.build1 get_option('html-docs').require(
2 run_command(prog_python, '-c',
16 sphinx_args += '-W'
20 'html',
21 depfile: 'docs.d',
23 command: [sphinx, '-b', 'html', '-q',
24 '-Ddepfile=@DEPFILE@',
27 output: 'html',
28 build_by_default: get_option('html-docs').enabled(),
31 html_docs_path = get_option('html-docs-path')
Dgitlab-ci.yml1 .docs-base:
3 - .build-linux
4 - .use-alpine/x86_64_build
8 - public/
10 - meson setup _build -D prefix=$(pwd) --auto-features=disabled
11 -D vulkan-drivers="" -D gallium-drivers="" -D platforms=[] -D glx=disabled
12 -D video-codecs="" -D html-docs=enabled -D html-docs-path=public
13 -D werror=true
14 - meson compile -C _build
15 - meson install -C _build
[all …]
/third_party/notofonts/scripts/
Dbuild-site.py4 from pathlib import Path
16 results = json.load(open("docs/noto.json"))
17 versions = json.load(open("docs/versions.json"))
21 return strlist([os.path.basename(item)])
29 return strlist([humanize.naturalsize(os.path.getsize(item))])
44 if "slim-variable-ttf" in context:
60 … return f'<span class="material-icons" data-toggle="tooltip" title="{platform}"> android </span>'
62 …return f'<span class="material-icons" data-toggle="tooltip" title="{platform}"> phone_iphone </spa…
64 …return f'<span class="material-icons" data-toggle="tooltip" title="{platform}"> laptop_mac </span>'
66 … return f'<img data-toggle="tooltip" title="{platform}" src="gflogo.png" width=18 height=18></img>'
[all …]
/third_party/curl/docs/
DTheArtOfHttpScripting.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
11 This document assumes that you are familiar with HTML and general networking.
21 invoke `curl --help` or `curl --manual` to get basic information about it.
43 is the plain data you requested, like the actual HTML or the image etc.
47 Using curl's option [`--verbose`](https://curl.se/docs/manpage.html#-v) (`-v`
51 `--verbose` is the single most useful option when it comes to debug or even
52 understand the curl<->server interaction.
54 Sometimes even `--verbose` is not enough. Then
[all …]
/third_party/rust/crates/bindgen/
DREADME.md2 [![docs.rs](https://docs.rs/bindgen/badge.svg)](https://docs.rs/bindgen/)
23 /* automatically generated by rust-bindgen 0.99.9 */
38 [�� Read the `bindgen` users guide here! ��](https://rust-lang.github.io/rust-bindgen)
44 The `bindgen-cli` minimum supported Rust version is **1.70.0**.
48 …on that can be used to *compile* each crate. However, `bindgen` and `bindgen-cli` can generate bin…
50 Most of the time, the `bindgen-cli` crate will have a more recent MSRV than `bindgen` as crates suc…
54 [API reference documentation is on docs.rs](https://docs.rs/bindgen)
58 In addition to the [library API](https://docs.rs/bindgen) and [executable command-line API][bindgen
61 End-users should set these environment variables to modify `bindgen`'s behavior without modifying t…
63 - `BINDGEN_EXTRA_CLANG_ARGS`: extra arguments to pass to `clang`
[all …]
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Ddoc_links.rs1 //! Extracts, resolves and rewrites links and intra-doc links in markdown documentation.
37 /// The URL to the documentation on docs.rs.
48 /// Rewrite documentation links in markdown to point to an online host (e.g. docs.rs)
49 pub(crate) fn rewrite_links(db: &RootDatabase, markdown: &str, definition: Definition) -> String { in rewrite_links()
54 // This check is imperfect, there's some overlap between valid intra-doc links in rewrite_links()
61 // * path-based links: `../../module/struct.MyStruct.html` in rewrite_links()
62 // * module-based links (AKA intra-doc links): `super::super::module::MyStruct` in rewrite_links()
85 pub(crate) fn remove_links(markdown: &str) -> String { in remove_links()
120 // Feature: Open Docs
124 // The simplest way to use this feature is via the context menu. Right-click on
[all …]
/third_party/icu/docs/userguide/icu4j/
Dindex.md1 ---
6 ---
7 <!--
9 License & terms of use: http://www.unicode.org/copyright.html
10 -->
16 {: .no_toc .text-delta }
21 ---
25 The International Components for Unicode (ICU) library provides robust and full-featured Unicode se…
29 ICU4J is an add-on to the regular JRE that provides:
31 * [Collation](../collation) – rule-based, up-to-date Unicode Collation Algorithm (UCA) sorting or…
[all …]
/third_party/rust/rust/src/etc/installer/msi/
Drust.wxs5 <?define ArchSuffix=" 64-bit" ?>
18 <!-- Upgrade code should be different for each platform -->
21 <!-- UpgradeCode should stay the same for all MSI versions in channel -->
23 <?define UpgradeCode="B440B077-F8D1-4730-8E1D-D6D37702B4CE" ?>
25 <?define UpgradeCode="7205CEDC-CDA6-4B62-8E4E-4D19EC5D88FC" ?>
27 <?define UpgradeCode="622497D9-E0B1-448E-838A-4A33D0C5F82C" ?>
29 <?define UpgradeCode="7D32FD99-BB26-45CF-935D-1B0593BBDDBE" ?>
33 <?define UpgradeCode="123039F9-68E3-44F1-AC9F-C78ADD4D0723" ?>
35 <?define UpgradeCode="ABC640B9-2AB5-4270-9A0D-E54E502A1CCA" ?>
37 <?define UpgradeCode="56263F12-4AA1-4FE1-AFAE-572915C4FA3E" ?>
[all …]
/third_party/skia/toolchain/
Dclang_toolchain_config.bzl10 - https://docs.bazel.build/versions/4.2.1/tutorial/cc-toolchain-config.html
11- https://github.com/emscripten-core/emsdk/blob/7f39d100d8cd207094decea907121df72065517e/bazel/ems…
34 …# https://docs.bazel.build/versions/main/skylark/lib/cc_common.html#create_cc_toolchain_config_info
49 toolchain_identifier = "clang-toolchain",
73 clang_tool = tool(path = "clang_trampoline.sh")
74 lld_tool = tool(path = "lld_trampoline.sh")
75 ar_tool = tool(path = "ar_trampoline.sh")
106 …# "-Wl" flags on the command: https://releases.llvm.org/6.0.1/tools/clang/docs/ClangCommandLineRef…
115 …# https://github.com/emscripten-core/emsdk/blob/7f39d100d8cd207094decea907121df72065517e/bazel/ems…
116 # By default, there are no flags or libraries passed to the llvm-ar tool, so
[all …]

12345678910>>...39