From a8c5aa1b8d86f738fd13c0591ef15e660e23bdb0 Mon Sep 17 00:00:00 2001 From: Tim Clements Date: Sun, 10 Dec 2023 11:24:57 -0800 Subject: [PATCH] Update refs to JuliaSeismo --- README.md | 4 ++-- docs/make.jl | 2 +- docs/src/contributing.md | 8 ++++---- docs/src/using_gpus.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ffe7288..a35f51b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ We recommend using the latest version of SeisNoise by updating with the Julia pa ![flow](/docs/src/assets/SeisNoise-DataFlow.jpg) - - Built upon [SeisIO](https://seisio.readthedocs.io/en/latest/) for easy and fast I/O. + - Built upon [SeisBase](https://juliaseismo.github.io/SeisBase.jl/dev/) for easy and fast I/O. - Custom structures for storing Raw Data, Fourier Transforms of data, and cross-correlations - CPU/GPU compatible functions for cross-correlation. - Methods for [*dv/v* measurements](https://github.com/tclements/SeisDvv.jl). @@ -144,4 +144,4 @@ If you use SeisNoise in your work, please star the package and cite our work [DO ``` ## Contributing -We welcome folks interested in contributing to SeisNoise. Please [open an issue](https://github.com/tclements/SeisNoise.jl/issues/new) to let us know about bug reports, new methods/code, and or feature requests/usage cases. If you would like to submit a pull request (PR), please include accompanying [tests](https://github.com/tclements/SeisNoise.jl/tree/master/test). +We welcome folks interested in contributing to SeisNoise. Please [open an issue](https://github.com/JuliaSeismo/SeisNoise.jl/issues/new) to let us know about bug reports, new methods/code, and or feature requests/usage cases. If you would like to submit a pull request (PR), please include accompanying [tests](https://github.com/JuliaSeismo/SeisNoise.jl/tree/master/test). diff --git a/docs/make.jl b/docs/make.jl index 8476b6d..f0525d3 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -22,7 +22,7 @@ makedocs( ) deploydocs( - repo = "github.com/tclements/SeisNoise.jl.git", + repo = "github.com/JuliaSeismo/SeisNoise.jl.git", target = "build", deps = nothing, make = nothing, diff --git a/docs/src/contributing.md b/docs/src/contributing.md index 9ec3f54..b5a8997 100644 --- a/docs/src/contributing.md +++ b/docs/src/contributing.md @@ -41,7 +41,7 @@ is anything you need to know beforehand. The easiest way to get involved is to report issues you encounter when using SeisNoise or by requesting something you think is missing. -* Head over to the [issues](https://github.com/tclements/SeisNoise.jl/issues) page. +* Head over to the [issues](https://github.com/JuliaSeismo/SeisNoise.jl/issues) page. * Search to see if your issue already exists or has even been solved previously. * If you indeed have a new issue or request, click the "New Issue" button. * Please be as specific as possible. Include the version of the code you were using, as @@ -55,7 +55,7 @@ SeisNoise or by requesting something you think is missing. * Install git on your system if it is not already there (install XCode command line tools on a Mac or git bash on Windows). * Login to your GitHub account and make a fork of the - [SeisNoise repository](https://github.com/tclements/SeisNoise.jl) by + [SeisNoise repository](https://github.com/JuliaSeismo/SeisNoise.jl) by clicking the "Fork" button. * Clone your fork of the SeisNoise repository (in terminal on Mac/Linux or git shell/ GUI on Windows) in the location you'd like to keep it. @@ -65,7 +65,7 @@ SeisNoise or by requesting something you think is missing. * Navigate to that folder in the terminal or in Anaconda Prompt if you're on Windows. * Connect your repository to the upstream (main project). ``` - git remote add SeisNoise https://github.com/tclements/SeisNoise.jl.git + git remote add SeisNoise https://github.com/JuliaSeismo/SeisNoise.jl.git ``` * Create the development environment by opening Julia via `julia --project` then typing in `] instantiate`. This will install all the dependencies in the Project.toml @@ -84,7 +84,7 @@ written a [guide](https://chris.beams.io/posts/git-commit/) on how to write good commit messages. When you think your changes are ready to be merged into the main repository, -push to your fork and [submit a pull request](https://github.com/tclements/SeisNoise.jl/compare/). +push to your fork and [submit a pull request](https://github.com/JuliaSeismo/SeisNoise.jl/compare/). **Working on your first Pull Request?** You can learn how from this _free_ video series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github), Aaron Meurer's [tutorial on the git workflow](https://www.asmeurer.com/git-workflow/), or the guide [“How to Contribute to Open Source"](https://opensource.guide/how-to-contribute/). diff --git a/docs/src/using_gpus.md b/docs/src/using_gpus.md index 974b74a..1334f05 100644 --- a/docs/src/using_gpus.md +++ b/docs/src/using_gpus.md @@ -6,7 +6,7 @@ are possible. !!! tip "Running on GPUs" If you are having issues with running SeisNoise on a GPU or setting things up, - please [open an issue](https://github.com/tclements/SeisNoise.jl/issues/new) + please [open an issue](https://github.com/JuliaSeismo/SeisNoise.jl/issues/new) and we'll do our best to help out! ## When to use a GPU