File tree Expand file tree Collapse file tree 3 files changed +4
-23
lines changed Expand file tree Collapse file tree 3 files changed +4
-23
lines changed Original file line number Diff line number Diff line change @@ -71,26 +71,7 @@ python -m build
71
71
python -m twine upload dist/*
72
72
```
73
73
74
+ ### Updating docs
74
75
75
- ## Demo Bank
76
+ Just ` python build_docs.py ` .
76
77
77
- To be able to use the dashboard in the demo bank without affecting the Git repo,
78
- run
79
-
80
- ```
81
- git update-index --skip-worktree demo-bank/dashboard.ipynb
82
- ```
83
-
84
- Of course if you really need to update the dashboard:
85
-
86
- ```
87
- git update-index --no-skip-worktree demo-bank/dashboard.ipynb
88
- ```
89
-
90
- And to refresh the dashboard:
91
-
92
- ```
93
- git update-index --no-skip-worktree demo-bank/dashboard.ipynb
94
- git checkout demo-bank/dashboard.ipynb
95
- git update-index --skip-worktree demo-bank/dashboard.ipynb
96
- ```
Original file line number Diff line number Diff line change 1
- VERSION = '0.2.3a0 '
1
+ VERSION = '0.2.3 '
Original file line number Diff line number Diff line change 42
42
<em >
43
43
Randomized exericse bank powered by
44
44
<a target =" _blank" href =" https://checkit.clontz.org" >CheckIt</a >
45
- v0.2.3a0
45
+ v0.2.3
46
46
</em >
47
47
</small >
48
48
</p >
You can’t perform that action at this time.
0 commit comments