Skip to content

Commit

Permalink
Update mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StatMixedML authored Aug 25, 2023
1 parent e6aab7d commit c6936d6
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
site_name: XGBoostLSS
site_url: https://github.com/StatMixedML/XGBoostLSS
repo_url: https://github.com/StatMixedML/XGBoostLSS

markdown_extensions:
- pymdownx.arithmatex:
Expand All @@ -13,19 +14,14 @@ markdown_extensions:
theme:
name: readthedocs
highlightjs: true

extra:
github:
repo: 'StatMixedML/XGBoostLSS'
icon: 'github'
link_text: 'View on GitHub'
icon:
repo: fontawesome/brands/github

extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js


plugins:
- search
- autorefs
Expand Down Expand Up @@ -54,4 +50,5 @@ nav:
- Multivariate Student-T Regression (Cholesky Decomposition): examples/MVT_Cholesky.ipynb
- Spline Flow Regression: examples/SplineFlow_Regression.ipynb
- Zero-Adjusted Gamma Regression: examples/ZAGamma_Regression.ipynb
- API Docs: api.md
- API Docs:
- api.md

0 comments on commit c6936d6

Please sign in to comment.