gitextract_a_7186ep/ ├── .gitignore ├── LICENSE ├── MANIFEST.in ├── README.rst ├── demo/ │ ├── Makefile │ ├── conf.py │ ├── index.rst │ ├── page-1.rst │ ├── pymethod.rst │ ├── requirements.txt │ └── table-with-code.rst ├── guzzle_sphinx_theme/ │ ├── __init__.py │ └── guzzle_sphinx_theme/ │ ├── comments.html │ ├── globaltoc.html │ ├── layout.html │ ├── localtoc.html │ ├── logo-text.html │ ├── search.html │ ├── searchbox.html │ ├── static/ │ │ ├── fonts/ │ │ │ ├── open-sans/ │ │ │ │ └── stylesheet.css │ │ │ └── source-serif-pro/ │ │ │ ├── LICENSE.txt │ │ │ ├── OTF/ │ │ │ │ ├── SourceSerifPro-Black.otf │ │ │ │ ├── SourceSerifPro-Bold.otf │ │ │ │ ├── SourceSerifPro-ExtraLight.otf │ │ │ │ ├── SourceSerifPro-Light.otf │ │ │ │ ├── SourceSerifPro-Regular.otf │ │ │ │ └── SourceSerifPro-Semibold.otf │ │ │ ├── README.md │ │ │ ├── ReadMe.html │ │ │ ├── SourceSerifProReadMe.html │ │ │ ├── bower.json │ │ │ └── source-serif-pro.css │ │ ├── guzzle.css_t │ │ ├── jquery.js │ │ └── js/ │ │ └── bootstrap.js │ └── theme.conf ├── requirements.txt └── setup.py