Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 9, 2020 08:36
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 r-ryantm/04db5281f8c9f0a6647f2fed7a1e1799 to your computer and use it in GitHub Desktop.
Save r-ryantm/04db5281f8c9f0a6647f2fed7a1e1799 to your computer and use it in GitHub Desktop.
/nix/store/00vjd8fjr6gz6fnm59hnvxv14an6y3qp-python3.7-breathe-4.14.1
├── 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.14.1.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