Skip to content

Commit

Permalink
Deploying to gh-pages from @ d6a70e7 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jdebacker committed Dec 4, 2024
1 parent 37a47c2 commit ce6a1a7
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion _sources/content/UNtutorial/3perOG.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "1847fe46",
"id": "f8590be4",
"metadata": {},
"source": [
"(Chap_UNtutor_3perOG)=\n",
Expand Down
2 changes: 1 addition & 1 deletion _sources/content/UNtutorial/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "0582d86d",
"id": "ebd3551f",
"metadata": {},
"source": [
"(Chap_UNtutor_getstart)=\n",
Expand Down
18 changes: 9 additions & 9 deletions _sources/content/calibration/demographics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "91746d81",
"id": "7e521a8a",
"metadata": {},
"source": [
"(Chap_Demog)=\n",
Expand Down Expand Up @@ -56,7 +56,7 @@
{
"cell_type": "code",
"execution_count": 1,
"id": "f932b25a",
"id": "96876ce2",
"metadata": {
"tags": [
"hide-input",
Expand Down Expand Up @@ -98,7 +98,7 @@
},
{
"cell_type": "markdown",
"id": "6ff84422",
"id": "46143083",
"metadata": {},
"source": [
" ```{figure} ./images/fert_rates.png\n",
Expand All @@ -123,7 +123,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "cb0ac3ea",
"id": "2ef6258b",
"metadata": {
"tags": [
"hide-input",
Expand Down Expand Up @@ -156,7 +156,7 @@
},
{
"cell_type": "markdown",
"id": "79f277ce",
"id": "f6ea97ba",
"metadata": {},
"source": [
" ```{figure} ./images/mort_rates.png\n",
Expand All @@ -183,7 +183,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "53de16cf",
"id": "f2871c61",
"metadata": {
"tags": [
"hide-input",
Expand Down Expand Up @@ -218,7 +218,7 @@
},
{
"cell_type": "markdown",
"id": "ffefcc52",
"id": "71efadea",
"metadata": {},
"source": [
" ```{figure} ./images/imm_rates.png\n",
Expand Down Expand Up @@ -371,7 +371,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "1e0ac6cb",
"id": "d74985f5",
"metadata": {
"tags": [
"hide-input",
Expand Down Expand Up @@ -408,7 +408,7 @@
},
{
"cell_type": "markdown",
"id": "badcb655",
"id": "aaae3933",
"metadata": {},
"source": [
" ```{figure} ./images/population_growth_rates.png\n",
Expand Down
2 changes: 1 addition & 1 deletion _sources/content/calibration/earnings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "db80486b",
"id": "29358685",
"metadata": {},
"source": [
"(Chap_LfEarn)=\n",
Expand Down
2 changes: 1 addition & 1 deletion _sources/content/calibration/exogenous_parameters.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "a858beca",
"id": "aaeb35f5",
"metadata": {},
"source": [
"(Chap_Exog)=\n",
Expand Down
4 changes: 2 additions & 2 deletions _static/exercise.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ div.exercise p.admonition-title {
}

/* Remove content box */
div.exercise p.admonition-title::before {
div.exercise p.admonition-title::after {
content: "\f303";
}

Expand All @@ -38,6 +38,6 @@ div.solution p.admonition-title {
}

/* Remove content box */
div.solution p.admonition-title::before {
div.solution p.admonition-title::after {
content: none;
}

0 comments on commit ce6a1a7

Please sign in to comment.