Skip to content

Commit

Permalink
Update documentation generation and add pytest-mock dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar committed Mar 8, 2024
1 parent ad7d4e4 commit 848eb73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: '3.10'
- run: pip install -e .[dev]
- run: pdoc -o docs/ src/{{cookiecutter.project_slug}}
- run: pdoc -o docs/ src/cellmap_models
- uses: actions/upload-pages-artifact@v3
with:
path: docs/
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,5 @@ cython_debug/
*.pth

# Miscellaneous
.DS_Store
.DS_Store
.vscode/
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies = [
dev = [
'pytest',
'pytest-cov',
'pytest-mock',
'black',
'mypy',
'pdoc',
Expand Down

0 comments on commit 848eb73

Please sign in to comment.