Skip to content

Commit

Permalink
- polishing the docs for 0.10.2 release
Browse files Browse the repository at this point in the history
- docs updated with badges
  • Loading branch information
amkrajewski committed Feb 9, 2023
1 parent ee7ecec commit 9e45ccf
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 9 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## pySIPFENN
[![PyPI version](https://badge.fury.io/py/pysipfenn.svg)](https://badge.fury.io/py/pysipfenn)
[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-390/)
[![Python 3.10](https://img.shields.io/badge/python-3.10-blue.svg)](https://www.python.org/downloads/release/python-3100/)
![GitHub top language](https://img.shields.io/github/languages/top/PhasesResearchLab/pysipfenn)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pysipfenn)
![PyPI](https://img.shields.io/pypi/v/pysipfenn)
![PyPI - License](https://img.shields.io/pypi/l/pysipfenn)
![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/PhasesResearchLab/pysipfenn?label=Last%20Commit)
![GitHub Release Date - Published_At](https://img.shields.io/github/release-date/PhasesResearchLab/pysipfenn?label=Last%20Release)
![GitHub commits since tagged version](https://img.shields.io/github/commits-since/PhasesResearchLab/pysipfenn/v0.10.1?color=g)
[![DOI](https://img.shields.io/badge/DOI-10.1016%2Fj.commatsci.2022.111254-blue)](https://doi.org/10.1016/j.commatsci.2022.111254)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.7373089.svg)](https://doi.org/10.5281/zenodo.7373089)

This repository contains
Expand Down
28 changes: 22 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,32 @@
pySIPFENN
=========

.. image:: https://img.shields.io/badge/python-3.9-blue.svg
:target: https://www.python.org/downloads/release/python-390/
.. image:: https://img.shields.io/github/languages/top/PhasesResearchLab/pysipfenn
:alt: GitHub top language

.. image:: https://img.shields.io/badge/python-3.10-blue.svg
.. image:: https://img.shields.io/pypi/pyversions/pysipfenn
:alt: PyPI - Python Version
:target: https://www.python.org/downloads/release/python-3100/

.. image:: https://badge.fury.io/py/pysipfenn.svg
:target: https://badge.fury.io/py/pysipfenn
.. image:: https://img.shields.io/pypi/l/pysipfenn
:alt: PyPI - License

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7373089.svg
.. image:: https://img.shields.io/pypi/v/pysipfenn
:alt: PyPI

.. image:: https://img.shields.io/github/last-commit/PhasesResearchLab/pysipfenn?label=Last%20Commit
:alt: GitHub last commit (by committer)

.. image:: https://img.shields.io/github/release-date/PhasesResearchLab/pysipfenn?label=Last%20Release
:alt: GitHub Release Date - Published_At

.. image:: https://img.shields.io/github/commits-since/PhasesResearchLab/pysipfenn/v0.10.1?color=g
:alt: GitHub commits since tagged version

.. image:: https://img.shields.io/badge/DOI-10.1016%2Fj.commatsci.2022.111254-blue
:target: https://doi.org/10.1016/j.commatsci.2022.111254

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.7373089.svg?
:target: https://doi.org/10.5281/zenodo.7373089


Expand Down

0 comments on commit 9e45ccf

Please sign in to comment.