Skip to content

Commit

Permalink
General updates 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Nov 20, 2024
1 parent ca3f93a commit 798f402
Show file tree
Hide file tree
Showing 13 changed files with 759 additions and 157 deletions.
12 changes: 11 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ __pycache__/
.coverage
.cov
coverage.xml
/report/coverage

# mypy
/report/typing

# pytest
/report/unit

# setuptools
/build/**/*.*
Expand All @@ -15,11 +22,14 @@ coverage.xml
# Dependencies
!requirements.txt

# Sphinx
# Sphinx documentation
/doc/_build/
/doc/_theme/
/doc/pyEDAA.ProjectModel/**/*.*
!/doc/pyEDAA.ProjectModel/index.rst

# PyCharm project files
/.idea/workspace.xml

# Git files
!.git*
159 changes: 120 additions & 39 deletions doc/Dependency.rst

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions doc/DocCoverage.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Documentation Coverage
######################

Documentation coverage generated by `docstr-coverage <https://github.com/HunterMcGushion/docstr_coverage>`__.

.. report:doc-coverage::
:packageid: src
Loading

0 comments on commit 798f402

Please sign in to comment.