mirror of
https://github.com/bellingcat/cisticola.git
synced 2026-06-11 12:58:33 +03:00
added and made more consistent docstrings, wrote script that makes minor edits to Sphinx apidocs to improve documentation clarity
This commit is contained in:
@@ -20,4 +20,9 @@ Cisticola has many components
|
||||
|
||||
The data extracted by scrapers varies by platform, but typically includes media files attached to posts.
|
||||
|
||||
Separating the "scraping" and "transforming" steps is useful because it ensures that no data is thrown away during the transormation. There may be some fields in the raw data that aren't included in the transformed format, but could be found to be useful in the future.
|
||||
Separating the "scraping" and "transforming" steps is useful because it ensures that no data is thrown away during the transormation. There may be some fields in the raw data that aren't included in the transformed format, but could be found to be useful in the future.
|
||||
|
||||
TODO
|
||||
- Add diagram
|
||||
- Describe common workflow and steps
|
||||
- Update environment variables
|
||||
Reference in New Issue
Block a user