Skip to content

Commit

Permalink
[fix](general) update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
areski committed Apr 18, 2024
1 parent fef346f commit 54b4039
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ Python Wrapper for NVD3 - It's time for beautiful charts
.. _Areski: https://github.com/areski/
.. _Oz: https://github.com/oz123/

.. image:: https://api.travis-ci.org/areski/python-nvd3.png?branch=develop
:target: https://travis-ci.org/areski/python-nvd3

.. image:: https://coveralls.io/repos/areski/python-nvd3/badge.png?branch=develop
:target: https://coveralls.io/r/areski/python-nvd3?branch=develop

Expand All @@ -32,10 +29,6 @@ Python Wrapper for NVD3 - It's time for beautiful charts
:target: https://pypi.python.org/pypi/python-nvd3/
:alt: License

.. image:: https://requires.io/github/areski/python-nvd3/requirements.svg?branch=develop
:target: https://requires.io/github/areski/python-nvd3/requirements/?branch=develop
:alt: Requirements Status

NVD3 is an attempt to build re-usable charts and chart components
for d3.js without taking away the power that d3.js offers you.

Expand All @@ -46,8 +39,6 @@ These graphs can be part of your web application:
.. image:: https://raw.githubusercontent.com/areski/python-nvd3/develop/docs/showcase/multiple-charts.png




Want to try it yourself? Install python-nvd3, enter your python shell and try this quick demo::

>>> from nvd3 import pieChart
Expand Down Expand Up @@ -109,6 +100,7 @@ Check out the documentation on `Read the Docs`_ for some live Chart examples!

.. _Read the Docs: http://python-nvd3.readthedocs.org


Installation
------------

Expand Down

0 comments on commit 54b4039

Please sign in to comment.