Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Jan 30, 2024
1 parent 476bb8d commit aa339ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ If this is the case, these two can be set as paths to different JSON files which
::

Check warning on line 42 in docs/source/examples.rst

View workflow job for this annotation

GitHub Actions / build

Literal block ends without a blank line; unexpected unindent.

E.g

Check warning on line 44 in docs/source/examples.rst

View workflow job for this annotation

GitHub Actions / build

Literal block expected; none found.

::
UKCP18_land-rcm_12km_rcp85_01_clt_day_v20190731, /badc/ukcp18/data/land-rcm/uk/12km/rcp85/01/clt/day/v20190731/*, path/to/updates.json, path/to/removals.json
```UKCP18_land-rcm_12km_rcp85_01_clt_day_v20190731, /badc/ukcp18/data/land-rcm/uk/12km/rcp85/01/clt/day/v20190731/*, path/to/updates.json, path/to/removals.json```
::

For all 180 datasets in this group. A method of pattern matching and extracting the key information from the path to add to the project code should be used if possible.

Check warning on line 50 in docs/source/examples.rst

View workflow job for this annotation

GitHub Actions / build

Literal block expected; none found.
Expand Down
2 changes: 2 additions & 0 deletions docs/source/start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ Getting Started
Note: Ensure you have local modules enabled such that you have python 3.x installed in your local environment.

Step 1 is to create a virtual environment and install the necessary packages with pip.

::
python -m venv name_of_venv
source name_of_venv/bin/activate
pip install -r requirements.txt
::

Step 2: create a config file to set necessary environment variables. (Suggested to place these in a local `templates/` folder as this will be ignored by git). Eg:

Check warning on line 14 in docs/source/start.rst

View workflow job for this annotation

GitHub Actions / build

Literal block expected; none found.

::
export WORKDIR=/gws/nopw/j04/cmip6_prep_vol1/kerchunk-pipeline
export GROUPDIR=/gws/nopw/j04/cmip6_prep_vol1/kerchunk-pipeline/groups/CMIP6_rel1_6233
Expand Down

0 comments on commit aa339ac

Please sign in to comment.