forked from daizutabi/pheasant
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (29 loc) · 737 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (29 loc) · 737 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
site_name: Pheasant
site_url: https://pheasant.daizutabi.net/
site_description: Project documentation with MkDocs.
site_author: daizutabi
site_dir: ../pheasant-site/site
repo_url: https://github.com/daizutabi/pheasant/
edit_uri: ""
theme: ivory
# theme: readthedocs
plugins:
- search
- pheasant:
version: pheasant
nav_number: true
nav:
- Pheasant: index.md
- User Guide:
- Images: user-guide/images.md
- Embed: user-guide/embed.md
- SymPy: user-guide/sympy.md
- Script: user-guide/script.py
- Cell: user-guide/cell.py
- user-guide/kernel.md
- About:
- Release Notes: about/release-notes.md
- License: about/license.md
markdown_extensions:
- admonition
- pymdownx.arithmatex