Home
last modified time | relevance | path

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

12

/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/
DREADME.md12 <img src="docs/mkdocs/src/images/logo_framed.png" alt="Logo" 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
28 For a quick start to using Bumble, see the [Getting Started](docs/mkdocs/src/getting_started.md) gu…
43 The complete [list of Examples](/docs/mkdocs/src/examples/index.md), and what they are designed to …
45 There are also a set of [Apps and Tools](docs/mkdocs/src/apps_and_tools/index.md) that show the uti…
51 You can use the [usb_probe](/docs/mkdocs/src/apps_and_tools/usb_probe.md) tool (all platforms) or `…
53 …docs/mkdocs/src/transports/usb.md) page for details on how to refer to USB devices. Also, if your …
Dtasks.py58 def mkdocs(ctx): function
59 ctx.run("mkdocs build -f docs/mkdocs/mkdocs.yml")
65 build_tasks.add_task(mkdocs, name="mkdocs")
Dsetup.cfg107 mkdocs >= 1.4.0
108 mkdocs-material >= 8.5.6
D.gitignore6 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/kotlinpoet/.github/workflows/
Dmkdocs-requirements.txt7 mkdocs==1.5.3
8 mkdocs-macros-plugin==1.0.5
9 mkdocs-material==9.5.4
10 mkdocs-material-extensions==1.3.1
Drelease.yml43 - name: Build mkdocs
45 pip3 install -r .github/workflows/mkdocs-requirements.txt
46 mkdocs build
Dbuild.yml65 - name: Build mkdocs
67 pip3 install -r .github/workflows/mkdocs-requirements.txt
68 mkdocs build
/external/python/bumble/docs/mkdocs/
Drequirements.txt2 mkdocs == 1.4.0
3 mkdocs-material == 8.5.6
4 mkdocs-material-extensions == 1.0.3
/external/python/mobly/
D.readthedocs.yml13 # Build documentation with MkDocs
14 #mkdocs:
15 # configuration: mkdocs.yml
/external/kotlinpoet/
Dmkdocs.yml1 # pip install mkdocs mkdocs-material
2 # mkdocs serve
3 # mkdocs gh-deploy
D.gitignore19 # Mkdocs files
/external/okio/.github/workflows/
Dbuild.yml170 - name: Build mkdocs
172 pip3 install mkdocs-material mkdocs-macros-plugin
173 mkdocs build
/external/freetype/docs/
D.gitignore8 # MkDocs Config file
9 mkdocs.yml
/external/accompanist/.github/workflows/
Dpublish-docs.yml38 python3 -m pip install mkdocs-material=="9.*"
44 run: 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) && $(PYTHON) -m 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.mk312 rm -f $(TOP_DIR)/docs/mkdocs.yml
/external/okio/
D.gitignore27 # Special Mkdocs files
/external/accompanist/
D.gitignore41 # Mkdocs temporary serving folder
/external/bazelbuild-rules_python/python/pip_install/
D.gitignore126 # mkdocs documentation
/external/freetype/builds/meson/
Dgenerate_reference_docs.py83 [sys.executable, "-m", "mkdocs", "build"], cwd=args.output_dir
/external/python/bumble/.github/workflows/
Dpython-build-test.yml43 inv build.mkdocs
/external/freetype/src/tools/
Dmake_distribution_archives.py169 os.unlink(os.path.join(tmp_src_dir, "docs", "mkdocs.yml"))

12