Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 14, 2018 09:46
Show Gist options
  • Save ryantm/51f000d43eea93f02bf57debed7ac8bc to your computer and use it in GitHub Desktop.
Save ryantm/51f000d43eea93f02bf57debed7ac8bc to your computer and use it in GitHub Desktop.
/nix/store/jvkm61ryls5w90v32pisdy2w9hv4sjjb-mkdocs-0.17.4
├── bin
│   └── mkdocs
├── lib
│   └── python2.7
│   └── site-packages
│   ├── mkdocs
│   │   ├── commands
│   │   │   ├── build.py
│   │   │   ├── build.pyc
│   │   │   ├── gh_deploy.py
│   │   │   ├── gh_deploy.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── new.py
│   │   │   ├── new.pyc
│   │   │   ├── serve.py
│   │   │   └── serve.pyc
│   │   ├── config
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── config_options.py
│   │   │   ├── config_options.pyc
│   │   │   ├── defaults.py
│   │   │   ├── defaults.pyc
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── contrib
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   └── legacy_search
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── search_index.py
│   │   │   ├── search_index.pyc
│   │   │   └── templates
│   │   │   └── search
│   │   │   ├── lunr.min.js
│   │   │   ├── mustache.min.js
│   │   │   ├── require.js
│   │   │   ├── search.js
│   │   │   ├── search-results-template.mustache
│   │   │   └── text.js
│   │   ├── exceptions.py
│   │   ├── exceptions.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── __main__.py
│   │   ├── __main__.pyc
│   │   ├── nav.py
│   │   ├── nav.pyc
│   │   ├── plugins.py
│   │   ├── plugins.pyc
│   │   ├── relative_path_ext.py
│   │   ├── relative_path_ext.pyc
│   │   ├── templates
│   │   │   └── sitemap.xml
│   │   ├── tests
│   │   │   ├── base.py
│   │   │   ├── base.pyc
│   │   │   ├── build_tests.py
│   │   │   ├── build_tests.pyc
│   │   │   ├── cli_tests.py
│   │   │   ├── cli_tests.pyc
│   │   │   ├── config
│   │   │   │   ├── base_tests.py
│   │   │   │   ├── base_tests.pyc
│   │   │   │   ├── config_options_tests.py
│   │   │   │   ├── config_options_tests.pyc
│   │   │   │   ├── config_tests.py
│   │   │   │   ├── config_tests.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   └── __init__.pyc
│   │   │   ├── gh_deploy_tests.py
│   │   │   ├── gh_deploy_tests.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── integration
│   │   │   │   ├── complicated_config
│   │   │   │   │   ├── documentation
│   │   │   │   │   │   ├── custom.html
│   │   │   │   │   │   ├── tweak.css
│   │   │   │   │   │   └── tweak.js
│   │   │   │   │   └── theme_tweaks
│   │   │   │   │   └── 404.html
│   │   │   │   └── subpages
│   │   │   │   └── docs
│   │   │   │   ├── image.png
│   │   │   │   └── sub1
│   │   │   │   └── image.png
│   │   │   ├── integration.py
│   │   │   ├── integration.pyc
│   │   │   ├── nav_tests.py
│   │   │   ├── nav_tests.pyc
│   │   │   ├── new_tests.py
│   │   │   ├── new_tests.pyc
│   │   │   ├── plugin_tests.py
│   │   │   ├── plugin_tests.pyc
│   │   │   ├── search_tests.py
│   │   │   ├── search_tests.pyc
│   │   │   ├── theme_tests.py
│   │   │   ├── theme_tests.pyc
│   │   │   ├── toc_tests.py
│   │   │   ├── toc_tests.pyc
│   │   │   └── utils
│   │   │   ├── ghp_import_tests.py
│   │   │   ├── ghp_import_tests.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── utils_tests.py
│   │   │   └── utils_tests.pyc
│   │   ├── theme.py
│   │   ├── theme.pyc
│   │   ├── themes
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── mkdocs
│   │   │   │   ├── 404.html
│   │   │   │   ├── base.html
│   │   │   │   ├── content.html
│   │   │   │   ├── css
│   │   │   │   │   ├── base.css
│   │   │   │   │   ├── bootstrap-custom.min.css
│   │   │   │   │   ├── font-awesome-4.5.0.css
│   │   │   │   │   └── highlight.css
│   │   │   │   ├── fonts
│   │   │   │   │   ├── fontawesome-webfont.eot
│   │   │   │   │   ├── fontawesome-webfont.svg
│   │   │   │   │   ├── fontawesome-webfont.ttf
│   │   │   │   │   ├── fontawesome-webfont.woff
│   │   │   │   │   ├── fontawesome-webfont.woff2
│   │   │   │   │   ├── glyphicons-halflings-regular.eot
│   │   │   │   │   ├── glyphicons-halflings-regular.svg
│   │   │   │   │   ├── glyphicons-halflings-regular.ttf
│   │   │   │   │   ├── glyphicons-halflings-regular.woff
│   │   │   │   │   └── glyphicons-halflings-regular.woff2
│   │   │   │   ├── img
│   │   │   │   │   ├── favicon.ico
│   │   │   │   │   └── grid.png
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── js
│   │   │   │   │   ├── base.js
│   │   │   │   │   ├── bootstrap-3.0.3.min.js
│   │   │   │   │   ├── highlight.pack.js
│   │   │   │   │   └── jquery-1.10.2.min.js
│   │   │   │   ├── keyboard-modal.html
│   │   │   │   ├── main.html
│   │   │   │   ├── mkdocs_theme.yml
│   │   │   │   ├── nav.html
│   │   │   │   ├── nav-sub.html
│   │   │   │   ├── search-modal.html
│   │   │   │   └── toc.html
│   │   │   └── readthedocs
│   │   │   ├── 404.html
│   │   │   ├── base.html
│   │   │   ├── breadcrumbs.html
│   │   │   ├── css
│   │   │   │   ├── highlight.css
│   │   │   │   ├── theme.css
│   │   │   │   └── theme_extra.css
│   │   │   ├── fonts
│   │   │   │   ├── fontawesome-webfont.eot
│   │   │   │   ├── fontawesome-webfont.svg
│   │   │   │   ├── fontawesome-webfont.ttf
│   │   │   │   └── fontawesome-webfont.woff
│   │   │   ├── footer.html
│   │   │   ├── img
│   │   │   │   └── favicon.ico
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── js
│   │   │   │   ├── highlight.pack.js
│   │   │   │   ├── jquery-2.1.1.min.js
│   │   │   │   ├── modernizr-2.8.3.min.js
│   │   │   │   └── theme.js
│   │   │   ├── main.html
│   │   │   ├── mkdocs_theme.yml
│   │   │   ├── nav.html
│   │   │   ├── searchbox.html
│   │   │   ├── search.html
│   │   │   ├── toc.html
│   │   │   └── versions.html
│   │   ├── toc.py
│   │   ├── toc.pyc
│   │   └── utils
│   │   ├── filters.py
│   │   ├── filters.pyc
│   │   ├── ghp_import.py
│   │   ├── ghp_import.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── meta.py
│   │   └── meta.pyc
│   └── mkdocs-0.17.4.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
36 directories, 166 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment