Skip to content

Commit

Permalink
fix: drop plot styles (already in flopy) (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Jan 9, 2024
1 parent 6728859 commit fd21500
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 608 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
working-directory: modflow-devtools
run: |
pip install .
pip install ".[test, optional]"
pip install ".[test]"
- name: Cache modflow6 examples
id: cache-examples
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Python development tools for MODFLOW 6.

## Use cases

This is a small toolkit for developing MODFLOW 6, FloPy, and related projects. It includes standalone utilities and optional [Pytest](https://github.com/pytest-dev/pytest) and [Matplotlib](https://matplotlib.org/stable/) extensions.
This is a small toolkit for developing MODFLOW 6, FloPy, and related projects. It includes standalone utilities and optional [Pytest](https://github.com/pytest-dev/pytest) extensions.

Utilities include:

Expand All @@ -50,8 +50,6 @@ Pytest features include:
- `MODFLOW-USGS/modflow6-testmodels`
- `MODFLOW-USGS/modflow6-largetestmodels`

Matplotlib styles are provided in the `modflow_devtools.figspecs` module.

## Requirements

Python3.8+, dependency-free, but pairs well with `pytest` and select plugins, e.g.
Expand Down
5 changes: 0 additions & 5 deletions autotest/test_figspec.py

This file was deleted.

1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ The `modflow-devtools` package provides a set of tools for developing and testin
:caption: Miscellaneous

md/download.md
md/figspec.md
md/latex.md
md/ostags.md
md/zip.md
Expand Down
33 changes: 0 additions & 33 deletions docs/md/figspec.md

This file was deleted.

Loading

0 comments on commit fd21500

Please sign in to comment.