Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 15, 2019 22:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/44fffd027695e621029c608fada1caed to your computer and use it in GitHub Desktop.
Save ryantm/44fffd027695e621029c608fada1caed to your computer and use it in GitHub Desktop.
/nix/store/96psp6bzxwxfjyh2p9ghhqdxaff4gsjm-python3.7-breathe-4.12.0
├── bin
│   └── breathe-apidoc
├── lib
│   └── python3.7
│   └── site-packages
│   ├── breathe
│   │   ├── apidoc.py
│   │   ├── directive
│   │   │   ├── base.py
│   │   │   ├── file.py
│   │   │   ├── index.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── file.cpython-37.pyc
│   │   │   ├── index.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── directives.py
│   │   ├── exception.py
│   │   ├── finder
│   │   │   ├── base.py
│   │   │   ├── compound.py
│   │   │   ├── core.py
│   │   │   ├── index.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── compound.cpython-37.pyc
│   │   │   ├── core.cpython-37.pyc
│   │   │   ├── index.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __init__.py
│   │   ├── node_factory.py
│   │   ├── parser
│   │   │   ├── compound.py
│   │   │   ├── compoundsuper.py
│   │   │   ├── index.py
│   │   │   ├── indexsuper.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   ├── compound.cpython-37.pyc
│   │   │   ├── compoundsuper.cpython-37.pyc
│   │   │   ├── index.cpython-37.pyc
│   │   │   ├── indexsuper.cpython-37.pyc
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── process.py
│   │   ├── project.py
│   │   ├── __pycache__
│   │   │   ├── apidoc.cpython-37.pyc
│   │   │   ├── directives.cpython-37.pyc
│   │   │   ├── exception.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── node_factory.cpython-37.pyc
│   │   │   ├── process.cpython-37.pyc
│   │   │   └── project.cpython-37.pyc
│   │   └── renderer
│   │   ├── base.py
│   │   ├── filter.py
│   │   ├── __init__.py
│   │   ├── mask.py
│   │   ├── __pycache__
│   │   │   ├── base.cpython-37.pyc
│   │   │   ├── filter.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── mask.cpython-37.pyc
│   │   │   ├── sphinxrenderer.cpython-37.pyc
│   │   │   └── target.cpython-37.pyc
│   │   ├── sphinxrenderer.py
│   │   └── target.py
│   └── breathe-4.12.0.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
16 directories, 62 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment