Skip to content

Commit

Permalink
Fix image paths
Browse files Browse the repository at this point in the history
  • Loading branch information
segsell committed May 8, 2024
1 parent df0d640 commit 21a25a7
Show file tree
Hide file tree
Showing 4 changed files with 276 additions and 7 deletions.
68 changes: 66 additions & 2 deletions docs/source/explanations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,71 @@
Explanations contain background information on important topics. They are not needed to
get started, but very helpful for advanced users and developers of estimagic.

```{raw} html
`````{grid} 1 2 2 2
---
gutter: 3
---
````{grid-item-card}
:text-align: center
:img-top: ../_static/images/optimization.svg
:class-img-top: index-card-image
:shadow: md
```{button-link} optimization/index.html
---
click-parent:
ref-type: ref
class: stretched-link index-card-link
---
Optimization
```
Learn how to use constraints, parallelize function evaluations, and configure every aspect of your optimization.
````
````{grid-item-card}
:text-align: center
:img-top: ../_static/images/differentiation.svg
:class-img-top: index-card-image
:shadow: md
```{button-link} differentiation/index.html
---
click-parent:
ref-type: ref
class: stretched-link index-card-link
---
Differentiation
```
Learn how to influence step sizes, parallelize function evaluations, and use advanced options for numerical differentiation.
````
````{grid-item-card}
:text-align: center
:img-top: ../_static/images/bullseye.svg
:class-img-top: index-card-image
:shadow: md
```{button-link} inference/index.html
---
click-parent:
ref-type: ref
class: stretched-link index-card-link
---
Estimation
```
Learn how to calculate different types of standard errors and do sensitivity analysis.
````
`````

<!-- ```{raw} html
<div class="container" id="index-container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 d-flex">
Expand Down Expand Up @@ -53,7 +117,7 @@ get started, but very helpful for advanced users and developers of estimagic.
</div>
</div>
</div>
```
``` -->

```{toctree}
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
Expand Down
106 changes: 104 additions & 2 deletions docs/source/getting_started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,109 @@
This section contains quickstart guides for new estimagic users. It can also serve as a
reference for more experienced users.

```{raw} html
`````{grid} 1 2 2 2
---
gutter: 3
---
````{grid-item-card}
:text-align: center
:img-top: ../_static/images/optimization.svg
:class-img-top: index-card-image
:shadow: md
```{button-link} first_optimization_with_estimagic.html
---
click-parent:
ref-type: ref
class: stretched-link index-card-link
---
Optimization
```
Learn numerical optimization with estimagic.
````
````{grid-item-card}
:text-align: center
:img-top: ../_static/images/differentiation.svg
:class-img-top: index-card-image
:shadow: md
```{button-link} first_derivative_with_estimagic.html
---
click-parent:
ref-type: ref
class: stretched-link index-card-link
---
Differentiation
```
Learn numerical differentiation with estimagic.
````
````{grid-item-card}
:text-align: center
:img-top: ../_static/images/bullseye.svg
:class-img-top: index-card-image
:shadow: md
```{button-link} estimation/index.html
---
click-parent:
ref-type: ref
class: stretched-link index-card-link
---
Estimation
```
Learn maximum likelihood and methods of simulated moments estimation with estimagic.
````
````{grid-item-card}
:text-align: center
:img-top: ../_static/images/installation.svg
:class-img-top: index-card-image
:shadow: md
```{button-link} installation.html
---
click-parent:
ref-type: ref
class: stretched-link index-card-link
---
Installation
```
Installation instructions for estimagic and optional dependencies.
````
````{grid-item-card}
:text-align: center
:columns: 12
:img-top: ../_static/images/video.svg
:class-img-top: index-card-image
:shadow: md
```{button-link} ../videos.html
---
click-parent:
ref-type: ref
class: stretched-link index-card-link
---
Videos
```
Collection of tutorials, talks, and screencasts on estimagic.
````
`````

<!-- ```{raw} html
<div class="container" id="index-container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 d-flex">
Expand Down Expand Up @@ -84,7 +186,7 @@ reference for more experienced users.
</div>
</div>
</div>
```
``` -->

```{toctree}
---
Expand Down
107 changes: 105 additions & 2 deletions docs/source/how_to_guides/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,110 @@ How-to Guides show how to achieve specific tasks that potentially require to use
advanced options of estimagic functions. If you are completely new to estimagic and want
an introduction to its basic functionality, check out our tutorials.

```{raw} html
`````{grid} 1 2 2 2
---
gutter: 3
---
````{grid-item-card}
:text-align: center
:img-top: ../_static/images/optimization.svg
:class-img-top: index-card-image
:shadow: md
```{button-link} optimization/index.html
---
click-parent:
ref-type: ref
class: stretched-link index-card-link
---
Optimization
```
Learn how to use constraints, parallelize function evaluations, and configure every aspect of your optimization.
````
````{grid-item-card}
:text-align: center
:img-top: ../_static/images/differentiation.svg
:class-img-top: index-card-image
:shadow: md
```{button-link} differentiation/index.html
---
click-parent:
ref-type: ref
class: stretched-link index-card-link
---
Differentiation
```
Learn how to influence step sizes, parallelize function evaluations, and use advanced options for numerical differentiation.
````
````{grid-item-card}
:text-align: center
:img-top: ../_static/images/bullseye.svg
:class-img-top: index-card-image
:shadow: md
```{button-link} inference/index.html
---
click-parent:
ref-type: ref
class: stretched-link index-card-link
---
Estimation
```
Learn how to calculate different types of standard errors and do sensitivity analysis.
````
````{grid-item-card}
:text-align: center
:img-top: ../_static/images/miscellaneous.svg
:class-img-top: index-card-image
:shadow: md
```{button-link} miscellaneous/index.html
---
click-parent:
ref-type: ref
class: stretched-link index-card-link
---
Miscellaneous
```
Learn how to create publication quality LaTeX tables, use custom batch evaluators, and check out the FAQ.
````
````{grid-item-card}
:text-align: center
:columns: 12
:img-top: ../_static/images/video.svg
:class-img-top: index-card-image
:shadow: md
```{button-link} ../videos.html
---
click-parent:
ref-type: ref
class: stretched-link index-card-link
---
Videos
```
Collection of tutorials, talks, and screencasts on estimagic.
````
`````

<!-- ```{raw} html
<div class="container" id="index-container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 d-flex">
Expand Down Expand Up @@ -84,7 +187,7 @@ an introduction to its basic functionality, check out our tutorials.
</div>
</div>
</div>
```
``` -->

```{toctree}
---
Expand Down

0 comments on commit 21a25a7

Please sign in to comment.