Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
Add static thumbnail of OMM notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu committed Dec 19, 2021
1 parent e8d27d6 commit 519a9f7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file added docs/source/_static/thumbnails/omm_debris.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,7 @@
'examples/CZML Tutorial': '_static/thumbnails/cesium_thumbnail.png',
'examples/Generating orbit groundtracks': '_static/thumbnails/groundtrack.png',
'examples/Detecting Events': '_static/thumbnails/eclipse.png',
'examples/Loading OMM and TLE satellite data': '_static/thumbnails/omm_debris.png',
}

# Custom nbsphinx format for Jupytext markdown notebooks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,6 @@ plotter.show()
We can also plot the trajectory of the ISS for 90 minutes, plus the trajectories of the first 25 debris fragments:

```{code-cell} ipython3
:tags: [nbsphinx-thumbnail]

from itertools import islice

epochs = time_range(now, end=now + (90 << u.minute))
Expand Down

0 comments on commit 519a9f7

Please sign in to comment.