Skip to content

Commit

Permalink
Test two rows of badges. (#232)
Browse files Browse the repository at this point in the history
* Test two rows of badges.

* Fix markdown.

* Fix it again.

* No gap.

* Try this.

* Now this.

* Copied to the ReadTheDocs page and tested.
  • Loading branch information
jpivarski authored Dec 17, 2020
1 parent 882f262 commit bb3a17e
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 10 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
<img src="https://raw.githubusercontent.com/scikit-hep/uproot4/main/docs-img/logo/logo-300px.png">

[![PyPI version](https://badge.fury.io/py/uproot.svg)](https://pypi.org/project/uproot)
[![Conda-Forge](https://img.shields.io/conda/vn/conda-forge/uproot)](https://github.com/conda-forge/uproot-feedstock)
[![Python 3.5‒3.9](https://img.shields.io/badge/Python-3.5%E2%80%923.9-blue)](https://www.python.org)
[![BSD-3 Clause License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![Test build](https://img.shields.io/github/workflow/status/scikit-hep/uproot4/Test%20build?label=CI)](https://github.com/scikit-hep/uproot4/actions?query=workflow%3A%22Test+build%22)
[![Deploy to PyPI](https://img.shields.io/github/workflow/status/scikit-hep/uproot4/Deploy%20to%20PyPI?label=CD)](https://github.com/scikit-hep/uproot4/actions?query=workflow%3A%22Deploy+to+PyPI%22)

[![Scikit-HEP](https://scikit-hep.org/assets/images/Scikit--HEP-Project-blue.svg)](https://scikit-hep.org/)
[![NSF-1836650](https://img.shields.io/badge/NSF-1836650-blue.svg)](https://nsf.gov/awardsearch/showAward?AWD_ID=1836650)
[![DOI 10.5281/zenodo.3952728](https://zenodo.org/badge/DOI/10.5281/zenodo.3952728.svg)](https://doi.org/10.5281/zenodo.3952728)
[![Python 3.5‒3.9](https://img.shields.io/badge/Python-3.5%E2%80%923.9-blue)](https://www.python.org)
[![BSD-3 Clause License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![Latest version](https://img.shields.io/github/v/release/scikit-hep/uproot4?color=blue&label=Uproot)](https://github.com/scikit-hep/uproot4/releases/latest)
[![Documentation](https://img.shields.io/badge/docs-online-success)](https://uproot.readthedocs.io/)
[![Gitter](https://img.shields.io/badge/chat-online-success)](https://gitter.im/Scikit-HEP/uproot)

Uproot is a reader and a writer of the [ROOT file format](https://root.cern/) using only Python and Numpy. Unlike the standard C++ ROOT implementation, Uproot is only an I/O library, primarily intended to stream data into machine learning libraries in Python. Unlike PyROOT and root_numpy, Uproot does not depend on C++ ROOT. Instead, it uses Numpy to cast blocks of data from the ROOT file as Numpy arrays.

Expand Down
47 changes: 40 additions & 7 deletions docs-sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,42 @@
:alt: Uproot
:target: https://github.com/scikit-hep/uproot4

.. role:: raw-html(raw)
:format: html

|br|

:raw-html:`<p>`

.. image:: https://badge.fury.io/py/uproot.svg
:alt: PyPI version
:target: https://pypi.org/project/uproot

.. image:: https://img.shields.io/conda/vn/conda-forge/uproot
:alt: Conda-Forge
:target: https://github.com/conda-forge/uproot-feedstock

.. image:: https://img.shields.io/badge/Python-3.5%E2%80%923.9-blue
:alt: Python 3.5‒3.9
:target: https://www.python.org

.. image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
:alt: BSD-3 Clause License
:target: https://opensource.org/licenses/BSD-3-Clause

.. image:: https://img.shields.io/github/workflow/status/scikit-hep/uproot4/Test%20build?label=CI
:alt: Test build
:target: https://github.com/scikit-hep/uproot4/actions?query=workflow%3A%22Test+build%22

.. image:: https://img.shields.io/github/workflow/status/scikit-hep/uproot4/Deploy%20to%20PyPI?label=CD
:alt: Deploy to PyPI
:target: https://github.com/scikit-hep/uproot4/actions?query=workflow%3A%22Deploy+to+PyPI%22

:raw-html:`</p><p>`

.. image:: https://scikit-hep.org/assets/images/Scikit--HEP-Project-blue.svg
:alt: Scikit-HEP
:target: https://scikit-hep.org
:target: https://scikit-hep.org/

.. image:: https://img.shields.io/badge/NSF-1836650-blue.svg
:alt: NSF-1836650
Expand All @@ -65,13 +96,15 @@
:alt: DOI 10.5281/zenodo.3952728
:target: https://doi.org/10.5281/zenodo.3952728

.. image:: https://img.shields.io/badge/License-BSD%203--Clause-blue.svg
:alt: BSD-3 Clause License
:target: https://opensource.org/licenses/BSD-3-Clause
.. image:: https://img.shields.io/badge/docs-online-success
:alt: Documentation
:target: https://uproot.readthedocs.io/

.. image:: https://img.shields.io/badge/chat-online-success
:alt: Gitter
:target: https://gitter.im/Scikit-HEP/uproot

.. image:: https://img.shields.io/github/v/release/scikit-hep/uproot4?color=blue&label=Uproot
:alt: Latest version
:target: https://github.com/scikit-hep/uproot4/releases/latest
:raw-html:`</p>`

|br| Uproot is a library for reading (and soon, writing) ROOT files in pure Python and NumPy.

Expand Down

0 comments on commit bb3a17e

Please sign in to comment.