Skip to content

Commit 668af72

Browse files
committed
Clean references in docs
1 parent cd440fe commit 668af72

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/src/api/epochs.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ Modules = [AstroTime.Epochs]
55
Private = false
66
```
77

8+
```@docs
9+
AstroTime.AstroDates.DateTime
10+
AstroTime.AstroDates.Date
11+
AstroTime.AstroDates.Time
12+
```
13+

docs/src/tutorial.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ The main difference is that you need to supply the time scale to be used.
1212
Out of the box, the following time scales are defined:
1313

1414
- [`TAI`](@ref): [International Atomic Time](https://en.wikipedia.org/wiki/International_Atomic_Time)
15-
- [`UTC`](@ref): [Coordinated Universal Time](https://en.wikipedia.org/wiki/Coordinated_Universal_Time)
1615
- [`UT1`](@ref): [Universal Time](https://en.wikipedia.org/wiki/Universal_Time#Versions)[^1]
1716
- [`TT`](@ref): [Terrestrial Time](https://en.wikipedia.org/wiki/Terrestrial_Time)
1817
- [`TCG`](@ref): [Geocentric Coordinate Time](https://en.wikipedia.org/wiki/Geocentric_Coordinate_Time)

0 commit comments

Comments
 (0)