Skip to content

Commit 84ea705

Browse files
committed
updated README
1 parent 3173eb9 commit 84ea705

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Python client for fetching data from StockGeist's REST API.
44
The full documentation of the REST API
55
can be found at [https://docs.stockgeist.ai](https://docs.stockgeist.ai).
66

7-
The documentation describing all functionality of this Python package is hosted at
8-
97
## Installation
108
You can install the package directly from this repository:
119

@@ -42,6 +40,9 @@ Resulting output:
4240
The `aapl_response` is an object encapsulating the data fetched from the API together with some useful
4341
methods to easily explore the data, e.g., plot the time series.
4442

43+
For now, the best source of information about the functionality of `stockgeist-client-python` are the
44+
docstrings inside the source files.
45+
4546

4647
## Licence
4748
This package is provided as open source under the terms of the [MIT Licence](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)