Revision 5eafeb7195bbf66613b6fce0a653bdac2fc838e3 authored by Elias Jarlebring on 07 June 2018, 09:00:41 UTC, committed by Elias Jarlebring on 07 June 2018, 10:00:27 UTC
1 parent 2c65068
Raw File
mkdocs.yml
site_name:        NEPPACK
repo_url:         https://github.com/USER_NAME/PACKAGE_NAME.jl
site_description: Description...
site_author:      NEP-PACK team
repo_url: https://gitr.sys.kth.se/nep-pack/nep-pack-alpha
theme: readthedocs

extra_css:
  - assets/Documenter.css

extra_javascript:
  - https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML
  - assets/mathjaxhelper.js

docs_dir: 'build'

pages:
  - Introduction: index.md
  - NEP Methods: methods.md
  - NEP Types: types.md
  - NEP transformations: transformations.md
  - NEP Gallery: gallery.md
  
markdown_extensions:
  - extra
  - tables
  - fenced_code

back to top