Skip to content

Commit

Permalink
Release version 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenz3tla committed Feb 1, 2024
1 parent 16a2193 commit 2d50a67
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: release qtalsim

#on:
# release:
# types: published
on:
release:
types: published

jobs:
release:
runs-on: ubuntu-latest

steps:
steps:
- uses: actions/checkout@v2
name: Set up Python 3.8
with:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

QTalsim is a QGIS plugin designed to create hyrological response units (HRUs) suitable for Talsim. The plugin processes three layer, including a catchment area layer, soil layer and land use layer. It clips the layers in accordance with the catchment area layer’s boundaries. The plugin then intersects those three layers and creates HRUs. Additionally, the plugin offers functionality to remove duplicate geometries, overlapping features and unwanted gaps.

For a detailed information, please refer to the [Full Documentation](docs/_build/html/doc_qtalsim.html) file.
For detailed information, please refer to the [Full Documentation](https://sydroconsult.github.io/QTalsim/doc_qtalsim.html).

3 changes: 1 addition & 2 deletions qtalsim.py
Original file line number Diff line number Diff line change
Expand Up @@ -1663,8 +1663,7 @@ def openDocumentation(self):
'''
Opens documentation of QTalsim.
'''
doc_path = os.path.join(os.path.dirname(__file__), 'docs', '_build', 'html', 'doc_qtalsim.html')
webbrowser.open('file://' + doc_path)
webbrowser.open('https://sydroconsult.github.io/QTalsim/doc_qtalsim.html')

def run(self):
'''
Expand Down

0 comments on commit 2d50a67

Please sign in to comment.