Skip to content

Commit 62c2398

Browse files
CHG: no more forum
1 parent 4682b17 commit 62c2398

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

docs/getting-started/loading-issm.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ By default, MATLAB and Python cannot locate ISSM and its external packages. We o
1212
First, we need to make sure our interface can find ISSM and its external packages by running,
1313

1414
`bash, zsh`
15-
````
15+
```sh
1616
export ISSM_DIR=<ISSM_PATH>
1717
source ${ISSM_DIR}/etc/environment.sh
1818
````
@@ -134,21 +134,21 @@ ISSM should now be findable by Python whether you are in an interactive or non-i
134134
If you configured and compiled ISSM for development, you will have to load ISSM a bit differently.
135135

136136
#### MATLAB
137-
````
137+
```sh
138138
addpath <ISSM_PATH>/src/m/dev
139139
devpath
140-
````
140+
```
141141
again, where `<ISSM_PATH>` is the path to ISSM on disk.
142142

143143
#### Python
144144
Before starting Python, run,
145-
````
145+
```sh
146146
export PYTHONPATH="${ISSM_DIR}/src/m/dev"
147147
export PYTHONSTARTUP="${PYTHONPATH}/devpath.py"
148-
````
148+
```
149149

150150
For IPython users, instead launch the interface with,
151-
````
151+
```sh
152152
ipython -i ${ISSM_DIR}/src/m/dev/devpath.py
153-
````
153+
```
154154

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ There are more build configurations and regression test suites on <a href="https
2525
----
2626

2727
## Contact
28-
- <a href="https://issm.ess.uci.edu/forum/" target="_blank">ISSM Forum</a>
2928
- ISSM source code GitHub repository
3029
- <a href="https://github.com/ISSMteam/ISSM/discussions" target="_blank">Discussions</a>
3130
- <a href="https://github.com/ISSMteam/ISSM/issues" target="_blank">Issues</a>

0 commit comments

Comments
 (0)