-
Notifications
You must be signed in to change notification settings - Fork 39
/
mkdocs.yml
84 lines (79 loc) · 2.15 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# mkdocs.yml
theme:
name: "material"
logo: images/logo.png
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- content.code.copy
- content.code.annotate
- toc.follow
plugins:
- search
- gen-files:
scripts:
- doc/gen_ref_pages.py
- mkdocstrings:
watch:
- otbtf/
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mermaid2
nav:
- Home: index.md
- Installation:
- Install from docker: docker_use.md
- Build your own docker images: docker_build.md
- Docker troubleshooting: docker_troubleshooting.md
- Build from source: build_from_sources.md
- Applications:
- Overview: app_overview.md
- Sampling: app_sampling.md
- Training: app_training.md
- Inference: app_inference.md
- Python API:
- Model generalities: api_model_generalities.md
- Deterministic models: reference/otbtf/examples/tensorflow_v2x/deterministic/__init__.md
- Build and train deep learning models: api_tutorial.md
- Distributed training: api_distributed.md
- Python API references:
- dataset: reference/otbtf/dataset.md
- tfrecords: reference/otbtf/tfrecords.md
- model: reference/otbtf/model.md
- Tensorflow v1:
- Tricks (deprecated): deprecated.md
- Models examples: reference/otbtf/examples/tensorflow_v1x/__init__.md
# Customization
extra:
feature:
tabs: true
social:
- icon: fontawesome/brands/github
link: https://github.com/remicres/otbtf
use_directory_urls: false # this creates some otbtf/core.html pages instead of otbtf/core/index.html
markdown_extensions:
- attr_list
- admonition
- toc:
permalink: true
title: On this page
toc_depth: 1-2
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences
- mdx_math
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
# Rest of the navigation..
site_name: "OTBTF"
repo_url: https://github.com/remicres/otbtf
repo_name: otbtf
docs_dir: doc/
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.4/MathJax.js?config=TeX-AMS-MML_HTMLorMML