You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Contributing to ucvm_plotting
2
2
3
-
This document provides an overview on how to contribute to UCVM, and will provide step-by-step instructions on a practical contribution workflow.
3
+
This document provides an overview on how to contribute to ucvm_plotting, and will provide step-by-step instructions on a practical contribution workflow.
4
4
5
5
## Getting Started
6
6
7
7
* Make sure you have an active GitHub account
8
8
* Download and install git
9
9
* Read the git documentation
10
-
* Install the main branch of the sceccode/ucvm.git repository
10
+
* Install the main branch of the sceccode/ucvm_plotting.git repository
11
11
* If you haven't worked with Git Forks before, make sure to read the documentation linked below.
12
12
13
13
## Submitting a Pull Request
@@ -30,13 +30,13 @@ If you feel that you need to add large files, let us know and we can figure some
30
30
31
31
## Submitting an Issue
32
32
33
-
Please open an issue if you want to ask a question about UCVM.
33
+
Please open an issue if you want to ask a question about ucvm_plotting.
34
34
35
35
* Please search through the past issues to see if your question or the bug has already been addressed
36
36
* Please apply the correct tag to your issue so others can search
37
37
38
38
If you want to submit a bug report, please provide the information below:
39
-
* UCVM version, Python version, and Platform (Linux, Windows, Mac OSX, etc)
39
+
*ucvm_plotting version, UCVM version, Python version, and Platform (Linux, Windows, Mac OSX, etc)
40
40
* How did you install UCVM (Docker, from source...)
41
41
* Please provide a short, complete, and correct example that demonstrates the issue.
42
42
* If this broke in a recent update, please tell us when it used to work.
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ In 2021, the plotting utilities in UCVM v19.4 were moved into this standalone re
13
13
version are replaced with python3 based basemap modules. Current version of ucvm plotting has been tested
14
14
agains UCVM v 25.7.
15
15
16
-
UCVM_plotting is distributed as open-source scientific software. It can be installed compiled and run on most Linux-based computer systems if the system includes software development tools including Python, C, and Fortran compilers, and other software tools. The UCVM v19.4.0 source code is distributed using a github repository. On Github, users can find the source code, installation directions for Linux, and a wiki that provide examples and the expected results from UCVM.
16
+
ucvm_plotting is distributed as open-source scientific software. It can be installed compiled and run on most Linux-based computer systems if the system includes software development tools including Python, C, and Fortran compilers, and other software tools. The UCVM v19.4.0 source code is distributed using a github repository. On Github, users can find the source code, installation directions for Linux, and a wiki that provide examples and the expected results from UCVM.
@@ -63,17 +63,17 @@ The following command will produce a horizontal map view plot plot of Vs values
63
63
Please see the [ucvm_plotting documetation](https://github.com/sceccode/ucvm_plotting/wiki) for more information and examples.
64
64
65
65
# Support:
66
-
Support for UCVM is provided by that Southern California Earthquake Center (SCEC) Research Computing Group. This group supports several research software distributions including UCVM. Users can report issues and feature requests using UCVM's github-based issue tracking link below. Developers will also respond to emails sent to the SCEC software contact listed below.
66
+
Support for ucvm_plotting is provided by that Statewide California Earthquake Center (SCEC) Research Computing Group. This group supports several research software distributions including UCVM. Users can report issues and feature requests using UCVM's github-based issue tracking link below. Developers will also respond to emails sent to the SCEC software contact listed below.
0 commit comments