Skip to content

Commit

Permalink
Assets
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Jan 6, 2025
1 parent 63c0b59 commit ba9cfac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
2 changes: 2 additions & 0 deletions notebooks/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ parse:
sphinx:
recursive_update: true
config:
html_static_path:
- assets
html_js_files:
# required by plotly charts
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js
Expand Down
18 changes: 12 additions & 6 deletions notebooks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,21 @@ kernelspec:

A library for quantitative analysis and pricing.

<img src="https://raw.githubusercontent.com/quantmind/quantflow/main/notebooks/assets/heston.gif" alt="Heston volatility surface" width="400">
```{grid}
```{grid-item}
```{image} _static/heston.gif
:alt: Heston volatility surface
:width: 400px
```{grid-item}
```


This documentation is organized into a few major sections.
* **Theory** cover some important concept used throughout the library, for the curious reader
* **Stochastic Processes** cover all the stochastic models supported and their use
* **Applications** show case the real-world use cases
* **Examples** random examples
* **API Reference** python API reference
* [Theory](./theory/overview.md) cover some important concept used throughout the library, for the curious reader
* [Stochastic models](./models/overview.md) cover all the stochastic models supported and their use
* [Applications](./applications/overview.md) show case the real-world use cases
* [Examples](./examples/overview.md) random examples
* [API Reference](./api/index.rst) python API reference

## Installation

Expand Down

0 comments on commit ba9cfac

Please sign in to comment.