Skip to content

Commit

Permalink
Change gettext settings to fix translation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hicks committed Aug 6, 2021
1 parent 00fcfaa commit b230f5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@


# Translation options
gettext_uuid = True
gettext_uuid = False
gettext_compact = "docs" # makes a single "docs.po" file
gettext_location = False # location seems to cause issues
locale_dirs = ['locales/']
10 changes: 5 additions & 5 deletions docs/session_2/01_products_intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"* Satellite input products: datasets of measurements taken by satellites\n",
"* Derived products: datasets created by applying algorithms to satellite products\n",
"\n",
"For now, we will focus on satellite input products. This section describes the two main datasets we will see in this training course — **Landsat 8** and **Sentinel-2**. "
"For now, we will focus on satellite input products. This section describes the two main datasets we will see in this training course - **Landsat 8** and **Sentinel-2**."
]
},
{
Expand Down Expand Up @@ -142,10 +142,10 @@
"For more details, see the following resources:\n",
"\n",
"* [Digital Earth Africa dataset specifications: Landsat Collection 2 Level-2](https://docs.digitalearthafrica.org/en/latest/data_specs/Landsat_C2_specs.html)\n",
"* `Landsat.ipynb` in the **Datasets** folder of the Sandbox\n",
"* The `Landsat.ipynb` notebook in the **Datasets** folder of the Sandbox\n",
"* [USGS Landsat Collections website](https://www.usgs.gov/land-resources/nli/landsat/landsat-collections?qt-science_support_page_related_con=2#qt-science_support_page_related_con)\n",
"\n",
"These sources also contain information about previous Landsat missions; together, Landsat 5/7/8 data covers the time period 1984 – present."
"These sources also contain information about previous Landsat missions. Together, Landsat 5/7/8 data covers the time period 1984 - present."
]
},
{
Expand Down Expand Up @@ -183,7 +183,7 @@
"For more details, see the following resources:\n",
"\n",
"* [Digital Earth Africa dataset specifications: Sentinel-2 Level-2A](https://docs.digitalearthafrica.org/en/latest/data_specs/Sentinel-2_Level-2A_specs.html)\n",
"* `Sentinel_2.ipynb` in the **Datasets** folder of the Sandbox\n",
"* The `Sentinel_2.ipynb` notebook in the **Datasets** folder of the Sandbox\n",
"* [ESA Sentinel-2 mission website](https://sentinel.esa.int/web/sentinel/missions/sentinel-2)"
]
},
Expand Down Expand Up @@ -236,4 +236,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit b230f5d

Please sign in to comment.