Skip to content

Commit

Permalink
Updating docs to prepare for 0.2.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
smithara committed Jan 3, 2019
1 parent 658fd69 commit f8623a6
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/available_parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can check which parameters are available with:
(replace x with A, B, or C for Alpha, Bravo, or Charlie)::

SW_OPER_MAGx_LR_1B
SW_OPER_EFIx_PL_1B
SW_OPER_EFIx_LP_1B
SW_OPER_IBIxTMS_2F
SW_OPER_TECxTMS_2F
SW_OPER_FACxTMS_2F
Expand All @@ -43,7 +43,7 @@ For MAG::

For EFI::

v_SC,v_ion,v_ion_error,E,E_error,dt_LP,n,n_error,T_ion,T_ion_error,T_elec,T_elec_error,U_SC,U_SC_error,v_ion_H,v_ion_H_error,v_ion_V,v_ion_V_error,rms_fit_H,rms_fit_V,var_x_H,var_y_H,var_x_V,var_y_V,dv_mtq_H,dv_mtq_V,SAA,Flags_LP,Flags_LP_n,Flags_LP_T_elec,Flags_LP_U_SC,Flags_TII,Flags_Platform,Maneuver_Id
U_orbit,Ne,Ne_error,Te,Te_error,Vs,Vs_error,Flags_LP,Flags_Ne,Flags_Te,Flags_Vs

For IBI::

Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Welcome to VirES-Python-Client's documentation!
:maxdepth: 2
:caption: Example notebooks

notebook_intro
notebooks/simple_example

.. toctree::
Expand Down
9 changes: 9 additions & 0 deletions docs/notebook_intro.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Introduction to notebooks
=========================

Jupyter notebooks are a convenient tool for interactive data exploration and are used here to demonstrate usage of ``viresclient``. We encourage users to try out Jupyter for themselves and to consider sharing notebooks with others.

Here is a list of related notebook repositories where you are welcome to submit changes or additions. Please get in touch if you would like your own repository to be listed here.

- https://github.com/smithara/viresclient_examples
- https://github.com/pacesm/jupyter_notebooks
4 changes: 4 additions & 0 deletions docs/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ Dependencies::
tqdm
xarray

There is an unresolved bug with Windows support - see here_.

.. _here: https://github.com/ESA-VirES/VirES-Python-Client/issues/1

Example usage
-------------

Expand Down
10 changes: 9 additions & 1 deletion docs/release_notes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
Release notes
=============

Changes from v0.2.1 to v0.2.2
Changes from v0.2.4 to 0.2.5
----------------------------

- EFI collections have changed from ``SW_OPER_EFIx_PL_1B`` to ``SW_OPER_EFIx_LP_1B``, with different measurement variables
- Added support for user-defined models by providing a .shc file path as the ``custom_model`` in :meth:`viresclient.SwarmRequest.set_products`. Model evaluations and residuals will then be returned, named as "Custom_Model", in the same way as other models behave.
- Added alternative input start and end times as ISO-8601 strings to :meth:`viresclient.SwarmRequest.get_between`
- Minor bug fixes

Changes from v0.2.1 to v0.2.4
-----------------------------

- Added models CHAOS-6-MMA-Primary and CHAOS-6-MMA-Secondary
Expand Down

0 comments on commit f8623a6

Please sign in to comment.