Skip to content

Commit 2f5926f

Browse files
committed
docs: improve a bit
1 parent 9ee55bd commit 2f5926f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ makedocs(;
99
sitename = "SunPy.jl",
1010
format = Documenter.HTML(;
1111
canonical = "https://JuliaSpacePhysics.github.io/SunPy.jl",
12+
size_threshold = nothing
1213
),
1314
pages = [
1415
"Home" => "index.md",

docs/src/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Modules = [SunPy]
1515

1616
## Quickstart
1717

18-
using the `Fido` interface to obtain solar data.
18+
Using the [`Fido`](https://docs.sunpy.org/en/stable/generated/api/sunpy.net.Fido.html) interface (a unified data search and retrieval tool) to obtain solar data.
1919

2020
```@example sunpy
2121
using SunPy, PythonCall
@@ -24,7 +24,9 @@ Fido
2424
Fido.search(a.Time("2012/3/4", "2012/3/6"), a.Instrument.lyra, a.Level.two)
2525
```
2626

27-
https://docs.sunpy.org/en/stable/tutorial/maps.html
27+
`Map` object in sunpy.
28+
29+
<!-- https://docs.sunpy.org/en/stable/tutorial/maps.html -->
2830

2931
```@example sunpy
3032
pyimport("sunpy.data.sample")

0 commit comments

Comments
 (0)