-
Notifications
You must be signed in to change notification settings - Fork 73
/
mkdocs.yml
25 lines (21 loc) · 932 Bytes
/
mkdocs.yml
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
site_name: scikit-rebate
site_url: http://EpistasisLab.github.io/scikit-rebate
site_author: Randal S. Olson and Ryan J. Urbanowicz
site_description: A scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for Machine Learning.
repo_url: https://github.com/EpistasisLab/scikit-rebate
edit_uri: edit/master/docs_sources/
docs_dir: docs_sources/
site_dir: docs/
theme: readthedocs
markdown_extensions:
- tables
- fenced_code
copyright: Developed by <a href="http://www.randalolson.com">Randal S. Olson</a>, <a href="https://github.com/pschmitt52">Pete Schmitt</a>, and <a href="http://ryanurbanowicz.com">Ryan J. Urbanowicz</a> at the University of Pennsylvania
pages:
- Home: index.md
- Installation: installing.md
- Using skrebate: using.md
- Contributing: contributing.md
- Release Notes: releases.md
- Citing: citing.md
- Support: support.md