Skip to content

Commit

Permalink
Update domain
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Apr 8, 2024
1 parent 326bbfe commit 2f79c2b
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
contact_links:
- name: Ask questions
url: https://github.com/giswqs/HyperCoast/discussions/categories/q-a
url: https://github.com/opengeos/HyperCoast/discussions/categories/q-a
about: Please ask and answer questions here.
- name: Ideas
url: https://github.com/giswqs/HyperCoast/discussions/categories/ideas
url: https://github.com/opengeos/HyperCoast/discussions/categories/ideas
about: Please share your ideas here.
- name: Ask questions from the GIS community
url: https://gis.stackexchange.com
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
# HyperCoast


[![image](https://img.shields.io/pypi/v/HyperCoast.svg)](https://pypi.python.org/pypi/HyperCoast)
[![image](https://img.shields.io/conda/vn/conda-forge/HyperCoast.svg)](https://anaconda.org/conda-forge/HyperCoast)


**A Python package for processing hyperspetral data in coastal regions**


- Free software: MIT License
- Documentation: https://giswqs.github.io/HyperCoast

- Documentation: https://hypercoast.org

## Features

Expand Down
1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hypercoast.org
6 changes: 3 additions & 3 deletions docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can contribute in many ways:

### Report Bugs

Report bugs at <https://github.com/giswqs/HyperCoast/issues>.
Report bugs at <https://github.com/opengeos/HyperCoast/issues>.

If you are reporting a bug, please include:

Expand All @@ -36,7 +36,7 @@ in docstrings, or even on the web in blog posts, articles, and such.
### Submit Feedback

The best way to send feedback is to file an issue at
<https://github.com/giswqs/HyperCoast/issues>.
<https://github.com/opengeos/HyperCoast/issues>.

If you are proposing a feature:

Expand Down Expand Up @@ -104,5 +104,5 @@ Before you submit a pull request, check that it meets these guidelines:
Put 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.8 and later, and
for PyPy. Check <https://github.com/giswqs/HyperCoast/pull_requests> and make sure that the tests pass for all
for PyPy. Check <https://github.com/opengeos/HyperCoast/pull_requests> and make sure that the tests pass for all
supported Python versions.
6 changes: 1 addition & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Welcome to hypercoast


[![image](https://img.shields.io/pypi/v/hypercoast.svg)](https://pypi.python.org/pypi/hypercoast)


**A Python package for processing hyperspetral data in coastal regions**


- Free software: MIT License
- Documentation: <https://giswqs.github.io/hypercoast>

- Documentation: <https://hypercoast.org>

## Features

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ If you don't have [pip](https://pip.pypa.io) installed, this [Python installatio
To install HyperCoast from sources, run this command in your terminal:

```
pip install git+https://github.com/giswqs/HyperCoast
pip install git+https://github.com/opengeos/HyperCoast
```
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
site_name: HyperCoast
site_description: A Python package for processing hyperspetral data in coastal regions
site_author: giswqs
site_url: https://giswqs.github.io/HyperCoast
repo_url: https://github.com/giswqs/HyperCoast
site_url: https://hypercoast.org
repo_url: https://github.com/opengeos/HyperCoast

copyright: "Copyright &copy; 2024 - 2024 Qiusheng Wu"

Expand Down Expand Up @@ -78,9 +78,9 @@ nav:
- Contributing: contributing.md
- FAQ: faq.md
- Changelog: changelog.md
- Report Issues: https://github.com/giswqs/HyperCoast/issues
- Report Issues: https://github.com/opengeos/HyperCoast/issues
- Examples:
- examples/intro.ipynb
- examples/intro.ipynb
- API Reference:
- hypercoast module: hypercoast.md
- common module: common.md
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ max-line-length = 88


[project.urls]
Homepage = "https://github.com/giswqs/HyperCoast"
Homepage = "https://github.com/opengeos/HyperCoast"

[build-system]
requires = ["setuptools>=64", "setuptools_scm>=8"]
Expand Down

0 comments on commit 2f79c2b

Please sign in to comment.