Skip to content

Commit

Permalink
Merge pull request #3 from ejolly/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ejolly authored Oct 18, 2023
2 parents 60651e6 + ed4f7f4 commit 51ea2ae
Show file tree
Hide file tree
Showing 16 changed files with 572 additions and 132 deletions.
4 changes: 0 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,5 @@
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
"python.formatting.blackPath": "${workspaceFolder}/.venv/bin/black",
"python.terminal.activateEnvironment": true,
"python.linting.flake8Enabled": true,
"python.linting.pycodestyleEnabled": false,
"python.linting.enabled": true
}
5 changes: 5 additions & 0 deletions docs/api/data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Data classes and containers

## `utilz.data`

::: utilz.data
5 changes: 5 additions & 0 deletions docs/api/generators.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Generator tools

## `utilz.genz`

::: utilz.genz
Loading

0 comments on commit 51ea2ae

Please sign in to comment.