Skip to content
Snippets Groups Projects
Commit fba08d93 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

DOC: rst stubs for query module, fix to changelog

parent 6ebae621
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ Added
file/directory templates (Michiel Cottaar).
* Simple built-in :mod:`.deprecated` decorator.
* New :mod:`fsl.data.utils` module, which currently contains one function
:func:`.guessType`, which guess the data type of a file/directory path.
:func:`.guessType`, which guesses the data type of a file/directory path.
* New `.commonBase` function for finding the common prefix of a set of
file/directory paths.
......
``fsl.utils.filetree.query``
============================
.. automodule:: fsl.utils.filetree.query
:members:
:undoc-members:
:show-inheritance:
......@@ -6,6 +6,7 @@
fsl.utils.filetree.filetree
fsl.utils.filetree.parse
fsl.utils.filetree.query
fsl.utils.filetree.utils
.. automodule:: fsl.utils.filetree
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment