Skip to content

Commit

Permalink
Fix banner, add badges and documentation link. (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
matz-e authored Jul 17, 2024
1 parent 6ce8797 commit cd45fc5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
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

0 comments on commit cd45fc5

Please sign in to comment.