Skip to content

Commit

Permalink
document sample io functions
Browse files Browse the repository at this point in the history
  • Loading branch information
drombas committed Apr 10, 2023
1 parent 6a41681 commit 6c821b9
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions doc/functions.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
=========
Functions
=========

These are the functions implemented in RETIMAT


File reading
============
.. automodule:: io
.. autofunction:: io.read_xml_iowa

----

.. autofunction:: io.read_bin

----

.. autofunction:: io.read_e2e

----

.. autofunction:: io.read_vol

----

.. autofunction:: io.read_fda


Spatial analysis
================

2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Welcome to RETIMAT's documentation!
:maxdepth: 2
:caption: Contents:


functions

Indices and tables
==================
Expand Down

0 comments on commit 6c821b9

Please sign in to comment.