Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/10-bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
Please, before submitting, make sure that:

- There is not an [existing issue](https://github.com/JuliaAstro/SolarPosition.jl/issues) with the same question
- You have read the [contributing guide](https://JuliaAstro.github.io/SolarPosition.jl/dev/contributing/)
- You have read the [contributing guide](https://juliaastro.org/SolarPosition.jl/dev/contributing/)
The form below should help you in filling out this issue.
- type: textarea
id: description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/20-feature-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body:
Please, before submitting, make sure that:

- There is not an [existing issue](https://github.com/JuliaAstro/SolarPosition.jl/issues) with the same question
- You have read the [contributing guide](https://JuliaAstro.github.io/SolarPosition.jl/dev/contributing/)
- You have read the [contributing guide](https://juliaastro.org/SolarPosition.jl/dev/contributing/)
The form below should help you in filling out this issue.
- type: textarea
id: description
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/30-usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ body:

Please, before submitting, make sure that:

- You have checked the [documentation](https://JuliaAstro.github.io/SolarPosition.jl) and haven't found enough information
- You have checked the [documentation](https://juliaastro.org/SolarPosition.jl/dev/) and haven't found enough information
- There is not an [existing issue](https://github.com/JuliaAstro/SolarPosition.jl/issues) with the same question
- You have read the [contributing guide](https://JuliaAstro.github.io/SolarPosition.jl/dev/contributing/)
- You have read the [contributing guide](https://juliaastro.org/SolarPosition.jl/dev/contributing/)
The form below should help you in filling out this issue.
- type: textarea
id: description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/99-general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body:
Please, before submitting, make sure that:

- There is not an [existing issue](https://github.com/JuliaAstro/SolarPosition.jl/issues) with the same question
- You have read the [contributing guide](https://JuliaAstro.github.io/SolarPosition.jl/dev/contributing/)
- You have read the [contributing guide](https://juliaastro.org/SolarPosition.jl/dev/contributing/)
The form below should help you in filling out this issue.
- type: textarea
id: description
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# SolarPosition.jl

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaAstro.github.io/SolarPosition.jl/stable)
[![Development documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaAstro.github.io/SolarPosition.jl/dev)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliaastro.org/SolarPosition/stable/)
[![Development documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaastro.org/SolarPosition.jl/dev/)

[![Test workflow status](https://github.com/JuliaAstro/SolarPosition.jl/actions/workflows/Test.yml/badge.svg?branch=main)](https://github.com/JuliaAstro/SolarPosition.jl/actions/workflows/Test.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/JuliaAstro/SolarPosition.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaAstro/SolarPosition.jl)
[![Lint workflow Status](https://github.com/JuliaAstro/SolarPosition.jl/actions/workflows/Lint.yml/badge.svg?branch=main)](https://github.com/JuliaAstro/SolarPosition.jl/actions/workflows/Lint.yml?query=branch%3Amain)
Expand Down Expand Up @@ -85,4 +86,4 @@ If you use SolarPosition.jl in your work, please cite using the reference given

## Contributing

If you want to make contributions of any kind, please first that a look into our [contributing guide directly on GitHub](docs/src/contributing.md) or the [contributing page on the website](https://JuliaAstro.github.io/SolarPosition.jl/dev/contributing/)
If you want to make contributions of any kind, please first that a look into our [contributing guide directly on GitHub](docs/src/contributing.md) or the [contributing page on the website](https://juliaastro.org/SolarPosition/stable/contributing/)
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ makedocs(;
repo = Documenter.Remotes.GitHub("JuliaAstro", "SolarPosition.jl"),
sitename = "SolarPosition.jl",
format = Documenter.HTML(;
canonical = "https://JuliaAstro.github.io/SolarPosition.jl",
canonical = "https://juliaastro.org/SolarPosition/stable/",
size_threshold = 2^20, # 1 MB
),
plugins = [bib],
Expand All @@ -46,6 +46,6 @@ makedocs(;

deploydocs(;
repo = "github.com/JuliaAstro/SolarPosition.jl",
versions = ["stable" => "v^", "v#.#", "dev" => "dev"],
versions = ["stable" => "v^", "v#.#"], # Restrict to minor releases
push_preview = true,
)
3 changes: 2 additions & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CurrentModule = SolarPosition

## SolarPosition.jl

[![Development documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaastro.org/SolarPosition.jl/dev/)
[![Test workflow status](https://github.com/JuliaAstro/SolarPosition.jl/actions/workflows/Test.yml/badge.svg?branch=main)](https://github.com/JuliaAstro/SolarPosition.jl/actions/workflows/Test.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/JuliaAstro/SolarPosition.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaAstro/SolarPosition.jl)
[![Lint workflow Status](https://github.com/JuliaAstro/SolarPosition.jl/actions/workflows/Lint.yml/badge.svg?branch=main)](https://github.com/JuliaAstro/SolarPosition.jl/actions/workflows/Lint.yml?query=branch%3Amain)
Expand Down Expand Up @@ -81,4 +82,4 @@ If you use SolarPosition.jl in your work, please cite using the reference given

## Contributing

If you want to make contributions of any kind, please first that a look into our [contributing guide directly on GitHub](https://github.com/JuliaAstro/SolarPosition.jl/blob/main/docs/src/contributing.md) or the [contributing page on the website](https://JuliaAstro.github.io/SolarPosition.jl/dev/contributing/)
If you want to make contributions of any kind, please first that a look into our [contributing guide directly on GitHub](https://github.com/JuliaAstro/SolarPosition.jl/blob/main/docs/src/contributing.md) or the [contributing page on the website](https://juliaastro.org/SolarPosition/stable/contributing/)
Loading