Skip to content

Commit

Permalink
Update refs to JuliaSeismo
Browse files Browse the repository at this point in the history
  • Loading branch information
tclements committed Dec 10, 2023
1 parent 076d38e commit a8c5aa1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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).
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
8 changes: 4 additions & 4 deletions docs/src/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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
Expand All @@ -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/).
Expand Down
2 changes: 1 addition & 1 deletion docs/src/using_gpus.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8c5aa1

Please sign in to comment.