Skip to content

Commit

Permalink
add black badge
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Oct 29, 2019
1 parent 7857110 commit 0494ccb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ graphtools
.. image:: https://img.shields.io/github/stars/KrishnaswamyLab/graphtools.svg?style=social&label=Stars
:target: https://github.com/KrishnaswamyLab/graphtools/
:alt: GitHub stars
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/psf/black
:alt: Code style: black

Tools for building and manipulating graphs in Python.

Expand Down
6 changes: 5 additions & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ graphtools

<a href="https://github.com/KrishnaswamyLab/graphtools/"><img src="https://img.shields.io/github/stars/KrishnaswamyLab/graphtools.svg?style=social&label=Stars" alt="GitHub stars"></a>

.. raw:: html

<a href="https://github.com/psf/black/"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black"></a>

Tools for building and manipulating graphs in Python.

.. toctree::
Expand Down Expand Up @@ -65,4 +69,4 @@ To use `graphtools` with `pygsp`, create a `graphtools.Graph` class with `use_py
Help
====

If you have any questions or require assistance using graphtools, please contact us at https://krishnaswamylab.org/get-help
If you have any questions or require assistance using graphtools, please contact us at https://krishnaswamylab.org/get-help

0 comments on commit 0494ccb

Please sign in to comment.