-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #50 from nabobalis/master
Various Fixes
- Loading branch information
Showing
13 changed files
with
203 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
{ | ||
"extends": "stylelint-config-recommended", | ||
"rules": {"no-descending-specificity": null, | ||
"selector-pseudo-element-no-unknown": null | ||
} | ||
"rules": { | ||
"no-descending-specificity": null, | ||
"selector-pseudo-element-no-unknown": null | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,60 +1,59 @@ | ||
<div id="navbar" class="{{ theme_navbar_class }} navbar-default {% if theme_navbar_fixed_top|tobool -%} navbar-fixed-top{%- endif -%}"> | ||
<div id="navbar" class="{{ theme_navbar_class }} navbar-default {% if theme_navbar_fixed_top|tobool %} navbar-fixed-top {% endif %}"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse"> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="{{ theme_logo_url }}">SunPy</a> | ||
</div> | ||
<div class="collapse navbar-collapse nav-collapse"> | ||
<ul class="nav navbar-nav"> | ||
{% if theme_navbar_links %} | ||
<div class="collapse navbar-collapse nav-collapse"> | ||
<ul class="nav navbar-nav navbar-left"> | ||
<li class="dropdown"> | ||
<a role="button" id="dLabelGlobalToc" data-toggle="dropdown" data-target="#" href="#">About<b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
<li class="dropdown-submenu"> | ||
<a href="http://sunpy.org/about.html">About</a> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse"> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand" href="{{ theme_logo_url }}">SunPy</a> | ||
</div> | ||
<div class="collapse navbar-collapse nav-collapse"> | ||
<ul class="nav navbar-nav"> | ||
{% if theme_navbar_links %} | ||
<div class="collapse navbar-collapse nav-collapse"> | ||
<ul class="nav navbar-nav navbar-left"> | ||
<li class="dropdown"> | ||
<a role="button" id="dLabelGlobalToc" data-toggle="dropdown" data-target="#" href="#" }}>About<b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
<li class="dropdown-submenu"> | ||
<a href="{{ pathto("about") }}">About</a> | ||
</li> | ||
<li class="dropdown-submenu"> | ||
<a href="{{ pathto("about") }}#acknowledging-sunpy">Acknowledge SunPy</a> | ||
</li> | ||
<li class="dropdown-submenu"> | ||
<a href="http://docs.sunpy.org/en/stable/coc.html">Code of Conduct</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li class="dropdown"> | ||
<a role="button" id="dLabelGlobalToc" data-toggle="dropdown" data-target="" href="">Documentation<b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
<li class="dropdown-submenu"> | ||
<a href="http://docs.sunpy.org/en/stable/">SunPy</a> | ||
</li> | ||
<li class="dropdown-submenu"> | ||
<a href="http://docs.sunpy.org/projects/ndcube">ndcube</a> | ||
</li> | ||
<li class="dropdown-submenu"> | ||
<a href="http://sunpy.org/about.html#acknowledging-sunpy">Acknowledge</a> | ||
</li> | ||
<li class="dropdown-submenu"> | ||
<a href="http://docs.sunpy.org/en/stable/coc.html">Code of Conduct</a> | ||
</li> | ||
</ul> | ||
</li> | ||
<li><a href="http://sunpy.org/blog.html">Blog</a></li> | ||
<li class="dropdown"> | ||
<a role="button" id="dLabelGlobalToc" data-toggle="dropdown" data-target="#" href="#">Documentation<b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
<a href="http://docs.sunpy.org/projects/drms">drms</a> | ||
</li> | ||
<li class="dropdown-submenu"> | ||
<a href="http://docs.sunpy.org/en/stable/">SunPy</a> | ||
<a href="http://docs.sunpy.org/projects/radiospectra/en/latest/index.html">radiospectra</a> | ||
</li> | ||
<li class="dropdown-submenu"> | ||
<a href="http://docs.sunpy.org/projects/irispy/en/latest/">IRISPy</a> | ||
</li> | ||
<li class="dropdown-submenu"> | ||
<a href="http://docs.sunpy.org/projects/solarbextrapolation/en/latest/">SolarBExtrapolation</a> | ||
</li> | ||
<li class="dropdown-submenu"> | ||
<a href="http://docs.sunpy.org/projects/sunkit-sst/en/latest/index.html">sunkit-sst</a> | ||
</li> | ||
<li class="dropdown-submenu"> | ||
<a href="http://docs.sunpy.org/projects/radiospectra/en/latest/index.html">radiospectra</a> | ||
</li> | ||
</li> | ||
</ul> | ||
</li> | ||
{%- for link in theme_navbar_links %} | ||
<li><a href="{{ pathto(*link[1:]) }}">{{ link[0] }}</a></li> | ||
{%- endfor %} | ||
{% endif %} | ||
</ul> | ||
</div> | ||
</li> | ||
{% for link in theme_navbar_links %} | ||
<li><a href="{{ pathto(*link[1:]) }}">{{ link[0] }}</a></li> | ||
{% endfor %} | ||
{% endif %} | ||
</ul> | ||
</div> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |
Oops, something went wrong.