-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathmkdocs.yml
More file actions
21 lines (21 loc) · 850 Bytes
/
mkdocs.yml
File metadata and controls
21 lines (21 loc) · 850 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
site_name: Easydata
site_description: A project template and directory structure for reproducible and collaborative Python-based data science projects.
site_favicon: favicon.ico
repo_url: https://github.com/hackalog/cookiecutter-easydata
copyright: CCBY 4.0
google_analytics: ['UA-54096005-4', 'auto']
theme: readthedocs
extra_css:
- css/extra.css
nav:
- Home: index.md
- Opinions: opinions.md
- Datasets: datasets.md
- 'Example Notebooks':
- 'Basic Starter Notebook': 00-xyz-sample-notebook.ipynb
- 'Creating a dataset from a csv file': Add-csv-template.ipynb
- 'Creating a derived dataset from a single function': Add-derived-dataset.ipynb
- 'Generic Raw Dataset Creation Template': New-Dataset-Template.ipynb
- 'Generic Derived Dataset Creation Template': New-Edge-Template.ipynb
plugins:
- mkdocs-jupyter