Skip to content

Commit

Permalink
removed empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer committed Apr 18, 2024
1 parent 3c177d6 commit 0e945f2
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion docs/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ Dependencies
============

.. include:: ../NOTICE

1 change: 0 additions & 1 deletion docs/global.rst.inc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.. _`conda-forge`: https://conda-forge.github.io/
.. _`Anaconda`: https://www.continuum.io/why-anaconda

1 change: 0 additions & 1 deletion docs/mssautoplot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,3 @@ Store this mss_autoplot.json in a path, e.g. “$HOME/.config/msui”
**/$HOME/.config/msui/mssautoplot.json**

.. literalinclude:: samples/config/msui/mssautoplot.json.sample

1 change: 0 additions & 1 deletion docs/samples/nginx/sites-available/mss_proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ server {
proxy_pass http://127.0.0.1:8087;
}
}

1 change: 0 additions & 1 deletion localbuild/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ https://github.com/conda-forge/mss-feedstock/tree/master/recipe

You may want to copy this directory to a different directory on your system
and alter it for your needs.

1 change: 0 additions & 1 deletion mslib/msui/qt5/ui_about_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,3 @@ def retranslateUi(self, AboutMSUIDialog):
"Copyright 2016-2024: by the MSS team, see AUTHORS"))
self.lblLinks.setText(_translate("AboutMSUIDialog", "<html><head/><body><p>See <a href=\"http://mss.rtfd.io\"><span style=\" text-decoration: underline; color:#0000ff;\">http://mss.rtfd.io</span></a> for detailed information and documentation.<br>Report bugs or feature requests at <a href=\"https://github.com/Open-MSS/MSS\"><span style=\" text-decoration: underline; color:#0000ff;\">https://github.com/Open-MSS/MSS</span></a>.</p></body></html>"))
self.btOK.setText(_translate("AboutMSUIDialog", "Ok"))

1 change: 0 additions & 1 deletion mslib/msui/ui/ui_about_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -315,4 +315,3 @@ Copyright 2016-2024: by the MSS team, see AUTHORS</string>
</connection>
</connections>
</ui>

1 change: 0 additions & 1 deletion mslib/static/templates/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@
{{ content|safe }}<br>
</div>
</div>{% endblock %}

1 change: 0 additions & 1 deletion mslib/static/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@
</div>
</div>
</div>

1 change: 0 additions & 1 deletion mslib/static/templates/user/activate.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
<p> Afterwards login by the user interface</p>
<br>
<p>Cheers!</p>

1 change: 0 additions & 1 deletion mslib/static/templates/user/confirmed.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@
<p>Please login by the user interface.</p>
</div>
</div>{% endblock %}

1 change: 0 additions & 1 deletion tests/data/empty_msui_settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{

}

1 change: 0 additions & 1 deletion tutorials/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@
See the License for the specific language governing permissions and
limitations under the License.
"""

0 comments on commit 0e945f2

Please sign in to comment.