LICENSE
README.md
pyproject.toml
docs/source/conf.py
teachbooks/__init__.py
teachbooks/release.py
teachbooks/serve.py
teachbooks.egg-info/PKG-INFO
teachbooks.egg-info/SOURCES.txt
teachbooks.egg-info/dependency_links.txt
teachbooks.egg-info/entry_points.txt
teachbooks.egg-info/requires.txt
teachbooks.egg-info/top_level.txt
teachbooks/cli/__init__.py
teachbooks/cli/main.py
teachbooks/external_content/__init__.py
teachbooks/external_content/bib.py
teachbooks/external_content/config.py
teachbooks/external_content/git.py
teachbooks/external_content/headers.py
teachbooks/external_content/licenses.py
teachbooks/external_content/process_toc.py
teachbooks/external_content/requirements.py
teachbooks/external_content/utils.py
teachbooks/plugins/__init__.py
teachbooks/plugins/pybtex/__init__.py
teachbooks/plugins/pybtex/formatting/__init__.py
teachbooks/plugins/pybtex/formatting/apa.py
teachbooks/plugins/pybtex/labels/__init__.py
teachbooks/plugins/pybtex/labels/apa.py
teachbooks/plugins/pybtex/names/__init__.py
teachbooks/plugins/pybtex/names/firstlast.py
teachbooks/plugins/sphinxcontrib_bibtex/__init__.py
teachbooks/plugins/sphinxcontrib_bibtex/style/__init__.py
teachbooks/plugins/sphinxcontrib_bibtex/style/referencing/__init__.py
teachbooks/plugins/sphinxcontrib_bibtex/style/referencing/author_year_apa.py
tests/__init__.py
tests/test_cli_build.py
tests/test_cli_serve.py
tests/test_server.py
tests/books/02/_ext/apastyle.py
tests/books/02/_ext/bracket_citation_style.py
tests/books/02/_ext/pybtexapastyle/setup.py
tests/books/02/_ext/pybtexapastyle/formatting/__init__.py
tests/books/02/_ext/pybtexapastyle/formatting/apa.py
tests/books/02/_ext/pybtexapastyle/formatting/pybtex/style/formatting/__init__.py
tests/books/02/_ext/pybtexapastyle/formatting/pybtex/style/sorting/__init__.py
tests/books/02/_ext/pybtexapastyle/formatting/pybtex/style/sorting/author_year_title.py
tests/books/02/_ext/pybtexapastyle/labels/__init__.py
tests/books/02/_ext/pybtexapastyle/labels/apa.py
tests/books/02/_ext/pybtexapastyle/names/__init__.py
tests/books/02/_ext/pybtexapastyle/names/firstlast.py
tests/test_external_content/__init__.py
tests/test_external_content/test_bibs.py
tests/test_external_content/test_config.py
tests/test_external_content/test_integration.py