diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml
index 9c2ba371..d03d9d46 100644
--- a/.github/workflows/merge.yaml
+++ b/.github/workflows/merge.yaml
@@ -22,7 +22,7 @@ on:
jobs:
Common-Merge:
- uses: NWChemEx-Project/.github/.github/workflows/common_merge.yaml@master
+ uses: NWChemEx/.github/.github/workflows/common_merge.yaml@master
with:
doc_target: 'parallelzone_cxx_api'
generate_module_docs: false
diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml
index a0a5e3c8..916d3a9e 100644
--- a/.github/workflows/pull_request.yaml
+++ b/.github/workflows/pull_request.yaml
@@ -22,7 +22,7 @@ on:
jobs:
Common-Pull-Request:
- uses: NWChemEx-Project/.github/.github/workflows/common_pull_request.yaml@master
+ uses: NWChemEx/.github/.github/workflows/common_pull_request.yaml@master
with:
config_file: '.github/.licenserc.yaml'
source_dir: 'include src tests'
diff --git a/.gitignore b/.gitignore
index e4588c14..a83993f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,15 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-################################################################################
-#
-# The master .gitignore lives at NWChemEx-Project/DeveloperTools. The .gitignore
-# file contained in all other NWChemEx-Project repositories is a synchronized
-# copy of the master .gitignore. Thus to make changes to the .gitignore file
-# please make them to the master .gitignore file.
-#
-################################################################################
-
# These are extensions commonly used to denote temporary files
*.tmp
*.autosave
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cc970ca0..e9986b8d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -20,7 +20,7 @@ project(parallelzone VERSION "${VERSION}" LANGUAGES CXX)
include(FetchContent)
FetchContent_Declare(
nwx_cmake
- GIT_REPOSITORY https://github.com/NWChemEx-Project/NWXCMake
+ GIT_REPOSITORY https://github.com/NWChemEx/NWXCMake
)
FetchContent_MakeAvailable(nwx_cmake)
list(APPEND CMAKE_MODULE_PATH "${nwx_cmake_SOURCE_DIR}/cmake")
diff --git a/README.md b/README.md
index 0076c0c8..cc38a943 100644
--- a/README.md
+++ b/README.md
@@ -14,10 +14,10 @@
~ limitations under the License.
-->
-[](https://github.com/NWChemEx-Project/ParallelZone)
+[](https://github.com/NWChemEx/ParallelZone)
# ParallelZone
@@ -30,7 +30,7 @@ dynamically based on the needs of its consumers (primarily the NWChemEx
project).
A more detailed, user-centric, description of the project can be found
-[here](https://nwchemex-project.github.io/ParallelZone/about.html).
+[here](https://nwchemex.github.io/ParallelZone/about.html).
# Features
@@ -44,21 +44,21 @@ ParallelZone relies on CMake for configuring and building, meaning that
installation is usually achieved via a variation on:
```.cmake
-git clone https://github.com/NWChemEx-Project/ParallelZone
+git clone https://github.com/NWChemEx/ParallelZone
cd ParallelZone
cmake -H. -Bbuild -D...
cmake --build build
cmake --build build --target install
```
More detailed install instructions can be found
-[here](https://nwchemex-project.github.io/ParallelZone/install.html).
+[here](https://nwchemex.github.io/ParallelZone/install.html).
# Contributing
-- [Contributor Guidelines](https://github.com/NWChemEx-Project/.github/blob/1a883d64519f62da7c8ba2b28aabda7c6f196b2c/.github/CONTRIBUTING.md)
-- [Contributor License Agreement](https://github.com/NWChemEx-Project/.github/blob/master/.github/CONTRIBUTING.md#contributor-license-agreement-cla)
-- [Developer Documentation](https://nwchemex-project.github.io/ParallelZone/developer/index.html)
-- [Code of Conduct](https://github.com/NWChemEx-Project/.github/blob/master/.github/CODE_OF_CONDUCT.md)
+- [Contributor Guidelines](https://github.com/NWChemEx/.github/blob/1a883d64519f62da7c8ba2b28aabda7c6f196b2c/.github/CONTRIBUTING.md)
+- [Contributor License Agreement](https://github.com/NWChemEx/.github/blob/master/.github/CONTRIBUTING.md#contributor-license-agreement-cla)
+- [Developer Documentation](https://nwchemex.github.io/ParallelZone/developer/index.html)
+- [Code of Conduct](https://github.com/NWChemEx/.github/blob/master/.github/CODE_OF_CONDUCT.md)
# Acknowledgments
diff --git a/cmake/build_device.cmake b/cmake/build_device.cmake
index 096b4d10..b8109674 100644
--- a/cmake/build_device.cmake
+++ b/cmake/build_device.cmake
@@ -12,17 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-################################################################################
-#
-# The master version of this file lives at
-# NWChemEx-Project/DeveloperTools/cmake/build_device.cmake. The version contained in
-# all other NWChemEx-Project repositories is a synchronized copy of the master
-# version. Any changes made to the non-master version will be lost the next time
-# the master version is updated. To make changes please make them to the master
-# version.
-#
-################################################################################
-
include_guard()
function(build_device)
diff --git a/cmake/build_papi.cmake b/cmake/build_papi.cmake
index 62a25a38..4011b16d 100644
--- a/cmake/build_papi.cmake
+++ b/cmake/build_papi.cmake
@@ -12,17 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-################################################################################
-#
-# The master version of this file lives at
-# NWChemEx-Project/DeveloperTools/cmake/build_papi.cmake. The version contained in
-# all other NWChemEx-Project repositories is a synchronized copy of the master
-# version. Any changes made to the non-master version will be lost the next time
-# the master version is updated. To make changes please make them to the master
-# version.
-#
-################################################################################
-
include_guard()
function(build_papi)
diff --git a/docs/source/developer/design/parallel_zone.rst b/docs/source/developer/design/parallel_zone.rst
index 9682de33..e7baf569 100644
--- a/docs/source/developer/design/parallel_zone.rst
+++ b/docs/source/developer/design/parallel_zone.rst
@@ -70,7 +70,7 @@ What is the Scope of the ParallelZone?
ParallelZone will ultimately be a C++ library used by most pieces of our
software stack. We also want ParallelZone to be useful to developers/projects
-outside the NWChemEx-Project organization, and in turn we want to limit bloat.
+outside the NWChemEx organization, and in turn we want to limit bloat.
To that end we limit ParallelZone to low-level, very general C++ operations
focused on parallelism and supporting that parallelism. Notably this excludes
diff --git a/docs/source/developer/index.rst b/docs/source/developer/index.rst
index e78f3a07..9aa21d64 100644
--- a/docs/source/developer/index.rst
+++ b/docs/source/developer/index.rst
@@ -21,7 +21,7 @@ interested in developing for, or understanding the internals of ParallelZone.
The documentation in this section is specific to the design and development of
ParallelZone. Since ParallelZone is developed by the NWChemEx organization,
developers may also find the more general `NWChemEx Developer Documentation
-`__ to be useful.
+`__ to be useful.
.. toctree::
:maxdepth: 2
diff --git a/docs/source/index.rst b/docs/source/index.rst
index eaef7ba7..a9015292 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -50,4 +50,4 @@ Planned features:
user/index
developer/index
-`C++ API `_
+`C++ API `_
diff --git a/docs/source/install.rst b/docs/source/install.rst
index e8905771..8132b73e 100644
--- a/docs/source/install.rst
+++ b/docs/source/install.rst
@@ -46,7 +46,7 @@ In many cases ParallelZone can be installed by:
.. code-block:: console
- git clone https://github.com/NWChemEx-Project/ParallelZone
+ git clone https://github.com/NWChemEx/ParallelZone
cd ParallelZone
cmake -H. -Bbuild -DCMAKE_TOOLCHAIN_FILE= \
-DCMAKE_INSTALL_PREFIX=