From 198e9d53ce73e46a1e8be3b2d4e1847e5d910d2b Mon Sep 17 00:00:00 2001 From: Harmon Date: Tue, 6 Apr 2021 17:28:44 -0500 Subject: [PATCH] Add API documentation subsection header to match API reference index Update header types within subsection to be subsubsection headers --- docs/api.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index 9fc6233..42ffbff 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -16,8 +16,11 @@ This page contains some basic documentation for the Tweepy module. .. autoclass:: API +Tweets +------ + Get Tweet timelines -------------------- +^^^^^^^^^^^^^^^^^^^ .. automethod:: API.home_timeline @@ -26,7 +29,7 @@ Get Tweet timelines .. automethod:: API.user_timeline Post, retrieve, and engage with Tweets --------------------------------------- +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. automethod:: API.favorites -- 2.25.1