-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
98 additions
and
68 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
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Healpix.jl Documentation | ||
|
||
This library is **not** registered in Julia's | ||
[General registry](https://github.com/JuliaRegistries/General) | ||
so the package must be installed either by cloning it directly: | ||
```julia-repl | ||
pkg> add https://github.com/jmert/Healpix.jl | ||
``` | ||
or by making use of my [personal registry](https://github.com/jmert/Registry.jl) | ||
```julia-repl | ||
pkg> registry add https://github.com/jmert/Registry.jl | ||
pkg> add Healpix | ||
``` | ||
After installing, just load like any other Julia package: | ||
```julia | ||
julia> using Healpix | ||
``` | ||
|
||
|
||
## User Manual and Documentation | ||
```@contents | ||
Pages = [ | ||
"man/usage.md", | ||
"man/references.md" | ||
] | ||
Depth = 1 | ||
``` | ||
|
||
## Library API Reference | ||
```@contents | ||
Pages = [ | ||
"lib/public.md" | ||
] | ||
Depth = 1 | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Private API | ||
|
||
```@autodocs | ||
Modules = [Healpix] | ||
Public = false | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Public API | ||
|
||
```@autodocs | ||
Modules = [Healpix] | ||
Private = false | ||
``` |
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