CEDA directory-tree
Data structure for storing and searching directory trees.
This repo provides a efficient process for matching paths against known directories.
Library Documentation
Installation
pip install ceda-directory-tree
Building and editing the docs
The documentation is written and built using the Sphinx workflow.
- Install the docs requirements
pip install ceda-directory-tree[docs]
- Edit the .rst files in the docsrc directory
- Build the docs
make html
This will build the docs and place in the docsrc/build/html
directory. It will also
copy the html to the /doc
directory for serving with github pages.