Home
last modified time | relevance | path

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

12345678910>>...41

/third_party/python/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 …]
DREADME.rst5 documentation. You don't need to build them yourself, `prebuilt versions are
6 available <https://docs.python.org/dev/download.html>`_.
14 Building the docs
23 * `python-docs-theme <https://pypi.org/project/python-docs-theme/>`_
29 ----------
31 To get started on UNIX, you can create a virtual environment and build
38 necessary to build the documentation downloaded and installed from PyPI.
43 the Makefile will look for instances of ``sphinx-build`` and ``blurb``
53 * "clean", which removes all build files and the virtual environment.
55 * "clean-venv", which removes the virtual environment directory.
[all …]
/third_party/json/
D.gitignore7 .wsjcpp-logs/*
11 /cmake-build-*
21 # build directories (vscode-cmake-tools, user-defined, ...)
22 /build*/
29 /docs/docset/docSet.dsidx
30 /docs/docset/JSON_for_Modern_C++.docset/
31 /docs/docset/JSON_for_Modern_C++.tgz
32 /docs/mkdocs/docs/__pycache__/
33 /docs/mkdocs/docs/examples/
34 /docs/mkdocs/docs/images/json.gif
[all …]
/third_party/mbedtls/
D.readthedocs.yaml2 # Read the Docs configuration file
3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
8 # Include the framework submodule in the build
11 - framework
14 build:
15 os: ubuntu-20.04
20 - ./scripts/apidoc_full.sh
21 - breathe-apidoc -o docs/api apidoc/xml
23 - |
26 …OCS_VIRTUALENV_PATH/bin/rtd" projects "Mbed TLS API" redirects sync --wet-run -f docs/redirects.ya…
[all …]
/third_party/glib/patch/
Dbackport-add-version-macros-for-GLib-2.74.patch6 Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
9 Reference:https://gitlab.gnome.org/GNOME/glib/-/commit/4f79f0712cd5c67301e60e758a2f6c60b44e7a0e
11 ---
12 docs/reference/gio/gio-docs.xml | 4 +++
13 docs/reference/glib/glib-docs.xml | 4 +++
14 docs/reference/glib/glib-sections.txt | 14 ++++++++
15 docs/reference/gobject/gobject-docs.xml | 4 +++
16 docs/reference/meson.build | 2 +-
18 6 files changed, 71 insertions(+), 1 deletion(-)
20 diff --git a/docs/reference/gio/gio-docs.xml b/docs/reference/gio/gio-docs.xml
[all …]
/third_party/benchmark/
DREADME.md3build-and-test](https://github.com/google/benchmark/workflows/build-and-test/badge.svg)](https://g…
6 …st-bindings](https://github.com/google/benchmark/workflows/test-bindings/badge.svg)](https://githu…
33 [User Guide](docs/user_guide.md) for a more comprehensive feature overview.
35 …read the [Google Test documentation](https://github.com/google/googletest/blob/main/docs/primer.md)
40 [Discussion group](https://groups.google.com/d/forum/benchmark-discuss)
45 [Additional Tooling Documentation](docs/tools.md)
47 [Assembly Testing Documentation](docs/AssemblyTests.md)
49 [Building and installing Python bindings](docs/python_bindings.md)
53 The library can be used with C++03. However, it requires C++11 to build,
56 The following minimum versions are required to build the library:
[all …]
/third_party/mesa3d/
D.gitlab-ci.yml3 MESA_TEMPLATES_COMMIT: &ci-templates-commit 290b79e0e78eab67a83766f4e9691be554fc4afd
4 CI_PRE_CLONE_SCRIPT: |-
5 set -o xtrace
6 …wget -q -O download-git-cache.sh ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-
7 bash download-git-cache.sh
8 rm download-git-cache.sh
12 # per-pipeline artifact storage on MinIO
14 # per-job artifact storage on MinIO
17 PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${MINIO_HOST}/mesa-tracie-results/$FDO_UPSTREAM_REPO"
28- echo -e "\e[0Ksection_start:$(date +%s):unset_env_vars_section[collapsed=true]\r\e[0KUnsetting v…
[all …]
/third_party/selinux/secilc/
DREADME17 BUILD STEPS
22 Build the CIL compiler (secilc).
31 Remove temporary build files.
34 Build the secilc man page.
37 Remove temporary build files and compile binaries.
45 Use the '--help' option for more details.
50 There is a github markdown CIL Reference Guide in the docs directory. To
51 view the table of contents, see README.md in the docs directory.
53 To convert the github markdown content to HTML and PDF, change to the docs
57 The documents will be located in the docs/html and docs/pdf directories.
[all …]
/third_party/jerryscript/targets/mbedos5/
DREADME.md3 TL;DR? jump straight to [quickstart](#quick-start)
7 This directory contains the necessary code to build JerryScript for devices
11 - [Nordic Semiconductor NRF52 Development Kit](https://developer.mbed.org/platforms/Nordic-nRF52-DK…
12 - [NXP Freedom K64F](https://developer.mbed.org/platforms/FRDM-K64F/)
13 - [STM NUCLEO F401RE](https://developer.mbed.org/platforms/ST-Nucleo-F401RE/)
14 - [Silicon Labs EFM32 Giant Gecko](https://developer.mbed.org/platforms/EFM32-Giant-Gecko/)
20 Peripheral Drivers are intended as a 1-to-1 mapping to mbed C++ APIs, with a few
24 - [DigitalOut](https://docs.mbed.com/docs/mbed-os-api-reference/en/5.1/APIs/io/DigitalOut/)
25 - [InterruptIn](https://docs.mbed.com/docs/mbed-os-api-reference/en/5.1/APIs/io/InterruptIn/)
26 - [I2C](https://docs.mbed.com/docs/mbed-os-api-reference/en/5.1/APIs/interfaces/digital/I2C/)
[all …]
/third_party/libbpf/
D.readthedocs.yaml2 # Read the Docs configuration file
3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
8 build:
9 os: "ubuntu-22.04"
13 # Build documentation in the docs/ directory with Sphinx
16 configuration: docs/conf.py
19 - htmlzip
20 - pdf
21 - epub
23 # Optionally set the version of Python and requirements required to build your docs
[all …]
/third_party/libuv/.github/workflows/
DCI-sample.yml1 name: ci-sample
6 - '**'
7 - '!docs/**'
8 - '!.**'
9 - '.github/workflows/CI-sample.yml'
12 - v[0-9].*
13 - master
16 build:
18 fail-fast: false
20 os: [macos-latest, ubuntu-latest, windows-latest]
[all …]
/third_party/curl/
DMakefile.am12 # are also available at https://curl.se/docs/copyright.html.
21 # SPDX-License-Identifier: curl
27 ACLOCAL_AMFLAGS = -I m4
32 CMake/curl-config.cmake.in \
57 projects/build-openssl.bat \
58 projects/build-wolfssl.bat \
77 EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \
78 RELEASE-NOTES buildconf libcurl.pc.in $(CMAKE_DIST) $(VC_DIST) \
87 bin_SCRIPTS = curl-config
89 SUBDIRS = lib docs src scripts subdir
[all …]
/third_party/icu/docs/userguide/icu4j/
Dindex.md1 ---
6 ---
7 <!--
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…
45 * [Number Format Enhancements](../format_parse/numbers) – Scientific Notation, Spelled-out, Compa…
[all …]
/third_party/icu/tools/release/java/
Dreadme.txt3 # Copyright (C) 2009-2013 IBM and Others. All Rights Reserved
11 - Everything needed to build ICU4C from a command line (UNIX) environment
12 - Doxygen (for generating docs).
13 Doxygen 1.8.13 or newer is recommended for ICU API docs,
15 - Java JDK 1.8+
16 - Apache Ant
17 - Maven
22 …ure of in-source and out-of-source builds). Doxygen must be found during the configure phase, but …
26 OLD_ICU=/xsrl/E/icu-6.7
27 NEW_ICU=/xsrl/E/icu-6.8
[all …]
/third_party/rust/crates/regex/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
10 # The section is needed to drop write-all permissions that are granted on
16 # on pull-requests, etc. may need additional permissions:
19 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
21 # Reference for how to assign permissions on a job-by-job basis:
22 # https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
25 # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for
34 # For some builds, we use cross to test on 32-bit and big-endian
37 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`.
[all …]
/third_party/skia/toolchain/
Dbuild_toolchain.bzl4 It currently makes use of musl and not glibc because the pre-compiled libraries from the latter
5 have absolute paths baked in and this makes linking difficult. The pre-compiled musl library
9 as well as the musl headers and pre-compiled binaries. Those files are downloaded and put
10 into one folder, with a little bit of re-arrangement so clang can find files (like the C runtime).
16 # https://docs.bazel.build/versions/main/skylark/lib/repository_ctx.html#download
23 # https://docs.bazel.build/versions/main/skylark/lib/repository_ctx.html#execute
24 # This uses the extracted llvm-ar that comes with clang.
25 ctx.execute(["bin/llvm-ar", "x", "deb.ar"])
27 # https://docs.bazel.build/versions/main/skylark/lib/repository_ctx.html#extract
41 # https://docs.bazel.build/versions/main/skylark/lib/repository_ctx.html#download
[all …]
/third_party/glfw/
D.gitignore1 # The canonical out-of-tree build subdirectory
2 build
3 build-*
23 GLFW.build
33 build.ninja
48 docs/Doxyfile
49 docs/html
50 docs/warnings.txt
51 docs/doxygen_sqlite3.db
79 examples/triangle-opengl
[all …]
/third_party/python/
D.travis.yml4 # To cache doc-building dependencies and C compiler output.
6 - pip
7 - ccache
8 - directories:
9 - $HOME/multissl
13 - OPENSSL=1.1.1f
14 - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
15 - PATH="${OPENSSL_DIR}/bin:$PATH"
16 - CFLAGS="-I${OPENSSL_DIR}/include"
17 - LDFLAGS="-L${OPENSSL_DIR}/lib"
[all …]
/third_party/libexif/m4m/
Dgp-documentation.m49 AC_MSG_CHECKING([whether to build any docs])
10 AC_ARG_ENABLE([docs], [dnl optenable
11 AS_HELP_STRING([--disable-docs], [whether to create any documentation])], [dnl
29 AC_ARG_WITH([doc-dir],
30 [AS_HELP_STRING([--with-doc-dir=PATH],
31 [Where to install docs [default=autodetect]])])
41 if test -d "/usr/share/doc"
45 elif test -d "/usr/doc"
56 if ls -d /usr/{share/,}doc/make-[0-9]* > /dev/null 2>&1
58 docdir="${maindocdir}/${PACKAGE}-${VERSION}"
[all …]
/third_party/icu/docs/userguide/dev/
Dediting.md1 ---
6 ---
7 <!--
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…
45 …](https://docs.github.com/en/github/working-with-github-pages/configuring-a-publishing-source-for-
[all …]
/third_party/curl/packages/vms/
Dgnv_link_curl.com3 $! File to build images using gnv$libcurl.exe
19 $! SPDX-License-Identifier: ISC
40 $! Extended parsing option starts with VMS 7.3-1.
47 $ min_ver = f$element(0, "-", min_ver_patch)
48 $ patch = f$element(1, "-", min_ver_patch)
49 $ if patch .eqs. "-" then patch = ""
68 $ set def [--]
71 $! Build the Message file.
72 $!--------------------------
83 $! Need to build the common init module.
[all …]
/third_party/gn/
DREADME.md3 GN is a meta-build system that generates build files for
4 [Ninja](https://ninja-build.org).
8 * Documentation in [docs/](https://gn.googlesource.com/gn/+/main/docs/). In
10 * [GN quick start guide](https://gn.googlesource.com/gn/+/main/docs/quick_start.md).
11 * [Frequently asked questions](https://gn.googlesource.com/gn/+/main/docs/faq.md)
12 * [Reference](https://gn.googlesource.com/gn/+/main/docs/reference.md)
14 …* An introductory [presentation](https://docs.google.com/presentation/d/15Zwb53JcncHfEwHpnG_PoIbbz…
15 * The [mailing list](https://groups.google.com/a/chromium.org/forum/#!forum/gn-dev).
20 GN is currently used as the build system for Chromium, Fuchsia, and related
24 many thousands of build files and tens of thousands of source files.
[all …]
/third_party/icu/docs/processes/release/tasks/
Ddocs.md1 ---
3 title: APIs & Docs
7 ---
9 <!--
12 -->
14 # APIs & Docs
18 {: .no_toc .text-delta }
23 ---
30 see** [ICU-8862](https://unicode-org.atlassian.net/browse/ICU-8862) **).**
33 `sudo apt-get install doxygen`
[all …]
/third_party/json/docs/mkdocs/
DMakefile6 venv/bin/mkdocs serve --dirtyreload
8 build: prepare_files style_check target
9 venv/bin/mkdocs build
13 mkdir docs/examples
14 cp -r ../json.gif docs/images
15 cp -r ../examples/*.cpp ../examples/*.output docs/examples
18 @cd docs ; python3 ../scripts/check_structure.py
22 rm -fr docs/images/json.gif docs/examples
26 venv/bin/mkdocs gh-deploy --clean --force
30 python3 -mvenv venv
[all …]
/third_party/rust/crates/libc/
DREADME zh.md1 # libc - 提供 C 标准库的rust侧FFI
3 …Cirrus CI Status]][Cirrus CI] [![Latest Version]][crates.io] [![Documentation]][docs.rs] ![License]
17 [rfc]: https://github.com/rust-lang/rfcs/blob/master/text/1291-promote-libc.md
21 在你的"BUILD.gn"中使用deps字段添加对libc crate的依赖,例如:
23 ```BUILD.gn
47 * `const-extern-fn`: 将一些`extern fn`s改为`const extern fn`s。
58 |----------------------|---------|
66 | `const-extern-fn` | 1.62.0 |
70 [特定平台文档(master分支)][docs.master]。
72 见[`ci/build.sh`](https://github.com/rust-lang/libc/blob/master/ci/build.sh)
[all …]

12345678910>>...41