Skip to content

Commit

Permalink
Remove redundant backticks from docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
abhro authored May 13, 2024
1 parent dbd3964 commit b97210c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/EarthAttitude/iau_models.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ abstract type IAU2006Model <: IAUModel end
struct IAU1980 <: IAU1980Model end

"""
`iau1980`
iau1980
The singleton instance of type `IAU1980`, representing the IAU 1980 family of models.
"""
Expand All @@ -29,7 +29,7 @@ const iau1980 = IAU1980()
struct IAU1982 <: IAU1980Model end

"""
`iau1982`
iau1982
The singleton instance of type `IAU1982`, representing the IAU 1982 family of models.
"""
Expand All @@ -38,7 +38,7 @@ const iau1982 = IAU1982()
struct IAU1994 <: IAU1980Model end

"""
`iau1994`
iau1994
The singleton instance of type `IAU1994`, representing the IAU 1994 family of models.
"""
Expand All @@ -51,7 +51,7 @@ const iau1994 = IAU1994()
struct IAU2000 <: IAU2000Model end

"""
`iau2000`
iau2000
The singleton instance of type `IAU2000`, representing the IAU 2000 family of models.
"""
Expand All @@ -60,7 +60,7 @@ const iau2000 = IAU2000()
struct IAU2000A <: IAU2000Model end

"""
`iau2000a`
iau2000a
The singleton instance of type `IAU2000A`, representing the IAU 2000A family of models.
"""
Expand All @@ -69,7 +69,7 @@ const iau2000a = IAU2000A()
struct IAU2000B <: IAU2000Model end

"""
`iau2000b`
iau2000b
The singleton instance of type `IAU2000B`, representing the IAU 2000B family of models.
"""
Expand All @@ -82,7 +82,7 @@ const iau2000b = IAU2000B()
struct IAU2006 <: IAU2006Model end

"""
`iau2006`
iau2006
The singleton instance of type `IAU2006`, representing the IAU 2006 family of models.
"""
Expand All @@ -91,7 +91,7 @@ const iau2006 = IAU2006()
struct IAU2006A <: IAU2006Model end

"""
`iau2006a`
iau2006a
The singleton instance of type `IAU2006a`, representing the IAU 2006A family of models.
"""
Expand Down

0 comments on commit b97210c

Please sign in to comment.