forked from NREL/GEOPHIRES-X
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
237 changed files
with
2,211 additions
and
19,220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,18 +28,18 @@ default_context: | |
command_line_interface_bin_name: "geophires-x" | ||
coveralls: "no" | ||
distribution_name: "geophires-x" | ||
email: "[email protected]" | ||
email: "[email protected]" | ||
formatter_quote_style: "single" | ||
full_name: "NREL" | ||
github_actions: "yes" | ||
github_actions_osx: "yes" | ||
github_actions_windows: "no" | ||
license: "MIT license" | ||
package_name: "geophires_x" | ||
pre_commit: "no" | ||
pre_commit: "yes" | ||
project_name: "geophires-x" | ||
project_short_description: "GEOPHIRES-X python package" | ||
pypi_badge: "yes" | ||
pypi_badge: "no" | ||
pypi_disable_upload: "yes" | ||
release_date: "today" | ||
repo_hosting: "github.com" | ||
|
@@ -49,12 +49,12 @@ default_context: | |
repo_username: "NREL" | ||
scrutinizer: "no" | ||
setup_py_uses_setuptools_scm: "no" | ||
sphinx_docs: "no" | ||
sphinx_docs: "yes" | ||
sphinx_docs_hosting: "https://python-geophires-x.readthedocs.io/" | ||
sphinx_doctest: "no" | ||
sphinx_theme: "sphinx-rtd-theme" | ||
sphinx_theme: "sphinx-py3doc-enhanced-theme" | ||
test_matrix_separate_coverage: "no" | ||
version: 3.1.2 | ||
version: "3.2.0" | ||
version_manager: "bump2version" | ||
website: "https://github.com/NREL" | ||
year_from: "2023" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
version: 2 | ||
sphinx: | ||
configuration: docs/conf.py | ||
formats: all | ||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3" | ||
python: | ||
install: | ||
- requirements: docs/requirements.txt | ||
- method: pip | ||
path: . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,7 @@ | |
Authors | ||
======= | ||
|
||
* softwareengineerprogrammer - https://github.com/softwareengineerprogrammer | ||
* Koenraad Beckers - https://github.com/kfbeckers | ||
* Malcolm Ross - https://github.com/malcolm-dsider | ||
* Jonathan Pezzino - https://github.com/softwareengineerprogrammer | ||
* Kevin McCabe (GEOPHIRES v2.0) - [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.