Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix banner, add badges and documentation link. #6

Merged
merged 2 commits into from
Jul 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.. image:: doc/source/_static/banner.jpg
.. image:: docs/source/_static/banner.jpg
:alt: A nice banner for functionalizer

|license| |docs|

Functionalizer
==============

Expand Down Expand Up @@ -57,3 +59,10 @@ from the Swiss government's ETH Board of the Swiss Federal Institutes of Technol
Copyright (c) 2017-2024 Blue Brain Project/EPFL

.. _SONATA extension: https://sonata-extension.readthedocs.io

.. |license| image:: https://img.shields.io/pypi/l/functionalizer
:target: https://github.com/BlueBrain/functionalizer/blob/master/LICENSE.txt

.. |docs| image:: https://readthedocs.org/projects/functionalizer/badge/?version=latest
:target: https://functionalizer.readthedocs.io/
:alt: documentation status
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ build-backend = "scikit_build_core.build"
name = "functionalizer"
dynamic = ["version"]
description = "A PySpark implementation of the Blue Brain Project Functionalizer"
documentation = "https://functionalizer.readthedocs.io/"
license = {"file" = "LICENSE.txt"}
authors = [{"name" = "BlueBrain HPC", "email" = "bbp-ou-hpc@epfl.ch"}]
maintainers = [
Expand Down
Loading