Lines Matching full:docs
16 for docs that have moved or changed).
21 places where they are used in the docs-generating process (instead
22 of re-writing writing `conf.py` and a `header.rst` each time docs
27 - Generating a temporary `./docs/lv_conf.h` for Doxygen to use
34 - Adding translation and API links (requiring generating docs in a
59 This is the way this script is used for normal (full) docs generation.
64 Docs-Dev Initial Docs Generation Usage
76 Docs-Dev Update-Only Generation Usage
79 run the following until docs-development task is complete.
87 | Docs Changed | Time | Typical Time to Browser Refresh |
126 of only docs that got updated -- Sphinx's default behavior.
128 Leaves temporary directory intact for docs development purposes.
144 Skips copying ./docs/ directory tree to `temp_directory`.
157 and re-copy the updated `./docs/` files to the temporary directory
198 # With argument `docs_dev`, Sphinx will generate docs from a fixed
258 # done in 2 places (add_translation.py and ./docs/_ext/link_roles.py) rather
325 # Sphinx Read-the-Docs theme to add to [Edit on GitHub] links
332 # number of broken links on the docs website, since commits that
333 # generated docs can sometimes go away. This gets used in:
376 # for docs-generation development purposes.
437 # link and API links) before being used to generate new docs.
450 print("Skipping copying ./docs/ directory as requested.")
611 # '-E' option forces Sphinx to rebuild its environment so all docs are
613 # Note: Sphinx runs in ./docs/, but uses `temp_directory` for input.