Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
s-raza+S20-Win authored and s-raza+S20-Win committed Sep 24, 2021
1 parent 7759747 commit 283061b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Licence](https://img.shields.io/github/license/s-raza/csvio?color=bright)](https://github.com/s-raza/csvio/blob/master/LICENSE)
[![Python Version](https://img.shields.io/badge/python-3.8.2%2B-bright)](https://www.python.org/downloads/release/python-382/)
[![Readthedocs](https://img.shields.io/readthedocs/csvio/latest)](https://csvio.readthedocs.io/en/latest)


csvio is a Python library that provides a wrapper around Python's built in
Expand Down
7 changes: 7 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ item in this list is a dictionary that represents a row. The key, value pairs
in each dictionary is a mapping between the column and its associated row value
from the CSV.

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

.. code-block:: bash
pip install csvio
Reading CSVs
------------

Expand Down

0 comments on commit 283061b

Please sign in to comment.