Home
last modified time | relevance | path

Searched +full:- +full:dllvm_enable_sphinx (Results 1 – 11 of 11) sorted by relevance

/llvm-project/.github/workflows/
H A Ddocs.yml4 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
14 - 'main'
16 - 'llvm/docs/**'
17 - 'clang/docs/**'
18 - 'clang/include/clang/Basic/AttrDocs.td'
19 - 'clang/include/clang/Driver/ClangOptionDocs.td'
20 - 'clan
[all...]
/llvm-project/openmp/docs/
H A DREADME.txt12 Sphinx <http://sphinx-doc.org/> and then do:
14 cd <build-dir>
15 …cmake -DLLVM_ENABLE_SPHINX=true -DSPHINX_OUTPUT_HTML=true -DCMAKE_MODULE_PATH=/path/to/llvm/cmake/…
16 make docs-openmp-html
17 $BROWSER <build-dir>/docs/html/index.html
20 `docs/Foo.rst` <-> `<build-dir>/projects/openmp/docs//html/Foo.html` <->
34 directory `<build-dir>/docs/man/`.
36 cd <build-dir>
37 cmake -DLLVM_ENABLE_SPHINX=true -DSPHINX_OUTPUT_MAN=true <src-dir>
39 man -l >build-dir>/docs/man/FileCheck.1
[all …]
/llvm-project/llvm/docs/
H A DREADME.txt12 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` <-> `https://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>
37 make -j3 docs-llvm-man
[all …]
H A DSphinxQuickstartTemplate.rst15 .. _`reStructuredText`: http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html
16 .. _`Sphinx`: http://www.sphinx-doc.org
21 …ext editor. You can then write your docs, and then send the new article to llvm-commits for review.
30 plain-text conventions so it should be quite natural. A basic knowledge of
37 llvm-commits for review.
40 ---------------------
50 A standard best practice is to make your articles task-oriented. You generally should not be writin…
54 When creating a task-oriented article, follow existing LLVM articles by giving it a filename that s…
66 structure. Use the same kind of adornments (e.g. ``======`` vs. ``------``)
71 -------------------------
[all …]
H A DGettingStarted.rst19 C-like languages use the `Clang <https://clang.llvm.org/>`_ front end. This
21 -- and from there into object files, using LLVM.
34 * ``git clone https://github.com/llvm/llvm-project.git``
37 ``git clone --config core.autocrlf=false
38 https://github.com/llvm/llvm-project.git``
39 * To save storage and speed-up the checkout time, you may want to do a
40 `shallow clone <https://git-scm.com/docs/git-clon
[all...]
/llvm-project/llvm/utils/release/
H A Dbuild-docs.sh2 #===-- build-docs.sh - Tag the LLVM release candidates ---------------------===#
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===------------------------------------------------------------------------===#
14 # * dnf install doxygen texlive-epstopdf ghostscript \
15 # ninja-build gcc-c++
16 # * pip install --user -r ./llvm/docs/requirements.txt
18 # * apt-get install doxygen \
19 # ninja-build graphviz texlive-font-utils
20 # * pip install --user -r ./llvm/docs/requirements.txt
21 #===------------------------------------------------------------------------===#
[all …]
/llvm-project/libc/docs/
H A DREADME.txt9 * -DLLVM_ENABLE_SPHINX=ON
10 * -DLIBC_INCLUDE_DOCS=ON
12 After configuring libc with these options the make rule `docs-libc-html`
/llvm-project/bolt/docs/
H A DREADME.txt9 * -DLLVM_ENABLE_SPHINX=ON
10 * -DBOLT_INCLUDE_DOCS=ON
12 After configuring BOLT with these options the make rule `docs-bolt-html` should
/llvm-project/libunwind/docs/
H A DREADME.txt9 * -DLLVM_ENABLE_SPHINX=ON
10 * -DLIBUNWIND_INCLUDE_DOCS=ON
12 After configuring libunwind with these options the make rule `docs-libunwind-html`
/llvm-project/libcxx/docs/
H A DREADME.txt9 * -DLLVM_ENABLE_SPHINX=ON
10 * -DLIBCXX_INCLUDE_DOCS=ON
12 After configuring libc++ with these options the make rule `docs-libcxx-html`
15 The documentation in this directory is published at https://libcxx.llvm.org. It is kept up-to-date
16 by a build bot: https://lab.llvm.org/buildbot/#/builders/publish-sphinx-docs. If you notice that the
/llvm-project/flang/docs/
H A DGettingStarted.md1 <!--===- docs/GettingStarted.md
5 SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 -->
12 ---
14 ---
36 compiler-rt. Note that compiler-rt is only needed to access libraries that
39 includig GNU and clang. But building compiler-rt requres using the clang
44 into a directory called llvm-project. The build will also
46 the built files), install (holds the installed files, and compiler-rt (holds
47 the result of building compiler-rt).
[all …]