-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (37 loc) · 955 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
39 lines (37 loc) · 955 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
38
39
site_name: Yeast
site_description: A Python data processing engine for modeling or visualization
theme:
name: gitbook
repo_name: iuga/yeast
repo_url: https://github.com/iuga/yeast
use_directory_urls: false
nav:
- Yeast:
- Home: index.md
- Getting Started:
- 5 Minute Introduction: introduction.md
- Methods for Selecting Variables: selectors.md
- Methods for Creating and Transforming Variables: transformers.md
- Methods for Groups and Aggregations: aggregations.md
- Join two DataFrames together: merge.md
- Developers API:
- Steps Reference: reference.md
- Custom Steps: extensions.md
- Roadmap: roadmap.md
- Examples:
- San Francisco Crime: examples/san_francisco_crime.md
plugins: []
extra_css:
- extra.css
- styles.css
markdown_extensions:
- admonition
- codehilite
- mkautodoc
- toc:
permalink: True
extra:
logo:
logo.jpg
include_toc: yes
show_powered_by: false