Home
last modified time | relevance | path

Searched full:mkdocs (Results 1 – 19 of 19) sorted by relevance

/external/python/bumble/docs/
DREADME.md5 hierarchy at `docs/mkdocs/src`, starting with `docs/mkdocs/src/index.md`.
7 or generate a static HTML "site" using `mkdocs`, which you can then open with any browser.
9 # Static HTML With MkDocs
11 [MkDocs](https://www.mkdocs.org/) is used to generate a static HTML documentation site.
12 The `mkdocs` directory contains all the data (actual documentation) and metadata (configuration) fo…
13 `mkdocs/requirements.txt` includes the list of Python packages needed to build the site.
14 `mkdocs/mkdocs.yml` contains the site configuration.
15 `mkdocs/src/` is the directory where the actual documentation text, in markdown format, is located.
19 $ mkdocs build -f docs/mkdocs/mkdocs.yml
22 You can then open `docs/mkdocs/site/index.html` with any web browser.
/external/python/bumble/
Dtasks.py53 def mkdocs(ctx): function
54 ctx.run('mkdocs build -f docs/mkdocs/mkdocs.yml')
57 ns.add_task(mkdocs)
DREADME.md12 <img src="docs/mkdocs/src/images/logo_framed.png" alt="drawing" width="200" height="200"/>
19 or see the documentation source under `docs/mkdocs/src`, or build the static HTML site from the mar…
21 mkdocs build -f docs/mkdocs/mkdocs.yml
Dsetup.cfg66 mkdocs >= 1.2.3
67 mkdocs-material >= 8.1.9
D.gitignore7 docs/mkdocs/site
/external/okio/.buildscript/
Dprepare_mkdocs.sh3 # The website is built using MkDocs with the Material theme.
4 # https://squidfunk.github.io/mkdocs-material/
7 # pip install mkdocs mkdocs-material
/external/python/bumble/docs/mkdocs/
Drequirements.txt2 mkdocs == 1.2.3
3 mkdocs-material == 7.1.7
4 mkdocs-material-extensions == 1.0.1
/external/python/mobly/
D.readthedocs.yml13 # Build documentation with MkDocs
14 #mkdocs:
15 # configuration: mkdocs.yml
/external/freetype/docs/
D.gitignore8 # MkDocs Config file
9 mkdocs.yml
/external/okio/.github/workflows/
Dbuild.yml150 - name: Build mkdocs
152 pip3 install mkdocs-macros-plugin
153 mkdocs build
/external/freetype/docs/markdown/javascripts/
Dextra.js5 Bug report on material-mkdocs
6 https://github.com/squidfunk/mkdocs-material/issues/791
/external/freetype/builds/
Dfreetype.mk302 cd $(DOC_DIR) && mkdocs build
308 # We still need to cd into `DOC_DIR' to build `mkdocs' because paths in
309 # `mkdocs.yml' are relative to the current working directory.
330 cd $(DOC_DIR) && $(VENV_NAME)$(SEP)$(BIN)$(SEP)python -m mkdocs build
Dtoplevel.mk318 rm -f docs/mkdocs.yml
/external/okio/
D.gitignore27 # Special Mkdocs files
/external/python/bumble/.github/workflows/
Dpython-build-test.yml34 inv mkdocs
/external/freetype/builds/meson/
Dgenerate_reference_docs.py83 [sys.executable, "-m", "mkdocs", "build"], cwd=args.output_dir
/external/freetype/src/tools/
Dmake_distribution_archives.py169 os.unlink(os.path.join(tmp_src_dir, "docs", "mkdocs.yml"))
/external/python/cpython3/Tools/peg_generator/data/
Dtop-pypi-packages-365-days.json5204 "project": "mkdocs"
7620 "project": "mkdocs-material"
10336 "project": "mkdocs-minify-plugin"
/external/freetype/docs/oldlogs/
DChangeLog.2102887 to mkdocs and docwriter.
2966 (using the `docwriter` and `mkdocs` packages, which must be already