Skip to content

Commit

Permalink
[DOC] Add more friendly home page for howto section
Browse files Browse the repository at this point in the history
[DOC] Add more friendly home page for howto section
  • Loading branch information
felipeangelimvieira authored Dec 15, 2024
2 parents a4aa653 + 7c463a2 commit 9763d46
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 12 deletions.
10 changes: 10 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
coverage:
require_ci_to_pass: false
status:
project:
default:
target: 95%
patch:
default:
target: 95%
informational: true
22 changes: 11 additions & 11 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,32 +13,32 @@ Prophetverse leverages the theory behind the Prophet model for time series forec

<div class="grid cards" markdown>

- :material-clock-fast:{ .lg .middle } __Set up in 5 minutes__
- :material-school:{ .lg .middle } __Theory__

---

Install `Prophetverse` with `pip` and get up
and forecasting in minutes
Understand the idea behind the model and how it works

[:octicons-arrow-right-24: Getting started](getting-started)
[:octicons-arrow-right-24: Read the post](the-theory)

- :material-school:{ .lg .middle } __Theory__
- :material-lightbulb-on:{ .lg .middle } __Basic examples__

---

Understand the idea behind the model and how it works
Go the example gallery and see how to use the model, and its features!

[:octicons-arrow-right-24: Read the post](the-theory)
[:octicons-arrow-right-24: Examples](tutorial/univariate)

- :material-file:{ .lg .middle } __Examples__
- :material-cogs:{ .lg .middle } __Advanced examples__

---

Go the example gallery and see how to use the model, and its features!
Learn how to customize timeseries components

[:octicons-arrow-right-24: How-to](howto)

[:octicons-arrow-right-24: Examples](examples/univariate)

- :material-book:{ .lg .middle } __Reference__
- :material-book-open-page-variant:{ .lg .middle } __Reference__

---

Expand Down
33 changes: 33 additions & 0 deletions docs/howto/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# How-to

In this documentation section, you will find how you can create more advanced patterns
<div class="grid cards" markdown>

- :material-chart-line:{ .lg .middle } __Custom timeseries component__

---

Know how to create a custom timeseries component and enhance your forecasting
capabilities!

[:octicons-arrow-right-24: Custom effect](custom-effects)

- :material-trending-up:{ .lg .middle } __Custom trend__

---

See a practical example of how to create a custom trend and
use it in your forecasting

[:octicons-arrow-right-24: Custom trend](custom-trend)

- :material-chart-multiline:{ .lg .middle } __Composition of timeseries components__

---

Learn how to use different timeseries components to create a more complex
forecasting model

[:octicons-arrow-right-24: Composite exogenous effect](composite-exogenous-effects)

</div>
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ theme:
- navigation.tabs
- navigation.instant
- navigation.instant.progress
- search
- toc.integrate
- toc.follow
palette:
Expand Down Expand Up @@ -41,6 +42,7 @@ nav:
- Hierarchical Time Series: tutorial/hierarchical/index.md
- Nonnegative timeseries: tutorial/count-data/index.md
- How-to 🛠️:
- Overview: howto/index.md
- Custom Exogenous Effects ✨ : howto/custom-effects/index.md
- Custom Trend 🌟: howto/custom-trend/index.md
- Composite Exogenous Effects: howto/composite-exogenous-effects/index.md
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "prophetverse"
version = "0.4.1"
version = "0.5.0"
description = ""
authors = ["Felipe Angelim <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 9763d46

Please sign in to comment.