Skip to content

cedadev/ceda-directory-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PYPI Test

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

Older versions: pip install ceda-directory-tree

Building and editing the docs

The documentation is written and built using the Sphinx workflow.

  1. Install the docs requirements pip install ceda-directory-tree[docs]
  2. Edit the .rst files in the docsrc directory
  3. 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.