Skip to content

Commit

Permalink
Use rel link to diagram and site update
Browse files Browse the repository at this point in the history
  • Loading branch information
attipaci committed Nov 24, 2024
1 parent 2f88ff8 commit 67c1851
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/dox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ jobs:
- name: Copy API documentation
run: cp -a apidoc site/

- name: Assert site/resources/
run: mkdir -p site/resources

- name: Copy Figures
run: cp -a resources/SuperNOVAS-systems.png site/resources/

- name: Push to pages
run: |
cd site
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ In NOVAS, the barycentric BCRS and the geocentric GCRS systems are effectively s
positions and for velocities, in any reference system, is determined by the `observer` location in the vicinity of
Earth (at the geocenter, on the surface, or in Earth orbit).
| ![SuperNOVAS coordinate systems and conversions](https://github.com/Smithsonian/SuperNOVAS/blob/main/resources/SuperNOVAS-systems.png) |
| ![SuperNOVAS coordinate systems and conversions](resources/SuperNOVAS-systems.png) |
|:--:|
| __Figure 1.__ *SuperNOVAS Coordinate Systems and Conversions*. Functions indicated in bold face are available in NOVAS C also. All other functions are available in SuperNOVAS only. |
Expand Down

0 comments on commit 67c1851

Please sign in to comment.