-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
37 lines (34 loc) · 956 Bytes
/
mkdocs.yml
File metadata and controls
37 lines (34 loc) · 956 Bytes
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
site_name: knowledgecomplex
site_url: https://blockscience.github.io/knowledgecomplex
repo_url: https://github.com/blockscience/knowledgecomplex
repo_name: blockscience/knowledgecomplex
theme:
name: material
features:
- navigation.sections
- content.code.copy
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
show_source: true
members_order: source
nav:
- Home: index.md
- Tutorial: tutorial.md
- Ontology: ontology.md
- API Reference:
- Schema: api/schema.md
- Graph: api/graph.md
- Visualization: api/viz.md
- Algebraic Topology: api/analysis.md
- Clique Inference: api/clique.md
- Filtrations: api/filtration.md
- Parametric Sequences: api/parametric.md
- Diffs & Sequences: api/diff.md
- File I/O: api/io.md
- Codecs: api/codecs.md
- Exceptions: api/exceptions.md