added table diagram, and brief developer guide and deployment info for docs

This commit is contained in:
Tristan Lee
2023-08-03 23:58:12 -05:00
parent d3b8e1a3b3
commit ef9292bc90
9 changed files with 1446 additions and 46 deletions

View File

@@ -11,10 +11,6 @@ addopts =
--cov-report html:reports/coverage
--html='reports/tests.html'
--self-contained-html
markers =
profile: marks tests for only extracting channel metadata (deselect with '-m "not profile"')
media: marks tests for archiving all media attachments (deselect with '-m "not media"')
unarchived: marks tests for archiving all unarchived media attachments (deselect with '-m "not unarchived"')
filterwarnings =
ignore:the imp module is deprecated:DeprecationWarning
ignore:The localize method is no longer necessary, as this time zone supports the fold attribute