Searched full:mkdocs (Results 1 – 25 of 27) sorted by relevance
12
| /external/python/bumble/docs/ |
| D | README.md | 5 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/ |
| D | README.md | 12 <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 …
|
| D | tasks.py | 58 def mkdocs(ctx): function 59 ctx.run("mkdocs build -f docs/mkdocs/mkdocs.yml") 65 build_tasks.add_task(mkdocs, name="mkdocs")
|
| D | setup.cfg | 107 mkdocs >= 1.4.0 108 mkdocs-material >= 8.5.6
|
| D | .gitignore | 6 docs/mkdocs/site
|
| /external/okio/.buildscript/ |
| D | prepare_mkdocs.sh | 3 # 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/ |
| D | mkdocs-requirements.txt | 7 mkdocs==1.5.3 8 mkdocs-macros-plugin==1.0.5 9 mkdocs-material==9.5.4 10 mkdocs-material-extensions==1.3.1
|
| D | release.yml | 43 - name: Build mkdocs 45 pip3 install -r .github/workflows/mkdocs-requirements.txt 46 mkdocs build
|
| D | build.yml | 65 - name: Build mkdocs 67 pip3 install -r .github/workflows/mkdocs-requirements.txt 68 mkdocs build
|
| /external/python/bumble/docs/mkdocs/ |
| D | requirements.txt | 2 mkdocs == 1.4.0 3 mkdocs-material == 8.5.6 4 mkdocs-material-extensions == 1.0.3
|
| /external/python/mobly/ |
| D | .readthedocs.yml | 13 # Build documentation with MkDocs 14 #mkdocs: 15 # configuration: mkdocs.yml
|
| /external/kotlinpoet/ |
| D | mkdocs.yml | 1 # pip install mkdocs mkdocs-material 2 # mkdocs serve 3 # mkdocs gh-deploy
|
| D | .gitignore | 19 # Mkdocs files
|
| /external/okio/.github/workflows/ |
| D | build.yml | 170 - name: Build mkdocs 172 pip3 install mkdocs-material mkdocs-macros-plugin 173 mkdocs build
|
| /external/freetype/docs/ |
| D | .gitignore | 8 # MkDocs Config file 9 mkdocs.yml
|
| /external/accompanist/.github/workflows/ |
| D | publish-docs.yml | 38 python3 -m pip install mkdocs-material=="9.*" 44 run: mkdocs build
|
| /external/freetype/docs/markdown/javascripts/ |
| D | extra.js | 5 Bug report on material-mkdocs 6 https://github.com/squidfunk/mkdocs-material/issues/791
|
| /external/freetype/builds/ |
| D | freetype.mk | 302 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
|
| D | toplevel.mk | 312 rm -f $(TOP_DIR)/docs/mkdocs.yml
|
| /external/okio/ |
| D | .gitignore | 27 # Special Mkdocs files
|
| /external/accompanist/ |
| D | .gitignore | 41 # Mkdocs temporary serving folder
|
| /external/bazelbuild-rules_python/python/pip_install/ |
| D | .gitignore | 126 # mkdocs documentation
|
| /external/freetype/builds/meson/ |
| D | generate_reference_docs.py | 83 [sys.executable, "-m", "mkdocs", "build"], cwd=args.output_dir
|
| /external/python/bumble/.github/workflows/ |
| D | python-build-test.yml | 43 inv build.mkdocs
|
| /external/freetype/src/tools/ |
| D | make_distribution_archives.py | 169 os.unlink(os.path.join(tmp_src_dir, "docs", "mkdocs.yml"))
|
12