Skip to content

Commit

Permalink
corrections to breadcrumbs and imports
Browse files Browse the repository at this point in the history
remove extra breadcrumb that was not appropriate to include and change imports to be at the top of the page
  • Loading branch information
tylerbarna committed Aug 2, 2024
1 parent f624380 commit 1fda4d8
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions app/routes/docs.client.samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ handle:
breadcrumb: Sample Code
---

import { Highlight } from '~/components/Highlight'
import { Tab, Tabs } from '~/components/tabs'

# Sample Code

Here is a collection of functions and example code that may be useful
Expand Down Expand Up @@ -165,16 +168,6 @@ for message in consumer.consume(end[0].offset - start[0].offset, timeout=1):
print(message.value())
```

---

handle:
breadcrumb: HEALPix Maps

---

import { Highlight } from '~/components/Highlight'
import { Tab, Tabs } from '~/components/tabs'

## HEALPix Sky Maps

HEALPix stands for <b>H</b>ierarchical, <b>E</b>qual <b>A</b>rea, and iso-<b>L</b>atitude <b>Pix</b>elisation is a scheme for indexing positions on the unit sphere.
Expand Down

0 comments on commit 1fda4d8

Please sign in to comment.