Skip to content

Commit

Permalink
Merge pull request #11 from artefactory/enh_doc
Browse files Browse the repository at this point in the history
FIX doc
  • Loading branch information
VincentAuriau authored Jan 8, 2024
2 parents bf8846e + db3c8da commit f1c693b
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 8 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/deploy_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: Deploy MkDocs to GitHub Pages

on:
push:
branch: [main]
branches:
- main
pull_request:
branches:
- main

jobs:
deploy-docs:
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions docs/references/data/references_dataset.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# OpenSource datasets Loaders

:::choice_learn.datasets.base
3 changes: 3 additions & 0 deletions docs/references/data/references_store.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Features Storage

:::choice_learn.data.store
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ChoiceDataset
# Base model class

:::choice_learn.models.base_model
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ChoiceDataset
# Conditional MNL class

:::choice_learn.models.conditional_mnl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# ChoiceDataset
# RUMnet class

:::choice_learn.models.rumnet
13 changes: 9 additions & 4 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,15 @@ nav:
- How-To Guides:
- Introduction: how-to-guides.md
- ChoiceDataset Usage: notebooks/choice_learn_introduction_data.md
- Conditional Logit Estimation: notebooks/choice_learn_introduction_clogit.md
- Custom Choice Model Creation: notebooks/choice_learn_introduction_data.md
- References:
- references_data.md
- Data:
- ChoiceDataset: references/data/references_choice_dataset.md
- Features Storage: references/data/references_store.md
- Available Datasets: references/data/references_dataset.md
- Choice Models:
- Base Model: references_base_model.md
- Conditional Logit: references_clogit.md
- RUMnet: references_rumnet.md
- Base Model: references/models/references_base_model.md
- Conditional Logit: references/models/references_clogit.md
- RUMnet: references/models/references_rumnet.md
- explanations.md

0 comments on commit f1c693b

Please sign in to comment.