Skip to content

Commit

Permalink
Merge pull request #132 from QuantEcon/add-warning-error
Browse files Browse the repository at this point in the history
MAINT: Error on Warning and Associated Fixes to get Warning Free
  • Loading branch information
aadsouza authored Jun 7, 2021
2 parents d8fb9ab + 025fb78 commit 486a6ce
Show file tree
Hide file tree
Showing 8 changed files with 22,791 additions and 6 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@ jobs:
- name: Build HTML
shell: bash -l {0}
run: |
jb build lectures --path-output ./
jb build lectures --path-output ./ -W --keep-going
- name: Upload Execution Reports
uses: actions/upload-artifact@v2
if: failure()
with:
name: execution-reports
path: _build/html/reports
- name: Build Download Notebooks (sphinx-tojupyter)
shell: bash -l {0}
run: |
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@ jobs:
- name: Build HTML
shell: bash -l {0}
run: |
jb build lectures --path-output ./
jb build lectures --path-output ./ -W --keep-going
- name: Upload Execution Reports
uses: actions/upload-artifact@v2
if: failure()
with:
name: execution-reports
path: _build/html/reports
- name: Deploy website to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- anaconda=2020.11
- pip
- pip:
- jupyter-book==0.10.2
- jupyter-book>=0.11.0,<0.12.0
- sphinxext-rediraffe
- sphinx-multitoc-numbering
- sphinx-exercise
Expand Down
3 changes: 2 additions & 1 deletion lectures/_toc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
file: index
format: jb-article
root: index
sections:
- file: introduction/index
sections:
Expand Down
22,772 changes: 22,772 additions & 0 deletions lectures/applications/Triyana_2016_price_women_clean.csv

Large diffs are not rendered by default.

Binary file not shown.
2 changes: 1 addition & 1 deletion lectures/applications/heterogeneity.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ information see {cite}`het-alatas2011` or {cite}`het-triyana2016`.
We are using the data provided with {cite}`het-triyana2016`.

```{code-cell} python
url = "https://github.com/QuantEcon/lecture-datascience.myst/blob/main/lectures/applications/Triyana_2016_price_women_clean.csv.gz?raw=true"
url = "https://github.com/QuantEcon/lecture-datascience.myst/raw/main/lectures/applications/Triyana_2016_price_women_clean.csv"
df = pd.read_csv(url)
df.describe()
```
Expand Down
2 changes: 1 addition & 1 deletion lectures/theme/projects_hust.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ orphan: true

# Previous Projects:

We are excited that these materials were used to teach students at [Huazhong University of Science and Technology]("http://english.hust.edu.cn/").
We are excited that these materials were used to teach students at [Huazhong University of Science and Technology](http://english.hust.edu.cn/).

We were impressed with the work that they produced and, with their permission, we share links to some of their final projects on this page.

Expand Down

2 comments on commit 486a6ce

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.