.gitignore
.pre-commit-config.yaml
CITATION.cff
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
readthedocs.yml
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/local_integration_tests.yml
.github/workflows/publish.yml
.github/workflows/remote_integration_tests.yml
.github/workflows/unit_tests.yml
docs/.gitignore
docs/Makefile
docs/api.rst
docs/attribution.rst
docs/changelog.rst
docs/cli.rst
docs/conf.py
docs/config.rst
docs/environment.yml
docs/faqs.rst
docs/hacks.py
docs/index.rst
docs/install.rst
docs/integration_tests.rst
docs/intro.rst
docs/latex.rst
docs/layout.rst
docs/logging.rst
docs/migrating.rst
docs/overleaf.rst
docs/projects.json
docs/projects.rst.jinja
docs/quickbuild.rst
docs/quickstart.rst
docs/snakefile.rst
docs/zenodo.rst
docs/_static/actions_tab.png
docs/_static/article-abstract.png
docs/_static/badges.png
docs/_static/default_ms.png
docs/_static/default_ms_with_figure.png
docs/_static/logo.png
docs/_static/overview.png
docs/_static/workflow_permissions.png
docs/_static/zenodo_dois.png
docs/_static/css/custom.css
docs/api/.gitignore
showyourwork/__init__.py
showyourwork/__main__.py
showyourwork/_showyourwork_version.py
showyourwork/config.py
showyourwork/git.py
showyourwork/gitapi.py
showyourwork/logging.py
showyourwork/overleaf.py
showyourwork/patches.py
showyourwork/paths.py
showyourwork/subproc.py
showyourwork/tex.py
showyourwork/userrules.py
showyourwork/zenodo.py
showyourwork.egg-info/PKG-INFO
showyourwork.egg-info/SOURCES.txt
showyourwork.egg-info/dependency_links.txt
showyourwork.egg-info/entry_points.txt
showyourwork.egg-info/not-zip-safe
showyourwork.egg-info/requires.txt
showyourwork.egg-info/top_level.txt
showyourwork/cli/__init__.py
showyourwork/cli/conda_env.py
showyourwork/cli/main.py
showyourwork/cli/commands/__init__.py
showyourwork/cli/commands/build.py
showyourwork/cli/commands/cache.py
showyourwork/cli/commands/clean.py
showyourwork/cli/commands/preprocess.py
showyourwork/cli/commands/setup.py
showyourwork/cli/commands/tarball.py
showyourwork/cli/commands/zenodo.py
showyourwork/cookiecutter-showyourwork/cookiecutter.json
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/.gitignore
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/LICENSE
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/README.md
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/Snakefile
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/environment.yml
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/showyourwork.yml
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/zenodo.yml
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/.github/workflows/build-pull-request.yml
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/.github/workflows/build.yml
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/.github/workflows/process-pull-request.yml
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/.vscode/settings.json
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/src/data/.gitignore
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/src/scripts/.gitignore
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/src/scripts/matplotlibrc
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/src/scripts/paths.py
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/src/static/.gitignore
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/src/tex/.gitignore
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/src/tex/aasjournal.bst
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/src/tex/aastex631.cls
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/src/tex/bib.bib
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/src/tex/ms.tex
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/src/tex/orcid-ID.png
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/src/tex/showyourwork.sty
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/src/tex/figures/.gitignore
showyourwork/cookiecutter-showyourwork/{{ cookiecutter.repo }}/src/tex/output/.gitignore
showyourwork/exceptions/__init__.py
showyourwork/exceptions/base.py
showyourwork/exceptions/github.py
showyourwork/exceptions/latex.py
showyourwork/exceptions/other.py
showyourwork/exceptions/overleaf.py
showyourwork/exceptions/zenodo.py
showyourwork/workflow/build.smk
showyourwork/workflow/prep.smk
showyourwork/workflow/envs/.condarc
showyourwork/workflow/envs/environment.yml
showyourwork/workflow/report/preprocess.rst
showyourwork/workflow/report/workflow.rst
showyourwork/workflow/resources/img/article-thumb.png
showyourwork/workflow/resources/styles/build.tex
showyourwork/workflow/resources/styles/preprocess.tex
showyourwork/workflow/resources/tex/lineno.sty
showyourwork/workflow/resources/tex/listofitems.tex
showyourwork/workflow/resources/tex/showyourwork-logo.pdf
showyourwork/workflow/resources/tex/showyourwork.otf
showyourwork/workflow/resources/tex/xstring.sty
showyourwork/workflow/resources/tex/xstring.tex
showyourwork/workflow/rules/arxiv.smk
showyourwork/workflow/rules/compile.smk
showyourwork/workflow/rules/dag.smk
showyourwork/workflow/rules/figure.smk
showyourwork/workflow/rules/preprocess.smk
showyourwork/workflow/rules/render_dag.smk
showyourwork/workflow/rules/zenodo.smk
showyourwork/workflow/scripts/arxiv.py
showyourwork/workflow/scripts/download.py
showyourwork/workflow/scripts/extract.py
showyourwork/workflow/scripts/pdf.py
showyourwork/workflow/scripts/preprocess.py
showyourwork/workflow/scripts/render_dag.py
tests/integration/conftest.py
tests/integration/test_cache.py
tests/integration/test_cache_optim.py
tests/integration/test_default.py
tests/integration/test_duplicate_graphics.py
tests/integration/test_latex.py
tests/integration/test_missing_inputs.py
tests/integration/test_overleaf.py
tests/integration/test_pr.py
tests/integration/test_variable.py
tests/integration/test_zenodo.py
tests/integration/helpers/__init__.py
tests/integration/helpers/temp_repo.py
tests/integration/sandbox/.gitignore
tests/unit/test_parse_syw_spec.py