Skip to content
Snippets Groups Projects
Commit 9459db9f authored by Alan De Smet's avatar Alan De Smet
Browse files

Fix API doc formatting

Ensure some code examples are flagged as ``code``
parent 2bd1052f
No related branches found
No related tags found
No related merge requests found
...@@ -668,9 +668,9 @@ class Downloader: ...@@ -668,9 +668,9 @@ class Downloader:
period*N) for integers N from 0 through infinity period*N) for integers N from 0 through infinity
Normally environment variable names take package_env_id and append the Normally environment variable names take package_env_id and append the
specific value needed (ex. "TIMEOUT"). env_overrides maps the specific specific value needed (ex. ``TIMEOUT``). env_overrides maps the specific
value needed and to the environment variable name (ex. value needed and to the environment variable name (ex.
{"TIMEOUT":"CSPP_GEO_AITF_ANCIL_CONNECT_TIMEOUT"} ``{"TIMEOUT":"CSPP_GEO_AITF_ANCIL_CONNECT_TIMEOUT"}``
>>> from datetime import timedelta, datetime >>> from datetime import timedelta, datetime
>>> sst_filename = "avhrr-only-v2.%Y%m%d{priority}.nc" >>> sst_filename = "avhrr-only-v2.%Y%m%d{priority}.nc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment