Skip to content

Commit 674d2b1

Browse files
author
Alvaro Arroyo Parejo
committed
new html docs for hotfix 1.3.1
1 parent 660a61b commit 674d2b1

File tree

15 files changed

+69
-32
lines changed

15 files changed

+69
-32
lines changed

docs/docs/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 66497fe07d41b6b5c6112aa96295e2a9
3+
config: ea41fcc1387fdd341a7e8b1390004c71
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/docs/html/_modules/ESANEOCC/core.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

10-
<title>ESANEOCC.core &mdash; ESA NEOCC Python Interface 1.3.0 documentation</title>
10+
<title>ESANEOCC.core &mdash; ESA NEOCC Python Interface 1.3.1 documentation</title>
1111

1212

1313

@@ -163,8 +163,8 @@ <h1>Source code for ESANEOCC.core</h1><div class="highlight"><pre>
163163
<span class="sd">* Property: European Space Agency (ESA)</span>
164164
<span class="sd">* Developed by: Elecnor Deimos</span>
165165
<span class="sd">* Author: C. Álvaro Arroyo Parejo</span>
166-
<span class="sd">* Issue: 1.3</span>
167-
<span class="sd">* Date: 16-06-2021</span>
166+
<span class="sd">* Issue: 1.3.1</span>
167+
<span class="sd">* Date: 29-06-2021</span>
168168
<span class="sd">* Purpose: Main module which gets NEAs data from https://neo.ssa.esa.int/</span>
169169
<span class="sd">* Module: core.py</span>
170170
<span class="sd">* History:</span>
@@ -185,6 +185,7 @@ <h1>Source code for ESANEOCC.core</h1><div class="highlight"><pre>
185185
<span class="sd"> Adding class type as for astroquery</span>
186186
<span class="sd"> implementation.\n</span>
187187
<span class="sd"> Define methods as static.\n</span>
188+
<span class="sd">1.3.1 29-06-2021 No changes</span>
188189
<span class="sd">======== =========== ============================================</span>
189190

190191

docs/docs/html/_modules/ESANEOCC/lists.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

10-
<title>ESANEOCC.lists &mdash; ESA NEOCC Python Interface 1.3.0 documentation</title>
10+
<title>ESANEOCC.lists &mdash; ESA NEOCC Python Interface 1.3.1 documentation</title>
1111

1212

1313

@@ -161,8 +161,8 @@ <h1>Source code for ESANEOCC.lists</h1><div class="highlight"><pre>
161161
<span class="sd">* Property: European Space Agency (ESA)</span>
162162
<span class="sd">* Developed by: Elecnor Deimos</span>
163163
<span class="sd">* Author: C. Álvaro Arroyo Parejo</span>
164-
<span class="sd">* Issue: 1.3</span>
165-
<span class="sd">* Date: 16-06-2021</span>
164+
<span class="sd">* Issue: 1.3.1</span>
165+
<span class="sd">* Date: 29-06-2021</span>
166166
<span class="sd">* Purpose: Module which request and parse list data from ESA NEOCC</span>
167167
<span class="sd">* Module: lists.py</span>
168168
<span class="sd">* History:</span>
@@ -179,6 +179,7 @@ <h1>Source code for ESANEOCC.lists</h1><div class="highlight"><pre>
179179
<span class="sd">1.3 16-06-2021 URL and Timeout from configuration file</span>
180180
<span class="sd"> for astroquery implementation.\n</span>
181181
<span class="sd"> Change dateformat to datetime ISO format</span>
182+
<span class="sd">1.3.1 29-06-2021 Hotfix in Risk list (TS and Velocity)</span>
182183
<span class="sd">======== =========== ==========================================</span>
183184

