Skip to content

Commit

Permalink
commit for release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aschleg committed Nov 28, 2019
1 parent bf45b68 commit 41aaa94
Show file tree
Hide file tree
Showing 15 changed files with 55 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 0.2.1

- Added `sentry` function that wraps the [CNEOS Sentry System API](https://cneos.jpl.nasa.gov/sentry/) for providing
Near-Earth Object impact risk assessment data.

# Version 0.2.0

Initial release.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/versions.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 79bb9a7cbb596669ebbb4e69bcba1700
config: e6577a22705df8af6f23fbc632f09835
tags: 645f666f9bcd5a90fca523b33c5a78b7
13 changes: 12 additions & 1 deletion docs/build/html/_sources/versions.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,15 @@
.. _versions:

Version History
===============
===============

Version 0.2.1
-------------

- Added `sentry` function that wraps the `CNEOS Sentry System API <https://cneos.jpl.nasa.gov/sentry/>`_ for providing
Near-Earth Object impact risk assessment data.

Version 0.2.0
-------------

Initial release.
2 changes: 1 addition & 1 deletion docs/build/html/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
VERSION: '0.2.0',
VERSION: '0.2.1',
LANGUAGE: 'None',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/api.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>API Reference &mdash; nasapy 0.2.0 documentation</title>
<title>API Reference &mdash; nasapy 0.2.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Index &mdash; nasapy 0.2.0 documentation</title>
<title>Index &mdash; nasapy 0.2.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Contents &mdash; nasapy 0.2.0 documentation</title>
<title>Contents &mdash; nasapy 0.2.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Search &mdash; nasapy 0.2.0 documentation</title>
<title>Search &mdash; nasapy 0.2.1 documentation</title>



Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 17 additions & 2 deletions docs/build/html/versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<title>Version History &mdash; nasapy 0.2.0 documentation</title>
<title>Version History &mdash; nasapy 0.2.1 documentation</title>



Expand Down Expand Up @@ -87,7 +87,11 @@

<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="api.html">API Reference</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Version History</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">Version History</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#version-0-2-1">Version 0.2.1</a></li>
<li class="toctree-l2"><a class="reference internal" href="#version-0-2-0">Version 0.2.0</a></li>
</ul>
</li>
</ul>


Expand Down Expand Up @@ -154,6 +158,17 @@

<div class="section" id="version-history">
<span id="versions"></span><h1>Version History<a class="headerlink" href="#version-history" title="Permalink to this headline"></a></h1>
<div class="section" id="version-0-2-1">
<h2>Version 0.2.1<a class="headerlink" href="#version-0-2-1" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li>Added <cite>sentry</cite> function that wraps the <a class="reference external" href="https://cneos.jpl.nasa.gov/sentry/">CNEOS Sentry System API</a> for providing
Near-Earth Object impact risk assessment data.</li>
</ul>
</div>
<div class="section" id="version-0-2-0">
<h2>Version 0.2.0<a class="headerlink" href="#version-0-2-0" title="Permalink to this headline"></a></h2>
<p>Initial release.</p>
</div>
</div>


Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# The short X.Y version
version = '0.2'
# The full version, including alpha/beta/rc tags
release = '0.2.0'
release = '0.2.1'


# -- General configuration ---------------------------------------------------
Expand Down
13 changes: 12 additions & 1 deletion docs/source/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,15 @@
.. _versions:

Version History
===============
===============

Version 0.2.1
-------------

- Added `sentry` function that wraps the `CNEOS Sentry System API <https://cneos.jpl.nasa.gov/sentry/>`_ for providing
Near-Earth Object impact risk assessment data.

Version 0.2.0
-------------

Initial release.
2 changes: 1 addition & 1 deletion nasapy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
"""

from nasapy.api import tle, close_approach, fireballs, media_search, media_asset_captions, media_asset_metadata, \
media_asset_manifest, Nasa, mission_design, julian_date, nhats, scout
media_asset_manifest, Nasa, mission_design, julian_date, nhats, scout, sentry

0 comments on commit 41aaa94

Please sign in to comment.