Skip to content

Commit

Permalink
Added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander März committed Aug 9, 2023
1 parent ca09ca4 commit 47a50b1
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/mkdocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: mkdocs
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.x
- run: pip install mkdocs-material mkdocstrings[python] mkdocs-jupyter
- run: mkdocs gh-deploy --force
1 change: 1 addition & 0 deletions docs/examples
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../examples
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
../README.md
3 changes: 3 additions & 0 deletions docs/references.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# API references

::: xgboostlss

0 comments on commit 47a50b1

Please sign in to comment.