Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ To install from pip:
pip install springserve


To use the `Reporting API <https://springserve.atlassian.net/wiki/spaces/SSD/pages/1588035603/Reporting+API>`__
with this package, also install `pandas <https://pypi.org/project/pandas/>`__.
To use the [Reporting API](https://springserve.atlassian.net/wiki/spaces/SSD/pages/1588035603/Reporting+API)
with this package, also install [pandas](https://pypi.org/project/pandas/).

Usage
-----------
Expand Down Expand Up @@ -145,7 +145,7 @@ easy to make calls that will return more than one result.
### SpringServe Reporting ###

Below is the documentation for and an example of using SpringServe reporting.
This module requires the ``pandas`` package to be installed.
This module requires the `pandas` package to be installed.

In [10]: springserve.reports.run?
Signature: springserve.reports.run(start_date=None, end_date=None, interval=None,
Expand Down