Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #496 from dstansby/v0.5.2
Browse files Browse the repository at this point in the history
0.5.2 Backports
  • Loading branch information
dstansby authored Jun 18, 2018
2 parents 56755d5 + 0d2a8ca commit 6b3740a
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 6 deletions.
16 changes: 16 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Version 0.5.2
-------------

New features
^^^^^^^^^^^^

- The new HelioPy logo has been added to the documentation.
:issue:`448`, :issue:`447`

Fixed bugs
^^^^^^^^^^

- The new data version number of :meth:`.data.mms.fpi_dis_moms` has been
updated.


Version 0.5.1
-------------

Expand Down
Binary file added artwork/favicon.ico
Binary file not shown.
4 changes: 1 addition & 3 deletions doc/heliopy_theme/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{{ theme_logo_url }}">HelioPy</a>
</div>
<div class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">
</ul>
<img src="{{ pathto('_static/navbar.svg', 1) }}" alt="HelioPy logo" height=70px/>
</div>
</ul>
</div>
Expand Down
1 change: 1 addition & 0 deletions doc/heliopy_theme/static/navbar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions doc/heliopy_theme/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ span.caption-text {

/* Navbar */

.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
max-height: 60px;
}
.navbar {
background-color: #444;
}
Expand Down
2 changes: 1 addition & 1 deletion doc/heliopy_theme/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source_link_position = False
bootswatch_theme = flatly
bootstrap_version = 3

logo_url = http://heliopy.org/
logo_url = https://heliopy.org/
opengraph_image =
twitter_id =
github_user = heliopython
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
matplotlib.use('agg')
sys.path.insert(0, os.path.abspath('../../'))


html_favicon = '../../artwork/favicon.ico'
html_sidebars = {'**': ['docsidebar.html']}

# Pretend these modules exits so readthedocs builds
Expand Down
2 changes: 1 addition & 1 deletion heliopy/data/mms.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def fpi_dis_moms(probe, mode, starttime, endtime):
str(date.year),
str(date.month).zfill(2))
filename = ('mms{}_fpi_{}_l2_dis-moms_'
'{}{:02}{:02}{:02}0000_v3.1.1.cdf').format(
'{}{:02}{:02}{:02}0000_v3.3.0.cdf').format(
probe, mode, date.year, date.month, date.day, h)

# Absolute path to local directory for this data file
Expand Down

0 comments on commit 6b3740a

Please sign in to comment.