-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
53 lines (53 loc) · 1.4 KB
/
mkdocs.yml
File metadata and controls
53 lines (53 loc) · 1.4 KB
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
site_name: agtools
site_url: "https://github.com/Vini2/agtools"
site_author: "Vijini Mallawaarachchi"
repo_url: "https://github.com/Vini2/agtools"
repo_name: 'GitHub'
theme:
name: readthedocs
highlightjs: true
hljs_languages:
- yaml
- bash
- shell
- text
- python
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
extra_css:
- css/extra.css
nav:
- Home:
- Introduction: index.md
- Getting Started:
- Installation: install.md
- Quick Start: quickstart.md
- Guides:
- CLI Examples:
- Obtaining stats: examples/stats.md
- Renaming elements: examples/rename.md
- Concatenating multiple graphs: examples/concat.md
- Filtering segments: examples/filter.md
- Cleaning a graph file: examples/clean.md
- Get component of a segment: examples/component.md
- Format conversion: examples/formatconv.md
- API Tutorial: tutorial.md
- Assembler examples: assemblerexamples.md
- More examples: moreexamples.md
- Applications: exampleapplications.md
- Reference:
- CLI Commands: cli.md
- API Documentation: api.md
- File Formats: fileformats.md
- Support:
- FAQ: faq.md
- Changelog: changelog.md