Home
last modified time | relevance | path

Searched +full:python3 +full:- +full:docutils (Results 1 – 14 of 14) sorted by relevance

/external/libdrm/
D.gitlab-ci.yml18 - project: 'freedesktop/ci-templates'
21 - '/templates/debian.yml'
22 - '/templates/freebsd.yml'
23 - '/templates/ci-fairy.yml'
30 - "Base container"
31 - "Build"
33 .ci-rules:
35 - when: on_success
39 .os-debian:
43-essential docbook-xsl libatomic-ops-dev libcairo2-dev libcunit1-dev libpciaccess-dev meson ninja-
[all …]
/external/libdrm/.gitlab-ci/
Ddebian-install.sh2 set -o errexit
3 set -o xtrace
9 dpkg --add-architecture $arch
12 apt-get install -y \
13 ca-certificates
15 sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list
16 echo 'deb https://deb.debian.org/debian buster-backports main' >/etc/apt/sources.list.d/backports.l…
18 apt-get update
23 Pin: release a=buster-backports
24 Pin-Priority: 500
[all …]
/external/oss-fuzz/projects/varnish/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt install -y automake autoconf libtool pkg-config python3-docutils python3-
19 RUN git clone --depth 1 https://github.com/varnishcache/varnish-cache
21 WORKDIR $SRC/varnish-cache
/external/libbpf/.github/actions/build-selftests/
Daction.yml1 name: 'build-selftests'
4 repo-path:
19 - shell: bash
23 …sudo apt-get install -y qemu-kvm zstd binutils-dev elfutils libcap-dev libelf-dev libdw-dev python…
25 - shell: bash
29 export REPO_PATH="${{ inputs.repo-path }}"
/external/igt-gpu-tools/
DDockerfile.fedora3 RUN dnf install -y \
4 gcc flex bison libatomic meson ninja-build xdotool \
11 'pkgconfig(pixman-1)' \
15 'pkgconfig(glib-2.0)' \
21 'pkgconfig(json-c)' \
22 'pkgconfig(gtk-doc)' \
25 python3-docutils
28 RUN dnf install -y make
32 RUN curl -O https://intel-gfx-ci.01.org/mirror/peg/peg-0.1.18.tar.gz
33 RUN tar xf peg-0.1.18.tar.gz
[all …]
/external/mesa3d/bin/
Dgen_release_notes.py1 #!/usr/bin/env python3
2 # Copyright © 2019-2020 Intel Corporation
39 import docutils.utils
40 import docutils.parsers.rst.states as states
52 wait for Mesa ${this_version[:-1]}1.
69 ---------------
77 ------------
80 - ${rst_escape(f)}
85 ---------
88 - ${rst_escape(b)}
[all …]
/external/fmtlib/doc/
Dbuild.py1 #!/usr/bin/env python3
28 check_call(['python3', '-m', 'venv', venv_dir])
34 # See: https://github.com/sphinx-doc/sphinx/issues/9777
35 pip.install('docutils==0.17.1')
37 # See: https://github.com/sphinx-doc/sphinx/issues/10291
48 cmd = ['doxygen', '-']
86 '''.format(include_dir, doxyxml_dir).encode('UTF-8'))
87 out = out.decode('utf-8')
105 main_versions = reversed(versions[-3:])
106 check_call([os.path.join(work_dir, 'virtualenv', 'bin', 'sphinx-build'),
[all …]
/external/python/cpython3/Lib/idlelib/
Dhelp.html6 <meta charset="utf-8" />
7 …iewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutil…
9 ….12.0a0 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
14 …<script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"><…
39 table.full-width-table {
50 <div class="mobile-nav">
51 <input type="checkbox" id="menuToggler" class="toggler__input" aria-controls="navigation"
52 aria-pressed="false" aria-expanded="false" role="button" aria-label="Menu" />
56 <nav class="nav-content" role="navigation">
57 <a href="https://www.python.org/" class="nav-logo">
[all …]
/external/bpftool/.github/workflows/
Dbuild.yaml6 - '.github/workflows/build.yaml'
7 - 'docs/**'
8 - 'include/**'
9 - 'libbpf/**'
10 - 'src/**'
13 - master
16 group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.event.after }}
17 cancel-in-progress: true
22 fail-fast: false
24 os: [ubuntu-20.04, ubuntu-22.04]
[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
29 depend on other build targets, such as :ref:`report cards <module-pw_bloat>` for
40 -----------------
42 -----------------
[all …]
/external/python/cpython3/Doc/
Dconf.py14 # ---------------------
47 copyright = '2001-%s, Python Software Foundation' % time.strftime('%Y')
55 # non-false value, then it is used:
61 highlight_language = 'python3'
75 # Do not error nit-picky mode builds when _SubParsersAction.add_parser cannot
81 # Disable Docutils smartquotes for several translations
95 # -----------------------
107 # Override stylesheet fingerprinting for Windows CHM htmlhelp to fix GH-91207
118 # (See .readthedocs.yml and https://docs.readthedocs.io/en/stable/reference/environment-variables.h…
135 …# Defaults taken from https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_s…
[all …]
/external/python/cpython3/Doc/tools/
Drstlint.py1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*-
9 # TODO: - wrong versions in versionadded/changed
10 # - wrong markup after versionchanged directive
21 # standard docutils ones
23 'contents', 'csv-table', 'danger', 'date', 'default-role', 'epigraph',
25 'important', 'include', 'line-block', 'list-table', 'meta', 'note',
26 'parsed-literal', 'pull-quote', 'raw', 'replace',
27 'restructuredtext-test-directive', 'role', 'rubric', 'sectnum', 'sidebar',
28 'table', 'target-notes', 'tip', 'title', 'topic', 'unicode', 'warning',
[all …]
/external/python/cpython3/Tools/peg_generator/data/
Dtop-pypi-packages-365-days.json2 "last_update": "2020-01-17 15:34:44",
24 "project": "python-dateutil"
56 "project": "docutils"
124 "project": "pyasn1-modules"
140 "project": "google-api-core"
156 "project": "google-auth"
168 "project": "google-cloud-core"
176 "project": "googleapis-common-protos"
200 "project": "more-itertools"
204 "project": "awscli-cwlogs"
[all …]
/external/python/cpython3/Misc/
DHISTORY2 --------------
13 Release date: 2017-01-17
21 Release date: 2017-01-02
24 -----------------
26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug
33 -------
35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle
39 - In the curses module, raise an error if window.getstr() or window.instr() is
42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller.
[all …]