Skip to content

Commit

Permalink
Update package website
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwarkentin committed Jul 31, 2024
1 parent 0538d6f commit 3154e8f
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
url: https://oncology-outcomes.github.io/openmpp/
template:
bootstrap: 5
reference:
- title: API Connections
contents:
- 'use_OpenMpp_local'
- 'use_OpenMpp_remote'
- title: Class Accessors
contents:
- 'load_model'
- 'load_workset'
- 'load_scenario'
- 'load_model_run'
- 'load_run'
- 'load_model_runs'
- 'load_runs'
- title: Miscellaneous
contents:
- 'create_workset'
- 'create_scenario'
- 'get_workset'
- 'get_worksets'
- 'get_scenarios'
- 'get_model'
- 'get_models'
- 'get_model_run'
- 'get_run'
- 'get_model_runs'
- 'get_runs'
- 'delete_workset'
- 'delete_scenario'
- 'delete_model_run'
- 'delete_run'
- 'opts_run'

0 comments on commit 3154e8f

Please sign in to comment.