You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
518 B
19 lines
518 B
site_name: MIPLearn
|
|
theme: cinder
|
|
copyright: Copyright (C) 2019-2020 Argonne National Laboratory
|
|
repo_url: https://github.com/iSoron/miplearn
|
|
nav:
|
|
- Home: index.md
|
|
- Usage: usage.md
|
|
- Benchmark: benchmark.md
|
|
- Problems: problems.md
|
|
- Customization: customization.md
|
|
- About: about.md
|
|
plugins:
|
|
- search
|
|
markdown_extensions:
|
|
- admonition
|
|
- mdx_math
|
|
extra_javascript:
|
|
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
|
|
- js/mathjax.js |