CHANGELOG.rst
INSTALL.rst
LICENSE.rst
MANIFEST.in
README.rst
VERSION
requirements.txt
setup.cfg
setup.py
doc/Makefile
doc/api.rst
doc/changes.rst
doc/conf.py
doc/index.rst
doc/license.rst
doc/make.bat
doc/quickstart.rst
doc/related.rst
doc/usage.rst
doc/api/bibfile.rst
doc/api/directives.rst
doc/api/domains.rst
doc/api/interface.rst
doc/api/nodes.rst
doc/api/roles.rst
doc/api/transforms.rst
sphinxcontrib/__init__.py
sphinxcontrib/bibtex/__init__.py
sphinxcontrib/bibtex/bibfile.py
sphinxcontrib/bibtex/directives.py
sphinxcontrib/bibtex/domain.py
sphinxcontrib/bibtex/foot_directives.py
sphinxcontrib/bibtex/foot_nodes.py
sphinxcontrib/bibtex/foot_roles.py
sphinxcontrib/bibtex/foot_transforms.py
sphinxcontrib/bibtex/nodes.py
sphinxcontrib/bibtex/roles.py
sphinxcontrib/bibtex/transforms.py
sphinxcontrib_bibtex.egg-info/PKG-INFO
sphinxcontrib_bibtex.egg-info/SOURCES.txt
sphinxcontrib_bibtex.egg-info/dependency_links.txt
sphinxcontrib_bibtex.egg-info/namespace_packages.txt
sphinxcontrib_bibtex.egg-info/not-zip-safe
sphinxcontrib_bibtex.egg-info/requires.txt
sphinxcontrib_bibtex.egg-info/top_level.txt
test/common.py
test/conftest.py
test/natbib.py
test/test_autodoc.py
test/test_backrefs.py
test/test_bibfiles.py
test/test_citationnotfound.py
test/test_custom_labels.py
test/test_custom_style.py
test/test_debug.py
test/test_debug.txt
test/test_duplicate.py
test/test_filter.py
test/test_filter_fix_author_keyerror.py
test/test_filter_option_clash.py
test/test_filter_syntax_error.py
test/test_header.py
test/test_invalid_cite_option.py
test/test_issue14_2.py
test/test_issue15.py
test/test_issue17.py
test/test_issue187.py
test/test_issue2.py
test/test_issue205.py
test/test_issue4.py
test/test_issue61.py
test/test_issue77.py
test/test_issue85.py
test/test_issue91.py
test/test_issue_173.py
test/test_key_prefix.py
test/test_label_prefix.py
test/test_latex_refs.py
test/test_list_bullet.py
test/test_list_citation.py
test/test_list_enumerated.py
test/test_list_invalid.py
test/test_natbib.py
test/test_parallel.py
test/test_sphinx.py
test/test_subfolder.py
test/roots/test-autodoc/conf.py
test/roots/test-autodoc/doc_cite.rst
test/roots/test-autodoc/doc_footcite.rst
test/roots/test-autodoc/index.rst
test/roots/test-autodoc/some_module_cite.py
test/roots/test-autodoc/some_module_footcite.py
test/roots/test-autodoc/test.bib
test/roots/test-backrefs/conf.py
test/roots/test-backrefs/index.rst
test/roots/test-backrefs/test.bib
test/roots/test-bibfiles_missing_conf/conf.py
test/roots/test-bibfiles_missing_conf/index.rst
test/roots/test-bibfiles_not_found/conf.py
test/roots/test-bibfiles_not_found/index.rst
test/roots/test-bibfiles_out_of_date/conf.py
test/roots/test-bibfiles_out_of_date/index.rst
test/roots/test-bibfiles_out_of_date/index_new.xxx
test/roots/test-bibfiles_out_of_date/test.bib
test/roots/test-bibfiles_out_of_date/test_new.xxx
test/roots/test-citationnotfound/conf.py
test/roots/test-citationnotfound/index.rst
test/roots/test-citationnotfound/test.bib
test/roots/test-custom_labels/conf.py
test/roots/test-custom_labels/index.rst
test/roots/test-custom_labels/test.bib
test/roots/test-custom_style/conf.py
test/roots/test-custom_style/index.rst
test/roots/test-custom_style/test.bib
test/roots/test-debug_bibtex_citation/conf.py
test/roots/test-debug_bibtex_citation/index.rst
test/roots/test-debug_bibtex_citation/test.bib
test/roots/test-debug_docutils_citation/conf.py
test/roots/test-debug_docutils_citation/index.rst
test/roots/test-duplicate_citation/conf.py
test/roots/test-duplicate_citation/index.rst
test/roots/test-duplicate_citation/test.bib
test/roots/test-duplicate_citation_id/conf.py
test/roots/test-duplicate_citation_id/index.rst
test/roots/test-duplicate_citation_id/test.bib
test/roots/test-duplicate_label/conf.py
test/roots/test-duplicate_label/doc1.rst
test/roots/test-duplicate_label/doc2.rst
test/roots/test-duplicate_label/index.rst
test/roots/test-duplicate_label/test1.bib
test/roots/test-duplicate_label/test2.bib
test/roots/test-duplicate_nearly_identical_keys/conf.py
test/roots/test-duplicate_nearly_identical_keys/index.rst
test/roots/test-duplicate_nearly_identical_keys/test.bib
test/roots/test-filter/bitand.rst
test/roots/test-filter/bitor.rst
test/roots/test-filter/conf.py
test/roots/test-filter/false.rst
test/roots/test-filter/gt.rst
test/roots/test-filter/gte.rst
test/roots/test-filter/in.rst
test/roots/test-filter/index.rst
test/roots/test-filter/key.rst
test/roots/test-filter/lt.rst
test/roots/test-filter/lte.rst
test/roots/test-filter/noteq.rst
test/roots/test-filter/notin.rst
test/roots/test-filter/or.rst
test/roots/test-filter/set.rst
test/roots/test-filter/test.bib
test/roots/test-filter/title.rst
test/roots/test-filter/true.rst
test/roots/test-filter_fix_author_keyerror/conf.py
test/roots/test-filter_fix_author_keyerror/index.rst
test/roots/test-filter_fix_author_keyerror/test.bib
test/roots/test-filter_option_clash/conf.py
test/roots/test-filter_option_clash/index.rst
test/roots/test-filter_option_clash/test.bib
test/roots/test-filter_syntax_error/conf.py
test/roots/test-filter_syntax_error/index.rst
test/roots/test-filter_syntax_error/test.bib
test/roots/test-header/conf.py
test/roots/test-header/index.rst
test/roots/test-header/test.bib
test/roots/test-invalid_cite_option/conf.py
test/roots/test-invalid_cite_option/index.rst
test/roots/test-invalid_cite_option/test.bib
test/roots/test-issue14_2/conf.py
test/roots/test-issue14_2/doc1.rst
test/roots/test-issue14_2/doc2.rst
test/roots/test-issue14_2/index.rst
test/roots/test-issue14_2/test1.bib
test/roots/test-issue14_2/test2.bib
test/roots/test-issue15/conf.py
test/roots/test-issue15/index.rst
test/roots/test-issue15/test.bib
test/roots/test-issue17/conf.py
test/roots/test-issue17/index.rst
test/roots/test-issue17/somemodule.py
test/roots/test-issue187/conf.py
test/roots/test-issue187/index.rst
test/roots/test-issue187/test.bib
test/roots/test-issue2/adoc1.rst
test/roots/test-issue2/adoc2.rst
test/roots/test-issue2/conf.py
test/roots/test-issue2/index.rst
test/roots/test-issue2/test.bib
test/roots/test-issue205/conf.py
test/roots/test-issue205/index.rst
test/roots/test-issue205/test.bib
test/roots/test-issue4/conf.py
test/roots/test-issue4/index.rst
test/roots/test-issue4/test.bib
test/roots/test-issue61/conf.py
test/roots/test-issue61/index.rst
test/roots/test-issue61/refs.bib
test/roots/test-issue77/conf.py
test/roots/test-issue77/index.rst
test/roots/test-issue77/test.bib
test/roots/test-issue85/conf.py
test/roots/test-issue85/index.rst
test/roots/test-issue85/test.bib
test/roots/test-issue91/conf.py
test/roots/test-issue91/index.rst
test/roots/test-issue91/test.bib
test/roots/test-issue_173/conf.py
test/roots/test-issue_173/index.rst
test/roots/test-issue_173/test.bib
test/roots/test-key_prefix/conf.py
test/roots/test-key_prefix/doc0.rst
test/roots/test-key_prefix/doc1.rst
test/roots/test-key_prefix/index.rst
test/roots/test-key_prefix/test.bib
test/roots/test-label_prefix/conf.py
test/roots/test-label_prefix/doc1.rst
test/roots/test-label_prefix/doc2.rst
test/roots/test-label_prefix/index.rst
test/roots/test-label_prefix/refs.bib
test/roots/test-label_prefix/summary.rst
test/roots/test-latex_refs/conf.py
test/roots/test-latex_refs/index.rst
test/roots/test-latex_refs/test.bib
test/roots/test-list_bullet/conf.py
test/roots/test-list_bullet/index.rst
test/roots/test-list_bullet/test.bib
test/roots/test-list_citation/conf.py
test/roots/test-list_citation/index.rst
test/roots/test-list_citation/test.bib
test/roots/test-list_enumerated/conf.py
test/roots/test-list_enumerated/index.rst
test/roots/test-list_enumerated/test.bib
test/roots/test-list_enumerated/test2.bib
test/roots/test-list_enumerated/test3.bib
test/roots/test-list_invalid/conf.py
test/roots/test-list_invalid/index.rst
test/roots/test-list_invalid/test.bib
test/roots/test-natbib/conf.py
test/roots/test-natbib/doc0.rst
test/roots/test-natbib/doc1.rst
test/roots/test-natbib/index.rst
test/roots/test-natbib/test.bib
test/roots/test-natbib/zdoc.rst
test/roots/test-natbib_conf/conf.py
test/roots/test-natbib_conf/index.rst
test/roots/test-natbib_conf/test.bib
test/roots/test-natbib_keynotfound/conf.py
test/roots/test-natbib_keynotfound/index.rst
test/roots/test-natbib_keynotfound/test.bib
test/roots/test-natbib_norefs/conf.py
test/roots/test-natbib_norefs/index.rst
test/roots/test-natbib_norefs/test.bib
test/roots/test-parallel/conf.py
test/roots/test-parallel/index.rst
test/roots/test-parallel/listb.bib
test/roots/test-parallel/foot/doc01.rst
test/roots/test-parallel/foot/doc02.rst
test/roots/test-parallel/foot/doc03.rst
test/roots/test-parallel/foot/doc04.rst
test/roots/test-parallel/foot/doc05.rst
test/roots/test-parallel/foot/doc06.rst
test/roots/test-parallel/foot/doc07.rst
test/roots/test-parallel/foot/doc08.rst
test/roots/test-parallel/foot/doc09.rst
test/roots/test-parallel/foot/doc10.rst
test/roots/test-parallel/foot/doc11.rst
test/roots/test-parallel/foot/doc12.rst
test/roots/test-parallel/foot/doc13.rst
test/roots/test-parallel/foot/doc14.rst
test/roots/test-parallel/foot/doc15.rst
test/roots/test-parallel/foot/doc16.rst
test/roots/test-parallel/foot/doc17.rst
test/roots/test-parallel/foot/doc18.rst
test/roots/test-parallel/foot/doc19.rst
test/roots/test-parallel/foot/doc20.rst
test/roots/test-parallel/foot/doc21.rst
test/roots/test-parallel/foot/doc22.rst
test/roots/test-parallel/foot/doc23.rst
test/roots/test-parallel/foot/doc24.rst
test/roots/test-parallel/foot/doc25.rst
test/roots/test-parallel/foot/doc26.rst
test/roots/test-parallel/foot/doc27.rst
test/roots/test-parallel/foot/doc28.rst
test/roots/test-parallel/foot/doc29.rst
test/roots/test-parallel/foot/doc30.rst
test/roots/test-parallel/foot/index.rst
test/roots/test-parallel/regular/allrefs.rst
test/roots/test-parallel/regular/doc01.rst
test/roots/test-parallel/regular/doc02.rst
test/roots/test-parallel/regular/doc03.rst
test/roots/test-parallel/regular/doc04.rst
test/roots/test-parallel/regular/doc05.rst
test/roots/test-parallel/regular/doc06.rst
test/roots/test-parallel/regular/doc07.rst
test/roots/test-parallel/regular/doc08.rst
test/roots/test-parallel/regular/doc09.rst
test/roots/test-parallel/regular/doc10.rst
test/roots/test-parallel/regular/doc11.rst
test/roots/test-parallel/regular/doc12.rst
test/roots/test-parallel/regular/doc13.rst
test/roots/test-parallel/regular/doc14.rst
test/roots/test-parallel/regular/doc15.rst
test/roots/test-parallel/regular/doc16.rst
test/roots/test-parallel/regular/doc17.rst
test/roots/test-parallel/regular/doc18.rst
test/roots/test-parallel/regular/doc19.rst
test/roots/test-parallel/regular/doc20.rst
test/roots/test-parallel/regular/doc21.rst
test/roots/test-parallel/regular/doc22.rst
test/roots/test-parallel/regular/doc23.rst
test/roots/test-parallel/regular/doc24.rst
test/roots/test-parallel/regular/doc25.rst
test/roots/test-parallel/regular/doc26.rst
test/roots/test-parallel/regular/doc27.rst
test/roots/test-parallel/regular/doc28.rst
test/roots/test-parallel/regular/doc29.rst
test/roots/test-parallel/regular/doc30.rst
test/roots/test-parallel/regular/index.rst
test/roots/test-sphinx/Makefile
test/roots/test-sphinx/bibliography.rst
test/roots/test-sphinx/conf.py
test/roots/test-sphinx/fnbibliography.rst
test/roots/test-sphinx/index.rst
test/roots/test-sphinx/make.bat
test/roots/test-sphinx/test.bib
test/roots/test-sphinx/test2.bib
test/roots/test-sphinx/subfolder/test.bib
test/roots/test-subfolder/conf.py
test/roots/test-subfolder/index.rst
test/roots/test-subfolder/bibfiles/test.bib
test/roots/test-subfolder/subfolder/doc.rst
test/roots/test-subfolder/subfolder2/doc.rst