Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issues with captions of certain tutorials #533

Merged
merged 8 commits into from
Dec 20, 2022
Merged
Prev Previous commit
Next Next commit
Update docs/source/tutorial.rst
Co-authored-by: David Hassell <[email protected]>
  • Loading branch information
bewithankit and davidhassell committed Dec 20, 2022
commit 5396e5255e91bf19ca0bbb6c4ebc5d248c35d00c
2 changes: 1 addition & 1 deletion docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3238,7 +3238,7 @@ type of subspace:
locations.

.. code-block:: python
:caption: *Create subspace by selecting the 1st, 2nd, 4th and 6th elements of the 'X' axis with domain encompassing that of the original field contruct and mising data within the domain wherever needed.*
:caption: *Create a subspace by selecting the 2nd, 3rd, 5th and 7th elements of the 'X' axis with domain encompassing that of the original field construct with missing data within the domain wherever needed.*

>>> q2 = q.subspace('full', X=[1, 2, 4, 6])
>>> print(q2)
Expand Down