added docstrings, improved Sphinx docs

This commit is contained in:
Tristan Lee
2022-03-14 18:04:27 -05:00
parent 6cf3b8842d
commit e4cf9daf73
25 changed files with 700 additions and 311 deletions

View File

@@ -10,7 +10,6 @@ gogettr = "*"
requests = "*"
bs4 = "*"
dateparser = "*"
sphinx = "*"
boto3 = "*"
snscrape = {git = "https://github.com/bellingcat/snscrape.git"}
ffmpeg-python = "*"
@@ -24,6 +23,8 @@ pytest = "*"
pytest-cov = "*"
pytest-html = "*"
pytest-metadata = "*"
sphinx = "*"
sphinx_rtd_theme = "*"
[requires]
python_version = "3.9"