forked from sbromberger/LightGraphs.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
27 lines (27 loc) · 831 Bytes
/
mkdocs.yml
File metadata and controls
27 lines (27 loc) · 831 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
site_name: LightGraphs.jl
site_author: Seth Bromberger
repo_url: https://github.com/JuliaGraphs/LightGraphs.jl/
theme: readthedocs
pages:
- 'Getting Started': 'index.md'
- 'Basic Functions': 'basicmeasures.md'
- 'Operators': 'operators.md'
- 'Path and Traversal': 'pathing.md'
- 'Distance': 'distance.md'
- 'Centrality Measures': 'centrality.md'
- 'Linear Algebra': 'linalg.md'
- 'Community Structures': 'community.md'
- 'Flow and Cut': 'flowcut.md'
- 'Graph Generators': 'generators.md'
- 'Reading / Writing Graphs': 'persistence.md'
- 'Integration with other packages': 'integration.md'
docs_dir: 'doc'
markdown_extensions:
- extra
- tables
- fenced_code
extra_css:
- LightGraphs.css
extra_javascript:
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_HTML
- mathjaxhelper.js