Skip to content

Commit

Permalink
me idot
Browse files Browse the repository at this point in the history
  • Loading branch information
denzven committed Jun 17, 2021
1 parent 461281c commit 2e14936
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Installation

Install DenzGraphingApiWrapper by running:

```pip install -i https://test.pypi.org/simple/ DenzGraphingApiWrapper-py-denzven==0.0.2```
``pip install -i https://test.pypi.org/simple/ DenzGraphingApiWrapper-py-denzven==0.0.2``

Import it like this:
```from DenzGraphingApiWrapper_py import DenzGraphingApiWrapper_py as GraphingApi```
``from DenzGraphingApiWrapper_py import DenzGraphingApiWrapper_py as GraphingApi``

Usage
------
Expand All @@ -33,7 +33,7 @@ Here are some examples on how to use this wrapper
>>> GraphingApi.heroku_graph(formula)
'https://denz-graphing-api-heroku.herokuapp.com/graph?formula=x%2A%2A2%2By%2A%2A2-10'

>>>GraphingApi.py_anywhere_graph(formula)
>>> GraphingApi.py_anywhere_graph(formula)
'http://denzven.pythonanywhere.com/graph?formula=%28x%2A%2A2%2By%2A%2A2-10'


Expand Down

0 comments on commit 2e14936

Please sign in to comment.