Skip to content

Commit

Permalink
Include README and CHANGELOGS in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bento007 committed Mar 19, 2024
1 parent f60185c commit 93d21ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lint:
pre-commit run --all-files

docs:
pdoc --output-dir docs/ cellxgene_ontology_guide
pdoc --output-dir docs/ ./api/python/src/cellxgene_ontology_guide

docs-local:
pdoc cellxgene_ontology_guide
pdoc ./api/python/src/cellxgene_ontology_guide
5 changes: 5 additions & 0 deletions api/python/src/cellxgene_ontology_guide/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""
.. include:: ../../README.md
.. include:: ../../CHANGELOG.md
"""

import cellxgene_ontology_guide._version as version

__version__ = version.__version__

0 comments on commit 93d21ce

Please sign in to comment.