Skip to content

Commit 811c272

Browse files
authored
Merge pull request Geosyntec#97 from phobson/restore-doc-build
add widgets tutorial, simplify docenv
2 parents 576b882 + 449e7f0 commit 811c272

File tree

2 files changed

+18
-29
lines changed

2 files changed

+18
-29
lines changed

docs/docenv.yml

Lines changed: 17 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,21 @@ name: grid
22
channels:
33
- conda-forge
44
dependencies:
5-
- csa>=1.22.0
6-
- fiona>=1.7.13
7-
- geopandas>=0.4.0
8-
- gridgen>=1.51.5
9-
- gridutils>=1.0
10-
- ipykernel>=4.10.0
11-
- ipython>=6.5.0
12-
- ipywidgets>=7.4.2
13-
- matplotlib>=3.0.0
14-
- nbsphinx>=0.3.5
15-
- nn>=1.86.0
16-
- notebook>=5.7.0
17-
- numpy>=1.15.2
18-
- numpydoc>=0.8.0
19-
- pandas>=0.23.4
20-
- pandoc>=2.3
21-
- pandocfilters>=1.4.2
22-
- pip>=18.0
23-
- pixman>=0.34.0
24-
- pytest>=3.8.1
25-
- pytest-mpl>=0.10
26-
- pytest-pep8>=1.0.6
27-
- python>=3.6.6
28-
- rasterio>=1.0.6
29-
- requests>=2.19.1
30-
- scipy>=1.1.0
31-
- shapely>=1.6.4
32-
- urllib3>=1.23
33-
- pytest-cache>=1.0
5+
- geopandas
6+
- gridgen
7+
- ipykernel
8+
- ipython
9+
- ipywidgets
10+
- matplotlib
11+
- nbsphinx
12+
- notebook
13+
- numpy
14+
- numpydoc
15+
- pandas
16+
- pandoc
17+
- pandocfilters
18+
- pip
19+
- python
20+
- requests
21+
- scipy
3422
- pygridgen

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Tutorials
1010
tutorial/01_GridgenBasics
1111
tutorial/02_ShapefilesAndCellMasks
1212
tutorial/03_MergingSpliting
13+
tutorial/04_InteractiveWidgets
1314

1415
API Reference
1516
-------------

0 commit comments

Comments
 (0)