Skip to content

Commit

Permalink
Change plotly rendering to allow for correct figure rendering on GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Jun 19, 2024
1 parent cdc0170 commit 61ab2f2
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 4,520 deletions.
12 changes: 7 additions & 5 deletions explanations/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Explanations of internal `lcm` concepts

> [!NOTE]
> The following explanations are designed for `lcm` developers and not users.
> 1. The following explanations are designed for `lcm` developers and not users.
> 1. Figures are only rendered correctly on nbviewer, not on GitHub. Please use the
> links below to view the correctly rendered notebooks.
| Module name | Description |
| --------------------------------------------------------------- | ---------------------------------------------------------------------- |
| [`dispatchers.py`](./dispatchers.ipynb) | Explanations of `spacemap`, `productmap`, and `vmap_1d` functions |
| [`function_representation.py`](./function_representation.ipynb) | Explanations of what the function representation does and how it works |
| Module name | Description |
| ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| [`dispatchers.py`](https://nbviewer.org/github/OpenSourceEconomics/lcm/blob/main/explanations/dispatchers.ipynb) | Explanations of `spacemap`, `productmap`, and `vmap_1d` functions |
| [`function_representation.py`](https://nbviewer.org/github/OpenSourceEconomics/lcm/blob/main/explanations/function_representation.ipynb) | Explanations of what the function representation does and how it works |
Loading

0 comments on commit 61ab2f2

Please sign in to comment.