Skip to content

Commit

Permalink
Merge pull request #90 from earthgecko/luminosity
Browse files Browse the repository at this point in the history
v1.2.12
  • Loading branch information
earthgecko committed Apr 3, 2019
2 parents 3ebc642 + 63e2130 commit e3eccb3
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def setup(app):
# The short X.Y version.
version = u'1.2'
# The full version, including alpha/beta/rc tags.
release = u'1.2.11'
release = u'1.2.12'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
8 changes: 6 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,15 @@ documentation configuration options are referred to via their docstrings name
e.g. :mod:`settings.FULL_DURATION` which links to their description in the
documentation.

Firewall
~~~~~~~~
Python virtualenv
~~~~~~~~~~~~~~~~~

- Create a python-2.7.14 virtualenv for Skyline to run in see `Running in
Python virtualenv <running-in-python-virtualenv.html>`__

Firewall
~~~~~~~~

- Please set up all the firewall rules to restrict access to the following
**before** you continue to install the other components:

Expand Down
16 changes: 16 additions & 0 deletions docs/skyline.ionosphere.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@ skyline.ionosphere.agent module
:undoc-members:
:show-inheritance:

skyline.ionosphere.common_functions module
------------------------------------------

.. automodule:: ionosphere.common_functions
:members:
:undoc-members:
:show-inheritance:

skyline.ionosphere.echo module
------------------------------

.. automodule:: ionosphere.echo
:members:
:undoc-members:
:show-inheritance:

skyline.ionosphere.ionosphere module
------------------------------------

Expand Down
8 changes: 8 additions & 0 deletions docs/skyline.webapp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ skyline.webapp.utilities module
:undoc-members:
:show-inheritance:

skyline.webapp.webapp.preprocess module
---------------------------------------

.. automodule:: webapp.webapp.preprocess
:members:
:undoc-members:
:show-inheritance:

skyline.webapp.webapp module
----------------------------

Expand Down
2 changes: 1 addition & 1 deletion skyline/skyline_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# @modified 20170109 - Feature #1854: Ionosphere learn
# Added learn
# __version_info__ = ('1', '1', '0')
__version_info__ = ('1', '2', '11')
__version_info__ = ('1', '2', '12')
__branch__ = 'luminosity'
__version_tag__ = 'stable'

Expand Down
4 changes: 2 additions & 2 deletions skyline/tsfresh_features/scripts/pytz.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Development - pytz
pytz.all_timezones
==================

**pytz version: 2018.4**
**pytz version: 2018.5**

This is an automatically generated list of all pytz timezones for the specified
pytz version generated using pytz.all_timezones. It is generated so there is an
Expand All @@ -33,7 +33,7 @@ It is hoped that the methods used handle daylight savings timezones (DST), the
methods implemented has been taken from some best practices, however they are
not tested on DST changes, so the outcome is somewhat unknown.

**pytz version: 2018.4**
**pytz version: 2018.5**

Timezones list for pytz version
-------------------------------
Expand Down

0 comments on commit e3eccb3

Please sign in to comment.