Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Jun 17, 2024
1 parent bd15899 commit a44b6db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ makedocs(
pages=["index.md", "tutorial.md", "api.md"]
)

deploydocs(repo="https://github.com/joshday/QGIS.jl")
deploydocs(repo="https://github.com/JuliaComputing/QGIS.jl")
3 changes: 1 addition & 2 deletions docs/src/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ alg = QGIS.Algorithm("native:buffer", DISTANCE=0.1)
```

!!! info "Running Algorithms"
- `QGIS.Algorithm`s are callable and accepts optional input/output arguments to override the
`INPUT` and `OUTPUT` parameters. Note that these arguments refer to **file paths**.
- `QGIS.Algorithm`s are callable and accepts optional input/output arguments to override the `INPUT` and `OUTPUT` parameters. Note that these arguments refer to **file paths**.

```@repl tutorial
output = alg(GeoJSON.write(tempname() * ".geojson", nc))
Expand Down

0 comments on commit a44b6db

Please sign in to comment.