Skip to content

Commit e060e87

Browse files
committed
expanded who for section
1 parent 8c69800 commit e060e87

File tree

5 files changed

+31
-5
lines changed

5 files changed

+31
-5
lines changed

Preamble/Figure_1.jpg

6.05 KB
Loading

Preamble/who-for.ipynb

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,18 @@
1414
"\n",
1515
"- Anyone else with some astronomy or physics background who is interested!\n",
1616
"\n",
17-
"The code snippets in the book are all written in Python. Familiarity with the Python language and its scientific packages is useful."
17+
"The code snippets in the book are all written in Python through Jupyter notebooks. Familiarity with the Python language and its scientific packages is useful, but not required. There are introductory guides to [Python](https://saturnaxis.github.io/ModernAstro/Preamble/Python-basics.html) and [Markdown](https://saturnaxis.github.io/ModernAstro/Preamble/Markdown-basics.html) in the **Preamble**.\n",
18+
"\n",
19+
"This book is meant to be interactive, where you can open each chapter using [Google Colab](https://research.google.com/colaboratory/) (see below). The runtime on Google Colab uses a version of Python that already has many useful packages (e.g., numpy, scipy, pandas, etc.) available with an import statement. Each cell can be modified and executed for your curiosity. Also, the text cells can be opened to reveal the source markup and formatting.\n",
20+
"\n",
21+
"\n",
22+
"<div align=\"center\">\n",
23+
"\n",
24+
"<img src=\"https://github.com/saturnaxis/ModernAstro/blob/main/Preamble/Figure_1.jpg?raw=true?\" width=\"500\">\n",
25+
"\n",
26+
"Launch Colab button that is available at the top of the screen.\n",
27+
"\n",
28+
"</div>"
1829
]
1930
}
2031
],

docs/Preamble/who-for.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,12 @@ <h1>Who are these notes for?<a class="headerlink" href="#who-are-these-notes-for
315315
<li><p>Graduate students and researchers in astrophysics</p></li>
316316
<li><p>Anyone else with some astronomy or physics background who is interested!</p></li>
317317
</ul>
318-
<p>The code snippets in the book are all written in Python. Familiarity with the Python language and its scientific packages is useful.</p>
319-
</div>
318+
<p>The code snippets in the book are all written in Python through Jupyter notebooks. Familiarity with the Python language and its scientific packages is useful, but not required. There are introductory guides to <a class="reference external" href="https://saturnaxis.github.io/ModernAstro/Preamble/Python-basics.html">Python</a> and <a class="reference external" href="https://saturnaxis.github.io/ModernAstro/Preamble/Markdown-basics.html">Markdown</a> in the <strong>Preamble</strong>.</p>
319+
<p>This book is meant to be interactive, where you can open each chapter using <a class="reference external" href="https://research.google.com/colaboratory/">Google Colab</a> (see below). The runtime on Google Colab uses a version of Python that already has many useful packages (e.g., numpy, scipy, pandas, etc.) available with an import statement. Each cell can be modified and executed for your curiosity. Also, the text cells can be opened to reveal the source markup and formatting.</p>
320+
<div align="center">
321+
<img src="https://github.com/saturnaxis/ModernAstro/blob/main/Preamble/Figure_1.jpg?raw=true?" width="500">
322+
<p>Launch Colab button that is available at the top of the screen.</p>
323+
</div></div>
320324

321325
<script type="text/x-thebe-config">
322326
{

docs/_sources/Preamble/who-for.ipynb

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,18 @@
1414
"\n",
1515
"- Anyone else with some astronomy or physics background who is interested!\n",
1616
"\n",
17-
"The code snippets in the book are all written in Python. Familiarity with the Python language and its scientific packages is useful."
17+
"The code snippets in the book are all written in Python through Jupyter notebooks. Familiarity with the Python language and its scientific packages is useful, but not required. There are introductory guides to [Python](https://saturnaxis.github.io/ModernAstro/Preamble/Python-basics.html) and [Markdown](https://saturnaxis.github.io/ModernAstro/Preamble/Markdown-basics.html) in the **Preamble**.\n",
18+
"\n",
19+
"This book is meant to be interactive, where you can open each chapter using [Google Colab](https://research.google.com/colaboratory/) (see below). The runtime on Google Colab uses a version of Python that already has many useful packages (e.g., numpy, scipy, pandas, etc.) available with an import statement. Each cell can be modified and executed for your curiosity. Also, the text cells can be opened to reveal the source markup and formatting.\n",
20+
"\n",
21+
"\n",
22+
"<div align=\"center\">\n",
23+
"\n",
24+
"<img src=\"https://github.com/saturnaxis/ModernAstro/blob/main/Preamble/Figure_1.jpg?raw=true?\" width=\"500\">\n",
25+
"\n",
26+
"Launch Colab button that is available at the top of the screen.\n",
27+
"\n",
28+
"</div>"
1829
]
1930
}
2031
],

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)