Home
last modified time | relevance | path

Searched +full:build +full:- +full:docs (Results 1 – 25 of 1275) sorted by relevance

12345678910>>...51

/external/python/cpython3/Doc/
DMakefile9 SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-build
10 SPHINXLINT = PATH=$(VENVDIR)/bin:$$PATH sphinx-lint
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) \
24 $(SPHINXOPTS) $(SPHINXERRORHANDLING) . build/$(BUILDER) $(SOURCES)
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 …]
/external/python/cpython2/Doc/
DMakefile8 SPHINXBUILD = sphinx-build
13 ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees -D latex_elements.papersize=$(PAPER) \
14 $(SPHINXOPTS) . build/$(BUILDER) $(SOURCES)
16 .PHONY: help build html htmlhelp latex text changes linkcheck \
17 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \
18 autobuild-dev autobuild-stable
22 @echo " clean to remove build files"
33 @echo " pydoc-topics to regenerate the pydoc topics file"
34 @echo " dist to create a \"dist\" directory with archived docs for download"
39 build: target
[all …]
/external/bazelbuild-rules_go/go/
Dcore.rst4 .. _"Make variable": https://docs.bazel.build/versions/master/be/make-variables.html
5 .. _Bourne shell tokenization: https://docs.bazel.build/versions/master/be/common-definitions.html#…
6 .. _Gazelle: https://github.com/bazelbuild/bazel-gazelle
11 .. _build constraints: https://golang.org/pkg/go/build/#hdr-Build_Constraints
12 .. _cc_library deps: https://docs.bazel.build/versions/master/be/c-cpp.html#cc_library.deps
14 .. _config_setting: https://docs.bazel.build/versions/master/be/general.html#config_setting
15 .. _data dependencies: https://docs.bazel.build/versions/master/build-ref.html#data
18 .. _mode attributes: modes.rst#mode-attributes
23 .. _select: https://docs.bazel.build/versions/master/be/functions.html#select
24 .. _shard_count: https://docs.bazel.build/versions/master/be/common-definitions.html#test.shard_cou…
[all …]
/external/pigweed/pw_docgen/
Ddocs.rst1 .. _module-pw_docgen:
6 .. pigweed-module::
9 ``pw_docgen`` provides tools to generate documentation for Pigweed-based
16 --------
18 --------
19 Pigweed-based projects typically use a subset of Pigweed's modules and add their
20 own product-specific modules on top of that, which may have product-specific
26 The documentation generation is integrated directly into the build system. Any
27 build target can depend on documentation, which allows it to be included as part
28 of a factory release build, for example. Additionally, documentation itself can
[all …]
/external/python/parse_type/tasks/
Ddocs.py1 # -*- coding: UTF-8 -*-
3 Provides tasks to build documentation with sphinx, etc.
13 # -- TASK-LIBRARY:
17 # -----------------------------------------------------------------------------
19 # -----------------------------------------------------------------------------
23 # -----------------------------------------------------------------------------
25 # -----------------------------------------------------------------------------
33 # -- CASE: not LANGUAGE-SPECIFIC
34 destdir = Path(ctx.config.sphinx.destdir or "build")/builder
36 # -- CASE: LANGUAGE-SPECIFIC:
[all …]
/external/llvm/docs/
DREADME.txt8 system to create HTML pages which are hosted on <http://llvm.org/docs/> and
12 Sphinx <http://sphinx-doc.org/> and then do:
14 cd <build-dir>
15 cmake -DLLVM_ENABLE_SPHINX=true -DSPHINX_OUTPUT_HTML=true <src-dir>
16 make -j3 docs-llvm-html
17 $BROWSER <build-dir>/docs//html/index.html
20 `docs/Foo.rst` <-> `<build-dir>/docs//html/Foo.html` <-> `http://llvm.org/docs/Foo.html`.
33 directory `<build-dir>/docs/man/`.
35 cd <build-dir>
36 cmake -DLLVM_ENABLE_SPHINX=true -DSPHINX_OUTPUT_MAN=true <src-dir>
[all …]
/external/bazel-skylib/
DREADME.md3 [![Build status](https://badge.buildkite.com/921dc61e2d3a350ec40efb291914360c0bfa9b6196fa357420.svg…
6 and various other data types in the domain of Bazel build rules.
12 Skylib also provides build rules under the `rules` directory.
18 See the **WORKSPACE setup** section [for the current release](https://github.com/bazelbuild/bazel-s…
29 ### `BUILD` and `*.bzl` files
31 Then, in the `BUILD` and/or `*.bzl` files in your own workspace, you can load
32 the modules (listed [below](#list-of-modules)) and access the symbols by
45 * [collections](docs/collections_doc.md)
46 * [dicts](docs/dicts_doc.md)
47 * [partial](docs/partial_doc.md)
[all …]
/external/skia/site/docs/dev/contrib/
Dbazel.md2 ---
6 ---
10 Skia is currently migrating towards using [Bazel](https://bazel.build/) as a build system, due to
14 [Bazel label notation](https://bazel.build/concepts/labels), so to refer the file located at
15 `$SKIA_ROOT/docs/examples/Arc.cpp`, we would say `//docs/examples/Arc.cpp`.
18 The Bazel docs are quite good. Suggested reading order if you are new to Bazel:
19 - [Getting Started with Bazel and C++](https://bazel.build/tutorials/cpp)
20 - [WORKSPACE.bazel and external deps](https://bazel.build/docs/external)
21 - [Targets and Labels](https://bazel.build/concepts/labels)
22 - [Understanding a build](https://bazel.build/docs/build)
[all …]
/external/bazelbuild-rules_go/docs/go/core/
Drules.bzl2 ["Make variable"]: https://docs.bazel.build/versions/master/be/make-variables.html
3 …[Bourne shell tokenization]: https://docs.bazel.build/versions/master/be/common-definitions.html#s…
4 [Gazelle]: https://github.com/bazelbuild/bazel-gazelle
9 [build constraints]: https://golang.org/pkg/go/build/#hdr-Build_Constraints
10 [cc_library deps]: https://docs.bazel.build/versions/master/be/c-cpp.html#cc_library.deps
12 [config_setting]: https://docs.bazel.build/versions/master/be/general.html#config_setting
13 [data dependencies]: https://docs.bazel.build/versions/master/build-ref.html#data
16 [mode attributes]: /go/modes.rst#mode-attributes
21 [select]: https://docs.bazel.build/versions/master/be/functions.html#select
22 …[shard_count]: https://docs.bazel.build/versions/master/be/common-definitions.html#test.shard_count
[all …]
/external/pigweed/docs/
Dstyle_guide.rst1 .. _docs-pw-style:
11 ``pw presubmit --install``
15 .. grid-item-card:: :octicon:`diff-added` C++ style
16 :link: docs-pw-style-cpp
17 :link-type: ref
18 :class-item: sales-pitch-cta-primary
24 .. grid-item-card:: :octicon:`pencil` Commit messages
25 :link: docs-pw-style-commit-message
26 :link-type: ref
27 :class-item: sales-pitch-cta-secondary
[all …]
/external/webrtc/docs/native-code/development/prerequisite-sw/
Dindex.md1 # WebRTC development - Prerequisite software
5 1. [Install the Chromium depot tools][depot-tools].
17 $ ./build/install-build-deps.sh
21 build using Debian sysroot images in build/linux, but there are still some tools
22 needed for the build that are installed with
23 [install-build-deps.sh][install-build-deps].
25 You may also want to have a look at the [Chromium Linux Build
26 instructions][chromium-linux-build-instructions] if you experience any other problems building.
30 Follow the [Chromium's build instructions for Windows][chromium-win-build-instructions].
39 Xcode 12 or higher is required. Latest Xcode is recommended to be able to build
[all …]
/external/bazelbuild-rules_java/java/
Ddefs.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
33 https://docs.bazel.build/versions/master/be/java.html#java_binary
39 # buildifier: disable=native-java
45 https://docs.bazel.build/versions/master/be/java.html#java_import
51 # buildifier: disable=native-java
57 https://docs.bazel.build/versions/master/be/java.html#java_library
63 # buildifier: disable=native-java
69 https://docs.bazel.build/versions/master/be/java.html#java_lite_proto_library
75 # buildifier: disable=native-java
81 https://docs.bazel.build/versions/master/be/java.html#java_proto_library
[all …]
/external/aws-sdk-java-v2/services-custom/iam-policy-builder/src/main/java/software/amazon/awssdk/policybuilder/iam/
DIamStatement.java48 * <li>A is the <b>principal</b> - the AWS account that is making a request to
50 …* <li>B is the <b>action</b> - the way in which your AWS resource is being accessed or modified,…
52 * <li>C is the <b>resource</b> - your AWS entity that the principal wants to access, such
54 * <li>D is the set of <b>conditions</b> - optional constraints that specify when to allow or deny
68 …* For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/">The IAM Us…
72 …* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_id-based…
80 * .addResource("arn:aws:dynamodb:us-east-2:123456789012:table/books")
81 * .build();
86 …* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_resource
93 * .build();
[all …]
/external/pigweed/docs/get_started/
Dupstream.rst1 .. _docs-get-started-upstream:
9 :ref:`docs-get-started` if you're looking for instructions on how to use
16 If you haven't already, :ref:`docs-first-time-setup`.
18 -------------
20 -------------
23 all the steps to :ref:`docs-first-time-setup`. The express setup
26 #. **Host** - Mac, Linux, or Windows. Builds and runs tests
27 #. **Device/STM32F429** - Build only; Optionally, the STM32F429I-DISC1 kit to
29 #. **Docs** - Builds the Pigweed docs
38 .. code-block:: bash
[all …]
/external/google-cloud-java/java-dlp/google-cloud-dlp/src/main/java/com/google/cloud/dlp/v2/
DDlpServiceClient.java8 * https://www.apache.org/licenses/LICENSE-2.0
99 // AUTO-GENERATED DOCUMENTATION AND CLASS.
102 * detect the presence of Personally Identifiable Information (PII) and other privacy-sensitive data
103 * in user-supplied, unstructured data streams, like text blocks or images. The service also
107 * <p>To learn more about concepts and find how-to guides see https://cloud.google.com/dlp/docs/.
115 * // - It may require correct/in-range values for request initialization.
116 * // - It may require specifying regional endpoints when creating the service client as shown in
117 * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
122 * .setInspectConfig(InspectConfig.newBuilder().build())
123 * .setItem(ContentItem.newBuilder().build())
[all …]
/external/bazelbuild-rules_cc/cc/
Ddefs.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
23 # TODO(bazel-team): To avoid breaking changes, if the below are no longer
29 _LINK_EXTRA_LIB = "@rules_cc//:link_extra_lib" # copybara-use-repo-external-label
52 https://docs.bazel.build/versions/main/be/c-cpp.html#cc_binary
58 # buildifier: disable=native-cc
64 https://docs.bazel.build/versions/main/be/c-cpp.html#cc_test
70 # buildifier: disable=native-cc
76 https://docs.bazel.build/versions/main/be/c-cpp.html#cc_library
82 # buildifier: disable=native-cc
88 https://docs.bazel.build/versions/main/be/c-cpp.html#cc_import
[all …]
/external/google-cloud-java/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2beta1/
DEntityTypesClient.java8 * https://www.apache.org/licenses/LICENSE-2.0
47 // AUTO-GENERATED DOCUMENTATION AND CLASS.
58 * // - It may require correct/in-range values for request initialization.
59 * // - It may require specifying regional endpoints when creating the service client as shown in
60 * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
68 * threads. In the example above, try-with-resources is used, which automatically calls close().
98 * // - It may require correct/in-range values for request initialization.
99 * // - It may require specifying regional endpoints when creating the service client as shown in
100 * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
104 * .build();
[all …]
DIntentsClient.java8 * https://www.apache.org/licenses/LICENSE-2.0
47 // AUTO-GENERATED DOCUMENTATION AND CLASS.
57 * // - It may require correct/in-range values for request initialization.
58 * // - It may require specifying regional endpoints when creating the service client as shown in
59 * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
67 * threads. In the example above, try-with-resources is used, which automatically calls close().
97 * // - It may require correct/in-range values for request initialization.
98 * // - It may require specifying regional endpoints when creating the service client as shown in
99 * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
103 * .build();
[all …]
/external/stardoc/
DREADME.md1 # Stardoc - Starlark Documentation Generator
3 [![Build status](https://badge.buildkite.com/d8594eb71e4869c792cce22428b08e03b345f9c65dc603d70b.svg…
5 Stardoc is a documentation generator for [Bazel](https://bazel.build) build rules
6 written in [Starlark](https://bazel.build/docs/skylark/index.html).
8 Stardoc provides a Starlark rule (`stardoc`, see [documentation](docs/stardoc_rule.md)) that can
9 be used to build documentation for Starlark rules in Markdown. Stardoc generates one documentation
14 * How to [set up Stardoc for your project](docs/getting_started_stardoc.md)
15 * Writing [docstrings](docs/writing_stardoc.md)
16 * How to [integrate Stardoc with your build](docs/generating_stardoc.md).
17 * See also [Advanced Topics](docs/advanced_stardoc_usage.md).
[all …]
/external/google-cloud-java/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/
DClusterManagerClient.java8 * https://www.apache.org/licenses/LICENSE-2.0
88 // AUTO-GENERATED DOCUMENTATION AND CLASS.
98 * // - It may require correct/in-range values for request initialization.
99 * // - It may require specifying regional endpoints when creating the service client as shown in
100 * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
102 * String projectId = "projectId-894832108";
109 * as threads. In the example above, try-with-resources is used, which automatically calls close().
139 * // - It may require correct/in-range values for request initialization.
140 * // - It may require specifying regional endpoints when creating the service client as shown in
141 * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
[all …]
/external/google-cloud-java/java-billing/google-cloud-billing/src/main/java/com/google/cloud/billing/v1/
DCloudBillingClient.java8 * https://www.apache.org/licenses/LICENSE-2.0
41 // AUTO-GENERATED DOCUMENTATION AND CLASS.
52 * // - It may require correct/in-range values for request initialization.
53 * // - It may require specifying regional endpoints when creating the service client as shown in
54 * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
62 * as threads. In the example above, try-with-resources is used, which automatically calls close().
92 * // - It may require correct/in-range values for request initialization.
93 * // - It may require specifying regional endpoints when creating the service client as shown in
94 * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
98 * .build();
[all …]
/external/google-cloud-java/java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1/
DClusterManagerClient.java8 * https://www.apache.org/licenses/LICENSE-2.0
83 // AUTO-GENERATED DOCUMENTATION AND CLASS.
93 * // - It may require correct/in-range values for request initialization.
94 * // - It may require specifying regional endpoints when creating the service client as shown in
95 * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
97 * String parent = "parent-995424086";
103 * as threads. In the example above, try-with-resources is used, which automatically calls close().
133 * // - It may require correct/in-range values for request initialization.
134 * // - It may require specifying regional endpoints when creating the service client as shown in
135 * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
[all …]
/external/google-cloud-java/java-dialogflow/google-cloud-dialogflow/src/main/java/com/google/cloud/dialogflow/v2/
DEntityTypesClient.java8 * https://www.apache.org/licenses/LICENSE-2.0
46 // AUTO-GENERATED DOCUMENTATION AND CLASS.
56 * // - It may require correct/in-range values for request initialization.
57 * // - It may require specifying regional endpoints when creating the service client as shown in
58 * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
66 * threads. In the example above, try-with-resources is used, which automatically calls close().
96 * // - It may require correct/in-range values for request initialization.
97 * // - It may require specifying regional endpoints when creating the service client as shown in
98 * // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
102 * .build();
[all …]
/external/angle/build/
DREADME.md2 `//build` contains:
4 * Core Python build scripts
7 v8, etc), it should be kept as self-contained as possible by not referring
12 Changes to `//build` should be landed in the Chromium repo. They will then be
13 replicated to the stand-alone [build repo](https://chromium.googlesource.com/chromium/src/build)
19 * `//build/config` - Common templates via `.gni` files.
20 * `//build/toolchain` - GN toolchain definitions.
21 * `Other .py files` - Some are used by GN/Ninja. Some by gclient hooks, some
25 * `//build/BUILDCONFIG.gn` - Included by all `BUILD.gn` files.
26 * `//build/secondary` - An overlay for `BUILD.gn` files. Enables adding
[all …]
/external/cronet/build/
DREADME.md2 `//build` contains:
4 * Core Python build scripts
7 v8, etc), it should be kept as self-contained as possible by not referring
12 Changes to `//build` should be landed in the Chromium repo. They will then be
13 replicated to the stand-alone [build repo](https://chromium.googlesource.com/chromium/src/build)
19 * `//build/config` - Common templates via `.gni` files.
20 * `//build/toolchain` - GN toolchain definitions.
21 * `Other .py files` - Some are used by GN/Ninja. Some by gclient hooks, some
25 * `//build/BUILDCONFIG.gn` - Included by all `BUILD.gn` files.
26 * `//build/secondary` - An overlay for `BUILD.gn` files. Enables adding
[all …]

12345678910>>...51