From 272fb6783f21af45cd0b6a22f64cfed75463b2e5 Mon Sep 17 00:00:00 2001 From: Claromes Date: Sun, 16 Jun 2024 06:00:51 -0300 Subject: [PATCH] update docs --- docs/api.rst | 2 +- docs/contribute.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 8220857..12537b9 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -54,6 +54,6 @@ Utils .. autofunction:: clean_tweet_url .. autofunction:: clean_wayback_machine_url .. autofunction:: delete_tweet_pathnames -.. autofunction:: is_tweet_url .. autofunction:: get_response +.. autofunction:: is_tweet_url .. autofunction:: semicolon_parser diff --git a/docs/contribute.rst b/docs/contribute.rst index 298ec43..84ed2cb 100644 --- a/docs/contribute.rst +++ b/docs/contribute.rst @@ -24,6 +24,7 @@ Install from the source, following `these instructions `_. Brief explanation about the code under the Wayback Tweets directory: - ``app``: Streamlit app +- ``assets``: Title and logo images - ``docs``: Documentation generated with Sphinx - ``waybacktweets/api``: Main package modules - ``waybacktweets/cli``: Command line Interface module -- 2.34.1