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 @@

{{ project }}

{{ 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 `_ +FHE Collector is funded by `Simon Fraser University - Scholarly Communication Lab `_ .. _homepage_license: @@ -178,14 +178,10 @@ FHE Collector is funded by Simon Fraser University - `Scholarly Communication La License ----------------------------- -Copyright Stefan Kasberger and others, 2018. +Copyright Stefan Kasberger and others, 2021. Distributed under the terms of the MIT license, FHE Collector is free and open source software. Full License Text: `LICENSE.txt `_ The documentation is licensed under `CC BY 4.0 `_. - -.. toctree:: - :maxdepth: 2 - :caption: Contents: diff --git a/app/docs/source/user/resources.rst b/app/docs/source/user/resources.rst index 6732428..74b6142 100644 --- a/app/docs/source/user/resources.rst +++ b/app/docs/source/user/resources.rst @@ -12,13 +12,14 @@ FHE Collector - Working document for the integration of Facebook-OJS into CED: (`GDoc `_)) - Code base for collecting URLs and engagement: `fhe-plos `_ - Facebook Graph API + - `Docs `_ - Request `URL /?id={url} `_ - `Graph API restrictions `_ - `Rate limiting `_ - `Debug `_ - `Explorer `_ - - Python module: `facebook-sdk (`API Reference `_) + - Python module: `facebook-sdk `_ (`API Reference `_) .. _user_resources_literature: