Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
KaraMelih committed Aug 13, 2024
1 parent f7bc6b6 commit af54c42
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 46 deletions.
2 changes: 1 addition & 1 deletion docs/_static/css/my_theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.wy-nav-top {
background-color: #3B556F;
#background-color: #fcfcfc;
background-image: url('../logo.png');
background-image: url('../images/custom_logo.png');
background-repeat: no-repeat;
background-position: bottom;
padding: 0;
Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/layout.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
{%- set logo = "logo.png" %}
{%- set logo = "../_static/images/custom_logo.png" %}
{% extends "!layout.html" %}
12 changes: 0 additions & 12 deletions docs/api/api.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/api/message_schema.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/api/snews_pt_utils.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/api/snews_pub.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/api/snews_sub.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def setup(app):
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

html_logo = "./custom_logo.png"
html_logo = "./_static/images/custom_logo.png"
html_theme_options = {
'logo_only': True,
'display_version': True,
Expand Down
6 changes: 3 additions & 3 deletions docs/user/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ If you have a question that is not answered here, please feel free to open an is
Easiest is to follow the instructions in the [Quick Start](https://snews-publishing-tools.readthedocs.io/en/latest/user/quickstart.html) guide. <br>
Once created you can add your credentials from the terminal

```bash
hop auth add
```
```bash
hop auth add
```
which will prompt you to enter your username and password. Then your credentials will be stored on your local machine (`hop auth locate`).
You do not need to do anything else, as snews_pt will automatically use these credentials when you publish or subscribe to the SNEWS servers.

Expand Down

0 comments on commit af54c42

Please sign in to comment.