Skip to content

Commit

Permalink
Update jb docs for pslmodels org, cols->columns change, and master->m…
Browse files Browse the repository at this point in the history
…ain branch
  • Loading branch information
MaxGhenis committed Nov 27, 2020
1 parent 85f6e58 commit b040e0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ launch_buttons:
colab_url: "https://colab.research.google.com"

repository:
url: https://github.com/MaxGhenis/scf
branch: master
url: https://github.com/PSLmodels/scf
branch: main
path_to_book: docs

html:
Expand Down
4 changes: 2 additions & 2 deletions docs/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
Install via:

```
pip install git+https://github.com/MaxGhenis/scf.git
pip install git+https://github.com/PSLmodels/scf.git
```

Try it with:
```
import scf
scf.load(years=[2016, 2019], cols=['income', 'networth'])
scf.load(years=[2016, 2019], columns=['income', 'networth'])
```

This will return a `pandas` `DataFrame` with columns for
Expand Down

0 comments on commit b040e0f

Please sign in to comment.