Skip to content

Commit 777dd3d

Browse files
authored
docs(readme): fix table of contents (#216)
And update features, remove commented line from pyproject.toml
1 parent 48cbf16 commit 777dd3d

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
Python development tools for MODFLOW 6 and related projects.
2222

23-
- [Use cases](#use-cases)
23+
- [Features](#features)
2424
- [Requirements](#requirements)
2525
- [Installation](#installation)
2626
- [Documentation](#documentation)
@@ -31,10 +31,10 @@ Python development tools for MODFLOW 6 and related projects.
3131

3232
* a minimal GitHub API client for release info/assets
3333
* a `ZipFile` subclass that [preserves file permissions](https://stackoverflow.com/questions/39296101/python-zipfile-removes-execute-permissions-from-binaries) (workaround for [Python #15795](https://bugs.python.org/issue15795))
34-
* pytest fixtures including "keepable" tempdirs
34+
* pytest fixtures including "keepable" temporary directories and snapshot testing utilities
3535
* pytest markers to skip test cases conditional on operating system, installed packages, or available executables
3636
* a parser for MODFLOW 6 [definition files](https://modflow6.readthedocs.io/en/stable/_dev/dfn.html)
37-
* streamlined access to MODFLOW 6 models in
37+
* a models API for streamlined access to MODFLOW 6 (and other) models in
3838
- [`MODFLOW-ORG/modflow6-examples`](https://github.com/MODFLOW-ORG/modflow6-examples)
3939
- [`MODFLOW-ORG/modflow6-testmodels`](https://github.com/MODFLOW-ORG/modflow6-testmodels)
4040
- [`MODFLOW-ORG/modflow6-largetestmodels`](https://github.com/MODFLOW-ORG/modflow6-largetestmodels)

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ line-length = 88
168168

169169
[tool.ruff.lint]
170170
select = [
171-
# "ARG", # flake8-unused-arguments
172171
"C4", # flake8 comprehensions
173172
"D409", # pydocstyle - section-underline-matches-section-length
174173
"E", "W", # pycodestyle

0 commit comments

Comments
 (0)