Skip to content

Commit

Permalink
Add getting started to webpage and minor improvements (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomicapretto authored Nov 11, 2023
1 parent c6e5dbb commit f1687b8
Show file tree
Hide file tree
Showing 3 changed files with 356 additions and 174 deletions.
4 changes: 3 additions & 1 deletion docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ website:
logo: "logos/RGB/Bambi_logo.png"
logo-alt: "bambi-home"
right:
- text: Reference
- text: Getting Started
href: notebooks/getting_started.ipynb
- text: API Reference
href: api/index.html
- text: Examples
href: notebooks/index.qmd
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ pagetitle: "Changelog"

### New features

* Add configuration facilities to Bambi (#745)
* Interpet submodule now outputs informative messages when computing default values (#745)

### Maintenance and fixes

### Documentation
Expand Down
523 changes: 350 additions & 173 deletions docs/notebooks/getting_started.ipynb

Large diffs are not rendered by default.

0 comments on commit f1687b8

Please sign in to comment.