Skip to content

Commit

Permalink
fix rst cell rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeelH committed Nov 17, 2023
1 parent b82df3b commit 82f0516
Showing 1 changed file with 42 additions and 5 deletions.
47 changes: 42 additions & 5 deletions docs/usage/tutorials/reading_labels.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,11 @@
"cell_type": "raw",
"id": "a1d361c8-2acf-4c76-94d0-fe0cd2f04f67",
"metadata": {
"editable": true,
"raw_mimetype": "text/restructuredtext",
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
Expand Down Expand Up @@ -866,7 +870,11 @@
"cell_type": "raw",
"id": "8a3d6955-7cad-4172-ab4c-bb24d84e7ede",
"metadata": {
"editable": true,
"raw_mimetype": "text/restructuredtext",
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
Expand All @@ -891,7 +899,13 @@
"cell_type": "code",
"execution_count": 20,
"id": "1aaf70dc-6d55-4190-8513-b7ed0301f91d",
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"outputs": [],
"source": [
"img_uri = 's3://spacenet-dataset/AOIs/AOI_1_Rio/srcData/mosaic_3band/013022232020.tif'\n",
Expand All @@ -912,7 +926,13 @@
"cell_type": "code",
"execution_count": 21,
"id": "5c8b4935-dee9-4f31-9ae8-924de857db03",
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"outputs": [],
"source": [
"from rastervision.core.data import (\n",
Expand All @@ -935,8 +955,15 @@
},
{
"cell_type": "raw",
"id": "6d0414b6-4f53-4154-8d91-9c7fe0701d6e",
"metadata": {},
"id": "65ffb721-0ec8-450c-a92b-ad2df4b53620",
"metadata": {
"editable": true,
"raw_mimetype": "text/restructuredtext",
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
":class:`.ChipClassificationLabelSource` accepts a number of options for configuring the class ID inference behavior. These must be specified through the :class:`.ChipClassificationLabelSourceConfig`."
]
Expand All @@ -946,6 +973,10 @@
"execution_count": 22,
"id": "ea3897b5-fcf7-4a45-9566-ebb7e7d9a2b3",
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"outputs": [
Expand Down Expand Up @@ -1045,7 +1076,13 @@
{
"cell_type": "markdown",
"id": "c33e9699-5757-4a42-a0e5-4c5209c0be0a",
"metadata": {},
"metadata": {
"editable": true,
"slideshow": {
"slide_type": ""
},
"tags": []
},
"source": [
"---"
]
Expand Down

0 comments on commit 82f0516

Please sign in to comment.