Skip to content

Commit

Permalink
updated out-of-date URLs and old project name inhereted from Swiftest
Browse files Browse the repository at this point in the history
  • Loading branch information
profminton committed Aug 16, 2024
1 parent 109c008 commit a81a68e
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 33 deletions.
8 changes: 4 additions & 4 deletions buildscripts/get_gfortran_path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# This gets the current gfortran version number
#
# Copyright 2024 - The Minton Group at Purdue University
# This file is part of Swiftest.
# Swiftest is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License
# This file is part of Cratermaker.
# Cratermaker is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
# Swiftest is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
# Cratermaker is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# You should have received a copy of the GNU General Public License along with Swiftest.
# You should have received a copy of the GNU General Public License along with Cratermaker.
# If not, see: https://www.gnu.org/licenses.

OMPI_FC="$(command -v gfortran-13 || command -v gfortran-12 || command -v gfortran)"
Expand Down
8 changes: 4 additions & 4 deletions buildscripts/get_gfortran_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# This gets the current gfortran version number
#
# Copyright 2024 - The Minton Group at Purdue University
# This file is part of Swiftest.
# Swiftest is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License
# This file is part of Cratermaker.
# Cratermaker is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
# Swiftest is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
# Cratermaker is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# You should have received a copy of the GNU General Public License along with Swiftest.
# You should have received a copy of the GNU General Public License along with Cratermaker.
# If not, see: https://www.gnu.org/licenses.

OMPI_FC="$(command -v gfortran-13 || command -v gfortran-12 || command -v gfortran)"
Expand Down
8 changes: 4 additions & 4 deletions buildscripts/get_lomp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# This script will download the correct OpenMP library for a given MacOS deployment target
#
# Copyright 2024 - The Minton Group at Purdue University
# This file is part of Swiftest.
# Swiftest is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License
# This file is part of Cratermaker.
# Cratermaker is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
# Swiftest is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
# Cratermaker is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# You should have received a copy of the GNU General Public License along with Swiftest.
# You should have received a copy of the GNU General Public License along with Cratermaker.
# If not, see: https://www.gnu.org/licenses.

# Determine the platform and architecture
Expand Down
8 changes: 4 additions & 4 deletions buildscripts/get_macosx_deployment_target.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
# the MacOS version is 14.4.1 then this script will return 14.0.
#
# Copyright 2024 - The Minton Group at Purdue University
# This file is part of Swiftest.
# Swiftest is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License
# This file is part of Cratermaker.
# Cratermaker is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
# Swiftest is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
# Cratermaker is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# You should have received a copy of the GNU General Public License along with Swiftest.
# You should have received a copy of the GNU General Public License along with Cratermaker.
# If not, see: https://www.gnu.org/licenses.

OS=$(uname -s)
Expand Down
8 changes: 4 additions & 4 deletions buildscripts/set_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
# CXX: The C++ compiler (defined for macOS only)
#
# Copyright 2024 - The Minton Group at Purdue University
# This file is part of Swiftest.
# Swiftest is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License
# This file is part of Cratermaker.
# Cratermaker is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
# Swiftest is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
# Cratermaker is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
# You should have received a copy of the GNU General Public License along with Swiftest.
# You should have received a copy of the GNU General Public License along with Cratermaker.
# If not, see: https://www.gnu.org/licenses.

SCRIPT_DIR=$(realpath $(dirname $0))
Expand Down
2 changes: 1 addition & 1 deletion cratermaker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# This will suppress the warning issued by xarray starting in version 2023.12.0 about the change in the API regarding .dims
# The API change does not affect the functionality of the code, so we can safely ignore the warning
import warnings
from ._version import version as __version__
warnings.filterwarnings("ignore",category=FutureWarning,module="xarray")
warnings.filterwarnings("ignore",category=FutureWarning,module="uxarray")

Expand All @@ -25,4 +26,3 @@
from .utils.general_utils import to_config, set_properties, check_properties, create_catalogue, validate_and_convert_location, normalize_coords, R_to_CSFD
from .utils.montecarlo import get_random_location, get_random_location_on_face, get_random_impact_angle, get_random_velocity, get_random_size, bounded_norm
from .fortran_bindings import realistic, crater, ejecta
from ._version import version as __version__
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
html_static_path = ["_static"]

html_context = {
"github_user": "profminton",
"github_user": "MintonGroup",
"github_repo": "cratermaker",
"github_version": "main",
"doc_path": "docs",
Expand All @@ -89,7 +89,7 @@
html_theme_options = dict(
# analytics_id='' this is configured in rtfd.io
# canonical_url="",
repository_url="https://github.com/profminton/cratermaker",
repository_url="https://github.com/MintonGroup/cratermaker",
repository_branch="main",
navigation_with_keys=False, # pydata/pydata-sphinx-theme#1492
path_to_docs="docs",
Expand All @@ -100,7 +100,7 @@
extra_footer="""<p>Development of Cratermaker is supported by NASA Lunar Data Analysis Program Grant #80NSSC21K1719<br>
Theme by the <a href="https://ebp.jupyterbook.org">Executable Book Project</a></p>""",
icon_links=[], # workaround for pydata/pydata-sphinx-theme#1220
announcement="🍾 <a href='https://github.com/profminton/cratermaker/discussions/1'>Cratermaker is currently under development</a> 🎉",
announcement="🍾 <a href='https://github.com/MintonGroup/cratermaker/discussions/1'>Cratermaker is currently under development</a> 🎉",
)


Expand Down
12 changes: 6 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Simulate the evolution of a landscape dominated by impact bombardment.

**Useful links**:
`Home <https://cratermaker.readthedocs.io/en/latest/>`__ |
`Code Repository <https://github.com/profminton/cratermaker>`__ |
`Issues <https://github.com/profminton/cratermaker/issues>`__ |
`Discussions <https://github.com/profminton/cratermaker/discussions>`__ |
`Releases <https://github.com/profminton/cratermaker/releases>`__ |
`Code Repository <https://github.com/MintonGroup/cratermaker>`__ |
`Issues <https://github.com/MintonGroup/cratermaker/issues>`__ |
`Discussions <https://github.com/MintonGroup/cratermaker/discussions>`__ |
`Releases <https://github.com/MintonGroup/cratermaker/releases>`__ |


.. grid:: 1 1 2 2
Expand Down Expand Up @@ -64,12 +64,12 @@ Simulate the evolution of a landscape dominated by impact bombardment.
:caption: For developers/contributors

Contributing Guide <contributing>
GitHub repository <https://github.com/profminton/cratermaker>
GitHub repository <https://github.com/MintonGroup/cratermaker>

.. toctree::
:maxdepth: 1
:hidden:
:caption: Community

GitHub discussions <https://github.com/profminton/cratermaker/discussions>
GitHub discussions <https://github.com/MintonGroup/cratermaker/discussions>
Publications <publications>
6 changes: 3 additions & 3 deletions fortran_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
project: Cratermaker
author: David A. Minton
summary: High performance Fortran functions used by the Cratermaker project via ISO_C_BINDING interfaces and Cython.
project_github: https://github.com/profminton/cratermaker
project_download: https://github.com/profminton/cratermaker/releases
project_github: https://github.com/MintonGroup/cratermaker
project_download: https://github.com/MintonGroup/cratermaker/releases
project_website: https://cratermaker.readthedocs.io
github: https://github.com/profminton/
github: https://github.com/MintonGroup/
src_dir: src
output_dir: ./docs/_static/fortran_docs
source: true
Expand Down

0 comments on commit a81a68e

Please sign in to comment.