Skip to content

Commit

Permalink
docs: readthedocs documentation update and abstractapi link update
Browse files Browse the repository at this point in the history
  • Loading branch information
mendrugory committed Oct 21, 2021
1 parent 613bef3 commit a1c025e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ ioloop.add_callback(function)
ioloop.start()
```

[ABAPI]:<https://app.abstractapi.com/api/ip-geolocation/documentation>
[ABAPI]:<https://www.abstractapi.com/ip-geolocation-api>
[IPAPI]: <http://ip-api.com/>
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
extensions = ["myst_parser"]
source_suffix = ['.rst', '.md']
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. mdinclude:: ../README.md
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
coverage==4.0.1
tornado==6.1
myst-parser==0.15.2

0 comments on commit a1c025e

Please sign in to comment.