Skip to content

Commit

Permalink
Merge pull request #112 from Nixtla/feat/Documentation
Browse files Browse the repository at this point in the history
FEAT: Documentation Outline
  • Loading branch information
mergenthaler authored Nov 24, 2022
2 parents 68e46be + 6617489 commit f292b1c
Show file tree
Hide file tree
Showing 3 changed files with 78 additions and 13 deletions.
36 changes: 35 additions & 1 deletion nbs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,51 @@ project:
format:
html:
theme: cosmo
fontsize: 1em
linestretch: 1.7
css: styles.css
toc: true

website:
twitter-card: true
open-graph: true
google-analytics: "G-NXJNCVR18L"
repo-actions: [issue]
favicon: favicon_png.png
navbar:
background: primary
search: true
collapse-below: lg
left:
- text: "Get Started"
href: examples/Getting_Started_short.ipynb
- text: "NixtlaVerse"
menu:
- text: "MLForecast 🤖"
href: https://github.com/nixtla/mlforecast
- text: "NeuralForecast 🧠"
href: https://github.com/nixtla/neuralforecast
- text: "StatsForecast ⚡️"
href: https://github.com/nixtla/neuralforecast

- text: "Help"
menu:
- text: "Report an Issue"
icon: bug
href: https://github.com/nixtla/hierarchicalforecast/issues/new/choose
- text: "Join our Slack"
icon: chat-right-text
href: https://join.slack.com/t/nixtlacommunity/shared_invite/zt-1kd5m5db7-7OOfy0xVNf1PcvCiAPWvPw
right:
- icon: github
href: "https://github.com/nixtla/hierachicalforecast"
- icon: twitter
href: https://twitter.com/nixtlainc
aria-label: Nixtla Twitter

sidebar:
style: floating
body-footer: |
If you find the code useful, please ⭐ us on [Github](https://github.com/nixtla/hierachicalforecast)
metadata-files: [nbdev.yml, sidebar.yml]
metadata-files: [nbdev.yml, sidebar.yml]
35 changes: 23 additions & 12 deletions nbs/sidebar.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,34 @@
website:
sidebar:
collapse-level: 1
contents:
- index.ipynb
- section: Reference
contents:
- core.ipynb
- methods.ipynb
- probabilistic_methods.ipynb
- evaluation.ipynb
- utils.ipynb
- text: "--"
- section: "Getting Started"
contents:
- examples/Installation.ipynb
- examples/TourismSmall.ipynb
- examples/Introduction.ipynb
- section: Tutorials
contents:
- examples/Introduction.ipynb
- examples/TourismSmall.ipynb
- examples/AustralianDomesticTourism.ipynb
- examples/AustralianPrisonPopulation.ipynb
- examples/NonNegativeReconciliation.ipynb
- section: Point Reconciliation
contents:
- examples/AustralianDomesticTourism.ipynb
- examples/AustralianPrisonPopulation.ipynb
- examples/NonNegativeReconciliation.ipynb
- section: Probabilistic Reconciliation
contents:
- examples/AustralianDomesticTourism-Intervals.ipynb
- examples/AustralianDomesticTourism-Bootstraped-Intervals.ipynb
- examples/AustralianDomesticTourism-Permbu-Intervals.ipynb
- Methods
- section: API Reference
contents:
- core.ipynb
- methods.ipynb
- probabilistic_methods.ipynb
- evaluation.ipynb
- utils.ipynb
- section: Community
contents:
- Contributing
20 changes: 20 additions & 0 deletions nbs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,23 @@ div.description {
font-size: 135%;
opacity: 70%;
}

/* show_doc signature */
blockquote > pre {
font-size: 14px;
}

.table {
font-size: 16px;
/* disable striped tables */
--bs-table-striped-bg: var(--bs-table-bg);
}

.quarto-figure-center > figure > figcaption {
text-align: center;
}

.figure-caption {
font-size: 75%;
font-style: italic;
}

0 comments on commit f292b1c

Please sign in to comment.