File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,18 @@ conda activate pygmt
47
47
48
48
After this, check that everything works by running the following in a Python interpreter
49
49
(e.g., in a Jupyter notebook):
50
- ``` python
50
+
51
+ ``` {code-cell} ipython
52
+ ---
53
+ tags: [hide-output]
54
+ ---
55
+
51
56
import pygmt
52
57
pygmt.show_versions()
53
58
```
54
59
55
- You are now ready to make you first figure! Start by looking at the tutorials on our
56
- sidebar, good luck!
60
+ You are now ready to make your first figure! Start by looking at our [ Intro ] ( examples/intro/index.rst ) ,
61
+ [ Tutorials ] ( examples/tutorials/index.rst ) , and [ Gallery ] ( examples/gallery/index.rst ) . Good luck!
57
62
58
63
:::{note}
59
64
The sections below provide more detailed, step by step instructions to install and test
@@ -87,9 +92,9 @@ We recommend following the instructions further on to install GMT 6.
87
92
88
93
PyGMT requires the following packages to be installed:
89
94
90
- - [ numpy ] ( https://numpy.org )
95
+ - [ NumPy ] ( https://numpy.org )
91
96
- [ pandas] ( https://pandas.pydata.org )
92
- - [ xarray ] ( https://xarray.dev/ )
97
+ - [ Xarray ] ( https://xarray.dev/ )
93
98
- [ netCDF4] ( https://unidata.github.io/netcdf4-python )
94
99
- [ packaging] ( https://packaging.pypa.io )
95
100
You can’t perform that action at this time.
0 commit comments