mirror of
https://github.com/AllenDowney/AstronomicalData.git
synced 2026-01-09 11:44:44 -08:00
Update documentation
This commit is contained in:
14
README.html
14
README.html
@@ -57,7 +57,7 @@
|
||||
<script async="async" src="_static/sphinx-thebe.js"></script>
|
||||
<link rel="index" title="Index" href="genindex.html" />
|
||||
<link rel="search" title="Search" href="search.html" />
|
||||
<link rel="next" title="Queries" href="01_query.html" />
|
||||
<link rel="next" title="1. Queries" href="01_query.html" />
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="docsearch:language" content="en" />
|
||||
@@ -98,22 +98,22 @@
|
||||
<ul class="nav sidenav_l1">
|
||||
<li class="toctree-l1">
|
||||
<a class="reference internal" href="01_query.html">
|
||||
Queries
|
||||
1. Queries
|
||||
</a>
|
||||
</li>
|
||||
<li class="toctree-l1">
|
||||
<a class="reference internal" href="02_coords.html">
|
||||
Coordinates and units
|
||||
2. Coordinates and Units
|
||||
</a>
|
||||
</li>
|
||||
<li class="toctree-l1">
|
||||
<a class="reference internal" href="03_motion.html">
|
||||
Proper Motion
|
||||
3. Proper Motion
|
||||
</a>
|
||||
</li>
|
||||
<li class="toctree-l1">
|
||||
<a class="reference internal" href="04_select.html">
|
||||
Transformation and Selection
|
||||
4. Transformation and Selection
|
||||
</a>
|
||||
</li>
|
||||
<li class="toctree-l1">
|
||||
@@ -342,7 +342,7 @@ If you are on a Mac or Linux machine, you should be able to
|
||||
use any Terminal.<br />
|
||||
If you are on Windows, you might have to use the Anaconda Prompt,
|
||||
which you can find under the Start menu.</p>
|
||||
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">install</span> <span class="n">jupyter</span> <span class="n">numpy</span> <span class="n">scipy</span> <span class="n">pandas</span> <span class="n">matplotlib</span> <span class="n">seaborn</span> <span class="n">libopenblas</span>
|
||||
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">conda</span> <span class="n">install</span> <span class="n">jupyter</span> <span class="n">numpy</span> <span class="n">scipy</span> <span class="n">pandas</span> <span class="n">pytables</span> <span class="n">matplotlib</span> <span class="n">seaborn</span> <span class="n">libopenblas</span>
|
||||
<span class="n">conda</span> <span class="n">install</span> <span class="o">-</span><span class="n">c</span> <span class="n">conda</span><span class="o">-</span><span class="n">forge</span> <span class="n">astropy</span> <span class="n">astroquery</span> <span class="n">gala</span> <span class="n">python</span><span class="o">-</span><span class="n">wget</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
@@ -424,7 +424,7 @@ If they work and you get no error messages, <strong>you are all set</strong>.</p
|
||||
|
||||
<div class='prev-next-bottom'>
|
||||
|
||||
<a class='right-next' id="next-link" href="01_query.html" title="next page">Queries</a>
|
||||
<a class='right-next' id="next-link" href="01_query.html" title="next page">1. Queries</a>
|
||||
|
||||
</div>
|
||||
<footer class="footer mt-5 mt-md-0">
|
||||
|
||||
Reference in New Issue
Block a user