GitHub

File tree

  • .github/workflows

  • lectures

    • _static/lecture_specific/risk_aversion_or_mistaken_beliefs

Original file line numberDiff line numberDiff line change

@@ -50,6 +50,9 @@ jobs:

5050

branch: main

5151

name: build-cache

5252

path: _build

53+

- name: Clear stale Sphinx environment

54+

shell: bash -l {0}

55+

run: rm -rf _build/.doctrees

5356

# Build Assets (Download Notebooks and PDF via LaTeX)

5457

- name: Build Download Notebooks (sphinx-tojupyter)

5558

shell: bash -l {0}

Original file line numberDiff line numberDiff line change

@@ -99,7 +99,7 @@ sphinx:

9999

- "https://intro.quantecon.org/"

100100

- null

101101

advanced:

102-

- "https://python-advanced.quantecon.org"

102+

- "https://python-advanced.quantecon.org/"

103103

- null

104104

jax:

105105

- "https://jax.quantecon.org/"

@@ -124,6 +124,8 @@ sphinx:

124124

schelling: https://intro.quantecon.org/schelling.html

125125

scalar_dynam: https://intro.quantecon.org/scalar_dynam.html

126126

complex_and_trig: https://intro.quantecon.org/complex_and_trig.html

127+

doubts_or_variability: https://python-advanced.quantecon.org/doubts_or_variability.html

128+

risk_aversion_or_mistaken_beliefs: https://python-advanced.quantecon.org/risk_aversion_or_mistaken_beliefs.html

127129

# sphinx-proof

128130

proof_minimal_theme: true

129131

# sphinx-exercise

Binary file not shown.

Binary file not shown.

Binary file not shown.

Read the original on github.com ↗