184185
<span class="sd">© Copyright [European Space Agency][2021]</span>
@@ -423,9 +424,9 @@ <h1>Source code for ESANEOCC.lists</h1><div class="highlight"><pre>
423424
<span class="n">neocc_lst</span> <span class="o">=</span> <span class="n">neocc_lst</span><span class="o">.</span><span class="n">drop</span><span class="p">([</span><span class="s1">&#39;Years&#39;</span><span class="p">],</span> <span class="n">axis</span><span class="o">=</span><span class="mi">1</span><span class="p">)</span>
424425
<span class="c1"># Reorder columns</span>
425426
<span class="n">neocc_lst</span> <span class="o">=</span> <span class="n">neocc_lst</span><span class="p">[[</span><span class="s1">&#39;Object Name&#39;</span><span class="p">,</span> <span class="s1">&#39;Diameter in m&#39;</span><span class="p">,</span> <span class="s1">&#39;*=Y&#39;</span><span class="p">,</span>
426-
<span class="s1">&#39;Date/Time&#39;</span><span class="p">,</span> <span class="s1">&#39;IP max&#39;</span><span class="p">,</span> <span class="s1">&#39;PS max&#39;</span><span class="p">,</span>
427-
<span class="s1">&#39;First year&#39;</span><span class="p">,</span> <span class="s1">&#39;Last year&#39;</span><span class="p">,</span> <span class="s1">&#39;IP cum&#39;</span><span class="p">,</span>
428-
<span class="s1">&#39;PS cum&#39;</span><span class="p">]]</span>
427+
<span class="s1">&#39;Date/Time&#39;</span><span class="p">,</span> <span class="s1">&#39;IP max&#39;</span><span class="p">,</span> <span class="s1">&#39;PS max&#39;</span><span class="p">,</span> <span class="s1">&#39;TS&#39;</span><span class="p">,</span>
428+
<span class="s1">&#39;Vel in km/s&#39;</span><span class="p">,</span> <span class="s1">&#39;First year&#39;</span><span class="p">,</span> <span class="s1">&#39;Last year&#39;</span><span class="p">,</span>
429+
<span class="s1">&#39;IP cum&#39;</span><span class="p">,</span> <span class="s1">&#39;PS cum&#39;</span><span class="p">]]</span>
429430

430431
<span class="c1"># Adding metadata</span>
431432
<span class="n">neocc_lst</span><span class="o">.</span><span class="n">help</span> <span class="o">=</span> <span class="p">(</span><span class="s1">&#39;Risk lists contain a data frame with the &#39;</span>

docs/docs/html/_modules/ESANEOCC/neocc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

10-
<title>ESANEOCC.neocc &mdash; ESA NEOCC Python Interface 1.3.0 documentation</title>
10+
<title>ESANEOCC.neocc &mdash; ESA NEOCC Python Interface 1.3.1 documentation</title>
1111

1212

1313

docs/docs/html/_modules/ESANEOCC/tabs.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

10-
<title>ESANEOCC.tabs &mdash; ESA NEOCC Python Interface 1.3.0 documentation</title>
10+
<title>ESANEOCC.tabs &mdash; ESA NEOCC Python Interface 1.3.1 documentation</title>
1111

1212

1313

@@ -164,8 +164,8 @@ <h1>Source code for ESANEOCC.tabs</h1><div class="highlight"><pre>
164164
<span class="sd">* Property: European Space Agency (ESA)</span>
165165
<span class="sd">* Developed by: Elecnor Deimos</span>
166166
<span class="sd">* Author: C. Álvaro Arroyo Parejo</span>
167-
<span class="sd">* Issue: 1.3</span>
168-
<span class="sd">* Date: 16-06-2021</span>
167+
<span class="sd">* Issue: 1.3.1</span>
168+
<span class="sd">* Date: 29-06-2021</span>
169169
<span class="sd">* Purpose: Module which request and parse list data from ESA NEOCC</span>
170170
<span class="sd">* Module: tabs.py</span>
171171
<span class="sd">* History:</span>
@@ -191,6 +191,7 @@ <h1>Source code for ESANEOCC.tabs</h1><div class="highlight"><pre>
191191
<span class="sd"> Change ephemerides skyfooter to fix bug.\n</span>
192192
<span class="sd"> Change *get_matrix* from *orbit_properties* for</span>
193193
<span class="sd"> objects with 2 non-gravitational parameters.</span>
194+
<span class="sd">1.3.1 29-06-2021 No changes</span>
194195
<span class="sd">======== =========== =====================================================</span>
195196

196197
<span class="sd">© Copyright [European Space Agency][2021]</span>

docs/docs/html/_modules/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

10-
<title>Overview: module code &mdash; ESA NEOCC Python Interface 1.3.0 documentation</title>
10+
<title>Overview: module code &mdash; ESA NEOCC Python Interface 1.3.1 documentation</title>
1111

1212

1313

docs/docs/html/_sources/index.rst.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,15 @@ Visit `Interfacing with the Pandas Package <https://docs.astropy.org/en/stable/t
340340
ESANEOCC Change Log
341341
##########################################
342342

343+
==============================
344+
Version 1.3.1
345+
==============================
346+
347+
----------------------
348+
Bug Fixes
349+
----------------------
350+
* Fixed bug where *risk_list* and *risk_list_special* were not displaying Torino Scale and Velocity.
351+
343352
==============================
344353
Version 1.3
345354
==============================

docs/docs/html/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '1.3.0',
3+
VERSION: '1.3.1',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/docs/html/docs/source/conf.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

10-
<title>conf module &mdash; ESA NEOCC Python Interface 1.3.0 documentation</title>
10+
<title>conf module &mdash; ESA NEOCC Python Interface 1.3.1 documentation</title>
1111

1212

1313

docs/docs/html/docs/source/modules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

10-
<title>docs &mdash; ESA NEOCC Python Interface 1.3.0 documentation</title>
10+
<title>docs &mdash; ESA NEOCC Python Interface 1.3.1 documentation</title>
1111

1212

1313

0 commit comments

Comments
 (0)