forked from mitodl/mitx-grading-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
37 lines (37 loc) · 1.23 KB
/
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
26
27
28
29
30
31
32
33
34
35
36
37
site_name: MITxGraders
repo_url: 'https://github.com/mitodl/mitx-grading-library'
edit_uri: ''
theme:
name: 'cinder'
pages:
- Getting Started:
- Overview: 'index.md'
- edX Syntax: 'edx.md'
- Introduction to Graders: 'graders.md'
- ItemGrader: 'item_grader.md'
- StringGrader: 'string_grader.md'
- Grading Math:
- FormulaGrader: 'grading_math/formula_grader.md'
- NumericalGrader: 'grading_math/numerical_grader.md'
- MatrixGrader: 'grading_math/matrix_grader/matrix_grader.md'
- Sampling Sets: 'grading_math/sampling.md'
- Functions and Constants List: 'grading_math/functions_and_constants.md'
- User-Defined Functions: 'grading_math/user_functions.md'
- Comparer Functions: 'grading_math/comparer_functions.md'
- AsciiMath Renderer Definitions: 'grading_math/renderer.md'
- IntegralGrader: 'grading_math/integral_grader.md'
- Grading Lists:
- SingleListGrader: 'grading_lists/single_list_grader.md'
- ListGrader: 'grading_lists/list_grader.md'
- Plugins: 'plugins.md'
- FAQs: 'faq.md'
- Changelog: 'changelog.md'
markdown_extensions:
- toc:
permalink: ' # '
- admonition
- codehilite
extra_css:
- css/extra.css
- css/cinder_tweaks.css
- css/readthedocs.css