Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docstrings to work better with Documenter.jl #84

Merged
merged 3 commits into from
May 12, 2024
Merged
Changes from 1 commit
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
Next Next commit
Fix star name by moving HD to newline
Markdown was reading HD<newline>119288., where 119288. was read as the
start of an ordered list.
  • Loading branch information
abhro committed Apr 30, 2024
commit 01c241726672dc680fddb1fde0ec482eef7e1df1
6 changes: 3 additions & 3 deletions src/bprecess.jl
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ http://adsabs.harvard.edu/abs/1983A%26A...128..263A.

### Example ###

The SAO2000 catalogue gives the J2000 position and proper motion for the star HD
119288. Find the B1950 position.
The SAO2000 catalogue gives the J2000 position and proper motion for the star
HD 119288. Find the B1950 position.

* RA(2000) = 13h 42m 12.740s
* Dec(2000) = 8d 23' 17.69''
Expand Down Expand Up @@ -210,4 +210,4 @@ and equinox of J2000.0" -- from the Explanatory Supplement (1992), p. 180

Code of this function is based on IDL Astronomy User's Library.
"""
bprecess
function bprecess end