Skip to content

Commit 4ebd168

Browse files
author
clickingbuttons
committed
add missing automethod docs (#138)
* add missing automethod docs * fix name * formatting
1 parent 1aa6d01 commit 4ebd168

File tree

4 files changed

+36
-1
lines changed

4 files changed

+36
-1
lines changed

docs/source/Aggs.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
.. _aggs_header:
2+
3+
Aggs
4+
==========
5+
6+
===========
7+
Get aggs
8+
===========
9+
.. automethod:: polygon.RESTClient.get_aggs
10+
11+
============================
12+
Get grouped daily aggs
13+
============================
14+
.. automethod:: polygon.RESTClient.get_grouped_daily_aggs
15+
16+
============================
17+
Get daily open close agg
18+
============================
19+
.. automethod:: polygon.RESTClient.get_daily_open_close_agg
20+
21+
============================
22+
Get previous close agg
23+
============================
24+
.. automethod:: polygon.RESTClient.get_previous_close_agg
25+

docs/source/Quotes.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Quotes
66
===========
77
List quotes
88
===========
9-
109
.. automethod:: polygon.RESTClient.list_quotes
1110

1211
==============

docs/source/Trades.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,13 @@ Trades
77
List trades
88
===========
99
.. automethod:: polygon.RESTClient.list_trades
10+
11+
===========
12+
Get last trade
13+
===========
14+
.. automethod:: polygon.RESTClient.get_last_trade
15+
16+
===========
17+
Get last trade (crypto)
18+
===========
19+
.. automethod:: polygon.RESTClient.get_last_trade_crypto

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This documentation is for the Python client only. For details about the response
88
:caption: Contents:
99

1010
Getting-Started
11+
Aggs
1112
Quotes
1213
Reference
1314
Trades

0 commit comments

Comments
 (0)