-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
34 lines (28 loc) · 1.12 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
site_name: Dandelion
site_author: David Leon (Dawei Leng)
docs_dir: docs
markdown_extensions:
- pymdownx.arithmatex
extra_javascript:
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
nav:
- Home: index.md
- Tutorials:
- I - Sentence Topic Classification: tutorial I - Sentence Topic Classification.md
- II - Write Your Own Module: tutorial II - Write Your Own Module.md
- III - Howtos: howtos.md
# - Document Image Classfication: tutorial II - Document Image Classification.md
- Framework Interface:
- dandelion.module: dandelion_module.md
- dandelion.functional: dandelion_functional.md
- dandelion.activation: dandelion_activation.md
- dandelion.objective: dandelion_objective.md
- dandelion.update: dandelion_update.md
- dandelion.initialization: dandelion_initialization.md
- dandelion.util: dandelion_util.md
- dandelion.model: dandelion_model.md
- Extensions:
- dandelion.ext.CV: dandelion_ext_CV.md
- dandelion.ext.visual: dandelion_ext_visual.md
- History: history.md
theme: readthedocs