diff --git a/app/__init__.py b/app/__init__.py index 77656c5..6d45290 100755 --- a/app/__init__.py +++ b/app/__init__.py @@ -14,4 +14,5 @@ __license__ = "MIT License" __version__ = "0.1.0" __url__ = "https://github.com/ScholCommLab/fhe-collector" +__project__ = "FHE Collector" __description__ = "Facebook Hidden Engagement Microservice" diff --git a/app/docs/source/_templates/sidebar_intro.html b/app/docs/source/_templates/sidebar_intro.html index 5dae0b2..c4686a4 100644 --- a/app/docs/source/_templates/sidebar_intro.html +++ b/app/docs/source/_templates/sidebar_intro.html @@ -1,7 +1,7 @@
{{ theme_description }}
-Developed by the Simon Fraser University - Scholarly Communication Lab.
+Developed by the Simon Fraser University - Scholarly Communication Lab.
diff --git a/app/docs/source/_templates/sidebar_related-links.html b/app/docs/source/_templates/sidebar_related-links.html
index cf093ac..5edcd93 100644
--- a/app/docs/source/_templates/sidebar_related-links.html
+++ b/app/docs/source/_templates/sidebar_related-links.html
@@ -1,8 +1,8 @@
Useful Links
-
diff --git a/app/docs/source/conf.py b/app/docs/source/conf.py
index 8af7c75..42b3306 100755
--- a/app/docs/source/conf.py
+++ b/app/docs/source/conf.py
@@ -23,7 +23,7 @@
# -- Project information -----------------------------------------------------
-project = app.__name__
+project = app.__project__
copyright = app.__copyright__
author = app.__author__
description = app.__description__
diff --git a/app/docs/source/index.rst b/app/docs/source/index.rst
index 4545da8..3b4bf5f 100755
--- a/app/docs/source/index.rst
+++ b/app/docs/source/index.rst
@@ -78,7 +78,7 @@ Install
.. code-block:: shell
- pip install fhe-collector
+ pip install fhe_collector
Find more options at :ref:`user_installation`.
@@ -170,7 +170,7 @@ Open Source projects in general live from the cooperation of the many and it's p
standing on the shoulders of so many contributors, so to say thanks is the
least that can be done.
-FHE Collector is funded by Simon Fraser University - `Scholarly Communication Lab