Skip to content

Commit

Permalink
Enhancement: Switch to pyproject.toml for all configurations (#123)
Browse files Browse the repository at this point in the history
* update wombat urls

* remove old config and update python version

* rerun pre-commit hooks

* fully upgrade to pyproject.toml

* update pyprpoject to install actual package and data
  • Loading branch information
RHammond2 authored Oct 26, 2023
1 parent f1c85da commit 01f8571
Show file tree
Hide file tree
Showing 24 changed files with 14,338 additions and 14,358 deletions.
7 changes: 0 additions & 7 deletions .flake8

This file was deleted.

6,590 changes: 3,295 additions & 3,295 deletions docs/jupyter_execute/examples/metrics_demonstration.ipynb

Large diffs are not rendered by default.

1,036 changes: 518 additions & 518 deletions docs/jupyter_execute/examples/strategy_demonstration.ipynb

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import wombat


sys.path.insert(0, os.path.abspath("."))
sys.path.insert(0, os.path.abspath("../.."))


# -- Project information -----------------------------------------------------
Expand Down Expand Up @@ -108,7 +108,7 @@
# a list of builtin themes.
#
html_theme = "sphinx_book_theme"
html_title = f"WOMBAT v{wombat.__version__}"
html_title = f"WOMBAT v{release}"
html_theme_options = {
"github_url": "https://github.com/WISDEM/WOMBAT",
"repository_url": "https://github.com/WISDEM/WOMBAT",
Expand Down
426 changes: 213 additions & 213 deletions examples/archival/doe_analyses.ipynb

Large diffs are not rendered by default.

3,264 changes: 1,632 additions & 1,632 deletions examples/archival/doe_analyses_plots_and_tables.ipynb

Large diffs are not rendered by default.

2,906 changes: 1,453 additions & 1,453 deletions examples/archival/doe_analyses_plots_and_tables_ppt_version.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 01f8571

Please sign in to comment.