Skip to content

Commit ab1313b

Browse files
committed
add toc and index text
1 parent a3fcc75 commit ab1313b

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

_toc.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
format: jb-book
2+
root: index
3+
chapters:
4+
- file: 1_Coordinates-Intro
5+
- file: 2_Coordinates-Transforms
6+
- file: 3_Coordinates-Velocities
7+
- file: 4_Coordinates-Crossmatch

index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This is a set of tutorials on how to use the `astropy.coordinates` package to work with astronomical coordinates.
2+
We will introduce many of the key concepts underlying how to represent and transform astronomical coordinates using `astropy.coordinates`, including how to work with both position and velocity data within the coordinate objects. We will also explore how the `astropy.coordinates` package can be used to cross-match two catalogs that contain overlapping sources that may have been observed at different times.

0 commit comments

Comments
 (0)