Skip to content

Commit

Permalink
Merge pull request #31 from OGGM/docs
Browse files Browse the repository at this point in the history
Add Alex in the authors list
  • Loading branch information
fmaussion committed Feb 13, 2016
2 parents 7fada7a + 3031b99 commit fdbd2e4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Finally, following an inversion algorithm based on mass-balance (`Marzeion et al
Installation, documentation
---------------------------

A documentation draft is hosted on ReadTheDocs: http://oggm.readthedocs.org
A documentation draft is hosted on ReadTheDocs: http://oggm.org


Get in touch
Expand Down Expand Up @@ -91,6 +91,7 @@ About
:Authors:
- Fabien Maussion
- Ben Marzeion
- Alexander H. Jarosch
- Kévin Fourteau
- Christian Wild
- Michael Adamer
Expand Down
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Documentation
.. toctree::
:maxdepth: 1

examples
installing-oggm
examples
centerlines
mass-balance
flowline
Expand Down Expand Up @@ -64,6 +64,7 @@ About
:Authors:
- Fabien Maussion
- Ben Marzeion
- Alexander H. Jarosch
- Kévin Fourteau
- Christian Wild
- Michael Adamer
Expand Down
4 changes: 3 additions & 1 deletion docs/notebooks/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,10 @@
"dem.set_subset(margin=-80)\n",
"cmap = cleo.Map(dem.grid, countries=False)\n",
"cmap.set_topography(dem.get_vardata())\n",
"# Add a reference point for Vent\n",
"# Add a reference point for Vent and Obergurgl\n",
"cmap.set_geometry(shpg.Point(10.913889, 46.859444), facecolor='k', text='Vent')\n",
"cmap.set_geometry(shpg.Point(11.016667, 46.866667), facecolor='k', text='Obergurgl', \n",
" text_delta=(-0.01, 0.01), text_kwargs={'horizontalalignment':'right'})\n",
"# Plot the RGI file\n",
"cmap.set_shapefile(rgi_f, edgecolor='crimson', linewidth=2, label='RGI')\n",
"cmap.visualize()"
Expand Down

0 comments on commit fdbd2e4

Please sign in to comment.