write docs

This commit is contained in:
David Lord 2025-01-13 13:55:21 -08:00
parent 1a6daf27f5
commit 2332be07e5
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
21 changed files with 983 additions and 17 deletions

13
docs/utils.md Normal file
View file

@ -0,0 +1,13 @@
# Utilities
```{eval-rst}
.. currentmodule:: modify_repos.utils
.. autofunction:: run_cmd
.. autofunction:: wrap_text
.. autofunction:: read_text
.. autofunction:: write_text
```