Searched full:mkdocs (Results 1 – 19 of 19) sorted by relevance
| /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 | tasks.py | 53 def mkdocs(ctx): function 54 ctx.run('mkdocs build -f docs/mkdocs/mkdocs.yml') 57 ns.add_task(mkdocs)
|
| D | README.md | 12 <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
|
| D | setup.cfg | 66 mkdocs >= 1.2.3 67 mkdocs-material >= 8.1.9
|
| D | .gitignore | 7 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/python/bumble/docs/mkdocs/ |
| D | requirements.txt | 2 mkdocs == 1.2.3 3 mkdocs-material == 7.1.7 4 mkdocs-material-extensions == 1.0.1
|
| /external/python/mobly/ |
| D | .readthedocs.yml | 13 # Build documentation with MkDocs 14 #mkdocs: 15 # configuration: mkdocs.yml
|
| /external/freetype/docs/ |
| D | .gitignore | 8 # MkDocs Config file 9 mkdocs.yml
|
| /external/okio/.github/workflows/ |
| D | build.yml | 150 - name: Build mkdocs 152 pip3 install mkdocs-macros-plugin 153 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) && 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 | 318 rm -f docs/mkdocs.yml
|
| /external/okio/ |
| D | .gitignore | 27 # Special Mkdocs files
|
| /external/python/bumble/.github/workflows/ |
| D | python-build-test.yml | 34 inv mkdocs
|
| /external/freetype/builds/meson/ |
| D | generate_reference_docs.py | 83 [sys.executable, "-m", "mkdocs", "build"], cwd=args.output_dir
|
| /external/freetype/src/tools/ |
| D | make_distribution_archives.py | 169 os.unlink(os.path.join(tmp_src_dir, "docs", "mkdocs.yml"))
|
| /external/python/cpython3/Tools/peg_generator/data/ |
| D | top-pypi-packages-365-days.json | 5204 "project": "mkdocs" 7620 "project": "mkdocs-material" 10336 "project": "mkdocs-minify-plugin"
|
| /external/freetype/docs/oldlogs/ |
| D | ChangeLog.210 | 2887 to mkdocs and docwriter. 2966 (using the `docwriter` and `mkdocs` packages, which must be already
|