Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanjha123 committed Mar 16, 2024
1 parent 4bb1e57 commit ca19834
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@
Textbook for Econ 148: Data Science for Economists at UC Berkeley. Can be viewed at econ148.org/textbook.

Content is stored in the content folder. Order of textbook can be changed from _toc.yml file. All required packages are in requirements.txt (generated using update_reqs.ipynb).

To update the textbook:
- Make any relevant changes to the content folder or _toc.yml.
- Build the jupyter book ([link](https://jupyterbook.org/en/stable/start/build.html)). You can preview you changes here.
- Push to the GitHub pages via running `ghp-import -n -p -f _build/html` on the command line ([link](https://jupyterbook.org/en/stable/start/publish.html)).

This textbook is a part of Rohan Jha's data science honors thesis. Code for the other portions of the data science honors thesis (including the package he built, `Stata2Python`) can be found in [this](https://github.com/rohanjha123/data-h195) GitHub repo.

0 comments on commit ca19834

Please sign in to comment.