Skip to content

Commit

Permalink
docs: sphinx documentation tools module closes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima committed Aug 12, 2021
1 parent c744291 commit 65a3a65
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions docs/source/module_tools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Module `tools`

```{eval-rst}
.. automodule:: mdsanima_dev.utils.tools
```

## Function `read_file`

```{eval-rst}
.. autofunction:: mdsanima_dev.utils.tools.read_file
```

## Function `append_file`

```{eval-rst}
.. autofunction:: mdsanima_dev.utils.tools.append_file
```

## Function `get_response_json`

```{eval-rst}
.. autofunction:: mdsanima_dev.utils.tools.get_response_json
```

## Function `machine`

```{eval-rst}
.. autofunction:: mdsanima_dev.utils.tools.machine
```

## Class `progress`

```{eval-rst}
.. autoclass:: mdsanima_dev.utils.tools.progress
```

### Method ``__init__()``

```{eval-rst}
.. automethod:: mdsanima_dev.utils.tools.progress.__init__
```

### Method ``progress_conf()``

```{eval-rst}
.. automethod:: mdsanima_dev.utils.tools.progress.progress_conf
```

### Method ``progress_bar()``

```{eval-rst}
.. automethod:: mdsanima_dev.utils.tools.progress.progress_bar
```

0 comments on commit 65a3a65

Please sign in to comment.