update docs
authorClaromes <claromes@hey.com>
Sun, 16 Jun 2024 09:00:51 +0000 (06:00 -0300)
committerClaromes <claromes@hey.com>
Sun, 16 Jun 2024 09:00:51 +0000 (06:00 -0300)
docs/api.rst
docs/contribute.rst

index 822085798fecb62ddde27264698d82090747838e..12537b95c97047a4dc756eb380f4117c9289c105 100644 (file)
@@ -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
index 298ec43822a9983ad2dcdb8d13cd92a9730eb3e6..84ed2cbdbc586e46f5c0948c0e4b80abdce45f0d 100644 (file)
@@ -24,6 +24,7 @@ Install from the source, following `these instructions <installation.html>`_.
 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