|
41 | 41 | "id": "078c1e00", |
42 | 42 | "metadata": {}, |
43 | 43 | "source": [ |
44 | | - "### First, if you have not done so already, you will need to fork the Py-ART github repository" |
| 44 | + "## First, if you have not done so already, you will need to fork the Py-ART github repository" |
45 | 45 | ] |
46 | 46 | }, |
47 | 47 | { |
|
59 | 59 | "id": "6c992b02", |
60 | 60 | "metadata": {}, |
61 | 61 | "source": [ |
62 | | - "### Second, in a terminal, you will need to clone your remote fork with the \"git clone\" command" |
| 62 | + "## Second, in a terminal, you will need to clone your remote fork with the \"git clone\" command" |
63 | 63 | ] |
64 | 64 | }, |
65 | 65 | { |
|
85 | 85 | "id": "084939e0", |
86 | 86 | "metadata": {}, |
87 | 87 | "source": [ |
88 | | - "### Third, create the \"pyart-docs\" conda environment " |
| 88 | + "## Third, create the \"pyart-docs\" conda environment " |
89 | 89 | ] |
90 | 90 | }, |
91 | 91 | { |
|
115 | 115 | "id": "7cbd8f66", |
116 | 116 | "metadata": {}, |
117 | 117 | "source": [ |
118 | | - "### Fourth, we will need to install the ([TRMM RSL Library](https://trmm-fc.gsfc.nasa.gov/trmm_gv/software/rsl/))" |
| 118 | + "## Fourth, we will need to install the ([TRMM RSL Library](https://trmm-fc.gsfc.nasa.gov/trmm_gv/software/rsl/))" |
119 | 119 | ] |
120 | 120 | }, |
121 | 121 | { |
|
137 | 137 | "metadata": {}, |
138 | 138 | "outputs": [], |
139 | 139 | "source": [ |
140 | | - " ./configure" |
| 140 | + "./configure" |
141 | 141 | ] |
142 | 142 | }, |
143 | 143 | { |
|
147 | 147 | "metadata": {}, |
148 | 148 | "outputs": [], |
149 | 149 | "source": [ |
150 | | - " make install " |
| 150 | + "make install " |
151 | 151 | ] |
152 | 152 | }, |
153 | 153 | { |
|
173 | 173 | "id": "9230ebe3", |
174 | 174 | "metadata": {}, |
175 | 175 | "source": [ |
176 | | - "### Lastly, activate the 'pyart-docs' environment and install the python script within your forked repository" |
| 176 | + "## Lastly, activate the 'pyart-docs' environment and install the python script within your forked repository" |
177 | 177 | ] |
178 | 178 | }, |
179 | 179 | { |
|
183 | 183 | "metadata": {}, |
184 | 184 | "outputs": [], |
185 | 185 | "source": [ |
186 | | - " pip install -e ." |
| 186 | + "pip install -e ." |
187 | 187 | ] |
188 | 188 | }, |
189 | 189 | { |
|
199 | 199 | "id": "025093cb", |
200 | 200 | "metadata": {}, |
201 | 201 | "source": [ |
202 | | - "##### 1. First, create a New Branch for our Changes" |
| 202 | + "1. First, create a New Branch for our Changes" |
203 | 203 | ] |
204 | 204 | }, |
205 | 205 | { |
|
217 | 217 | "id": "d565a5e8", |
218 | 218 | "metadata": {}, |
219 | 219 | "source": [ |
220 | | - "##### 2. Push New Branch To Remote" |
| 220 | + "2. Push New Branch To Remote" |
221 | 221 | ] |
222 | 222 | }, |
223 | 223 | { |
|
611 | 611 | "author": "Joe O'Brien", |
612 | 612 | "date": "2022-04-26", |
613 | 613 | "kernelspec": { |
614 | | - "display_name": "Python 3", |
| 614 | + "display_name": "Python 3 (ipykernel)", |
615 | 615 | "language": "python", |
616 | 616 | "name": "python3" |
617 | 617 | }, |
|
625 | 625 | "name": "python", |
626 | 626 | "nbconvert_exporter": "python", |
627 | 627 | "pygments_lexer": "ipython3", |
628 | | - "version": "3.10.8 (main, Oct 13 2022, 09:48:40) [Clang 14.0.0 (clang-1400.0.29.102)]" |
| 628 | + "version": "3.13.2" |
629 | 629 | }, |
630 | 630 | "vscode": { |
631 | 631 | "interpreter": { |
|
0 commit comments