-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from luhipi/fix_links
Fix links
- Loading branch information
Showing
8 changed files
with
37 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ Types of Contributions | |
Report Bugs | ||
~~~~~~~~~~~ | ||
|
||
Report bugs at https://git.gfz-potsdam.de/fernlab/timeseries/issues. | ||
Report bugs at https://github.com/luhipi/sarvey/issues. | ||
|
||
If you are reporting a bug, please include: | ||
|
||
|
@@ -26,13 +26,13 @@ If you are reporting a bug, please include: | |
Fix Bugs | ||
~~~~~~~~ | ||
|
||
Look through the GitLab issues for bugs. Anything tagged with "bug" and "help | ||
Look through the Github issues for bugs. Anything tagged with "bug" and "help | ||
wanted" is open to whoever wants to implement it. | ||
|
||
Implement Features | ||
~~~~~~~~~~~~~~~~~~ | ||
|
||
Look through the GitLab issues for features. Anything tagged with "enhancement" | ||
Look through the Github issues for features. Anything tagged with "enhancement" | ||
and "help wanted" is open to whoever wants to implement it. | ||
|
||
Write Documentation | ||
|
@@ -45,7 +45,7 @@ articles, and such. | |
Submit Feedback | ||
~~~~~~~~~~~~~~~ | ||
|
||
The best way to send feedback is to file an issue at https://git.gfz-potsdam.de/fernlab/timeseries/issues. | ||
The best way to send feedback is to file an issue at https://github.com/luhipi/sarvey/issues. | ||
|
||
If you are proposing a feature: | ||
|
||
|
@@ -60,10 +60,10 @@ Commit Changes | |
How to | ||
~~~~~~ | ||
|
||
1. Fork the `sarvey` repo on GitLab. | ||
1. Fork the `sarvey` repo on Github. | ||
2. Clone your fork locally:: | ||
|
||
$ git clone [email protected]:fernlab/timeseries.git | ||
$ git clone https://github.com/luhipi/sarvey.git | ||
|
||
3. Install your local copy into a virtualenv. Assuming you have virtualenvwrapper installed, this is how you set up your fork for local development:: | ||
|
||
|
@@ -87,13 +87,13 @@ How to | |
|
||
To get flake8 and tox, just pip install them into your virtualenv. | ||
|
||
6. Commit your changes and push your branch to GitLab:: | ||
6. Commit your changes and push your branch to Github:: | ||
|
||
$ git add . | ||
$ git commit -m "Your detailed description of your changes." | ||
$ git push origin name-of-your-bugfix-or-feature | ||
|
||
7. Submit a merge request through the GitLab website. | ||
7. Submit a merge request through the Github website. | ||
|
||
Sign your commits | ||
~~~~~~~~~~~~~~~~~ | ||
|
@@ -150,7 +150,7 @@ Before you submit a pull request, check that it meets these guidelines: | |
your new functionality into a function with a docstring, and add the | ||
feature to the list in README.rst. | ||
3. The pull request should work for Python 3.6, 3.7, 3.8 and 3.9. Check | ||
https://gitlab.projekt.uni-hannover.de/ipi-sar4infra/sarvey/-/merge_requests | ||
https://github.com/luhipi/sarvey/pulls | ||
and make sure that the tests pass for all supported Python versions. | ||
|
||
Tips | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,8 +25,8 @@ Using mamba_ (latest version recommended), **SARvey** is installed as follows: | |
|
||
.. code-block:: bash | ||
git clone [email protected]:ipi-sar4infra/timeseries.git | ||
cd timeseries | ||
git clone https://github.com/luhipi/sarvey.git | ||
cd sarvey | ||
2. Create virtual environment for **SARvey** (optional but recommended): | ||
|
@@ -57,8 +57,8 @@ Using conda_ (latest version recommended), **SARvey** is installed as follows: | |
|
||
.. code-block:: bash | ||
git clone [email protected]:ipi-sar4infra/timeseries.git | ||
cd timeseries | ||
git clone https://github.com/luhipi/sarvey.git | ||
cd sarvey | ||
1. Create virtual environment for **SARvey** (optional but recommended): | ||
|
@@ -117,8 +117,8 @@ Using conda_ (latest version recommended), SARvey is installed as follows: | |
.. code-block:: bash | ||
cd ~/software/sarvey | ||
git clone [email protected]:ipi-sar4infra/timeseries.git | ||
cd timeseries | ||
git clone https://github.com/luhipi/sarvey.git | ||
cd sarvey | ||
2.2 Open `tests/CI_docker/context/environment_sarvey.yml` in an editor of your choice and comment out the lines `isce2` and `gcc_linux-64`. Alternatively, you can run the following commands. | ||
|
||
|
@@ -129,7 +129,7 @@ Using conda_ (latest version recommended), SARvey is installed as follows: | |
Note: As of the time of creation of this document, `isce2` for MacOS ARM64 is not available in Conda repositories. Therefore, it is skipped, but it should not cause any problems for running SARvey. Also, `gcc_linux-64` is not required on ARM64. | ||
|
||
2.3 Install Timeseries using the same environment that you used to install MiaplPy. | ||
2.3 Install SARvey using the same environment that you used to install MiaplPy. | ||
|
||
.. code-block:: bash | ||
|
@@ -145,9 +145,9 @@ Using conda_ (latest version recommended), SARvey is installed as follows: | |
echo 'export miaplpy_path=~/software/sarvey/MiaplPy/src/' > ~/source_sarvey.sh | ||
echo 'export PYTHONPATH=${PYTHONPATH:+$PYTHONPATH:}$miaplpy_path' >> ~/source_sarvey.sh | ||
echo 'export timeseries_path=~/software/sarvey/timeseries' >> ~/source_sarvey.sh | ||
echo 'export PATH=${PATH}:$timeseries_path:$timeseries_path/sarvey' >> ~/source_sarvey.sh | ||
echo 'export PYTHONPATH=${PYTHONPATH:+$PYTHONPATH:}:$timeseries_path' >> ~/source_sarvey.sh | ||
echo 'export sarvey_path=~/software/sarvey/sarvey' >> ~/source_sarvey.sh | ||
echo 'export PATH=${PATH}:sarvey_path:$sarvey_path/sarvey' >> ~/source_sarvey.sh | ||
echo 'export PYTHONPATH=${PYTHONPATH:+$PYTHONPATH:}:$sarvey_path' >> ~/source_sarvey.sh | ||
4. **Test the installation** | ||
|
||
|
@@ -174,7 +174,7 @@ On Windows, SARvey is tested on Windows Subsystem for Linux (WSL_) version 2. Pl | |
|
||
.. note:: | ||
|
||
Timeseries has been tested with Python 3.6+., i.e., should be fully compatible to all Python versions from 3.6 onwards. | ||
SARvey has been tested with Python 3.6+., i.e., should be fully compatible to all Python versions from 3.6 onwards. | ||
|
||
|
||
.. _pip: https://pip.pypa.io | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,8 +67,8 @@ | |
author_email='[email protected]', | ||
python_requires='>=3.7', | ||
classifiers=[ | ||
'Development Status :: 2 - Pre-Alpha', | ||
'Intended Audience :: Developers', | ||
'Development Status :: Release Candidate', | ||
'Intended Audience :: Researchers', | ||
'None', | ||
'Natural Language :: English', | ||
'Programming Language :: Python :: 3', | ||
|
@@ -103,7 +103,7 @@ | |
setup_requires=req_setup, | ||
test_suite='tests', | ||
tests_require=req_test, | ||
url='https://gitlab.projekt.uni-hannover.de/ipi-sar4infra/sarvey/', | ||
url='https://github.com/luhipi/sarvey', | ||
version=version['__version__'], | ||
zip_safe=False, | ||
) |