Skip to content

Commit af6cf18

Browse files
committed
Added softlink to new tutorial lat lon interpolation to doc dir
1 parent 48dd0ad commit af6cf18

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Tutorials_as_Jupyter_Notebooks/ECCO_v4_Volume_budget_closure.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2001,7 +2001,7 @@
20012001
"name": "python",
20022002
"nbconvert_exporter": "python",
20032003
"pygments_lexer": "ipython3",
2004-
"version": "3.6.7"
2004+
"version": "3.7.3"
20052005
}
20062006
},
20072007
"nbformat": 4,
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../Tutorials_as_Jupyter_Notebooks/ECCO_v4_Interpolating_Fields_to_Lat-Lon_Grid.ipynb

doc/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
sys.path.insert(0, os.path.abspath('.'))
2222
sys.path.insert(0, os.path.abspath('../'))
2323
sys.path.insert(0, os.path.abspath('../..'))
24-
sys.path.insert(0, os.path.abspath('/Users/ifenty/.virtualenvs/ve1/lib/python2.7/site-packages'))
2524
sys.path.insert(0, os.path.abspath('/home/docs/checkouts/readthedocs.org/user_builds/ecco-v4-python-tutorial/envs/latest/lib/python2.7/site-packages'))
2625

2726
#import cloud_sptheme as csp
@@ -212,7 +211,7 @@
212211
# dir menu entry, description, category)
213212
texinfo_documents = [
214213
(master_doc, 'ECCOVersion4PythonTutorial', u'ECCO Version 4 Python Tutorial Documentation',
215-
author, 'ECCOVersion4PythonTutorial', 'A course on using the ECCO Version 4 Central Production with Python 2.7',
214+
author, 'ECCOVersion4PythonTutorial', 'A course on using the ECCO Version 4 Central Production with Python 3',
216215
'Miscellaneous'),
217216
]
218217

0 commit comments

Comments
 (0)