Skip to content

Commit

Permalink
Make sure user docs are checked
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw committed Nov 21, 2024
1 parent c103d4c commit 8d510f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ to estimate Pi with a Monte Carlo method.
)
return 4.0 * sum(inside_samples) / iterations
>>> random.seed(1)
>>> pi(1000)
3.112
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ addopts = '''
--cov-fail-under=100
--cov-report term-missing
--cov-report xml
--ignore=docs/
'''


Expand Down

0 comments on commit 8d510f4

Please sign in to comment.