You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated documentation to include release instructions, plus minor formatting updates (#502)
* set column width in tables, for use in latex
* added title clearpage
* Added instructions on building docs and running doctests
* changed the size of certain graphics
* added new sections to index
* changed RTD to github actions
* changed graphic size
* updated apidocs for timeoptions
* added release date
* added software release instructions
* minor update to docs
* Updated release instructions
* Updated release instructions
* added library section to the latex docs
* Removed version number from html title
10. **Render the feedstock recipe on conda-forge**: Create a pull request to https://github.com/conda-forge/wntr-feedstock. Review the checklist,
203
+
and have the conda-forge-admin rerender the files by adding ``@conda-forge-admin, please rerender`` to the pull request.
204
+
Once all tests have passed, merge the pull request. The pull request description should include the following checks and message for the conda-forge-admin::
205
+
206
+
* [x] Used a personal fork of the feedstock to propose changes
207
+
* [x] Bumped the build number (if the version is unchanged)
208
+
* [x] Reset the build number to 0 (if the version changed)
209
+
* [ ] Re-rendered with the latest conda-smithy
210
+
* [x] Ensured the license file is being packaged.
211
+
@conda-forge-admin, please rerender
212
+
213
+
11. **Test the release (or release candidate)**: Create a new conda environment with a WNTR supported version of Python and no default packages,
214
+
and then install WNTR and then print the version number (pytest can also be run locally to further test the release).
Copy file name to clipboardExpand all lines: documentation/gis.rst
+6-6
Original file line number
Diff line number
Diff line change
@@ -441,7 +441,7 @@ the hydrants snapped to the junctions in Net1.
441
441
442
442
.. _fig-snap-points:
443
443
.. figure:: figures/snap_points.png
444
-
:width:640
444
+
:width:535
445
445
:alt:Hydrants snapped to junctions in EPANET example Net1 using the snapped points to points function
446
446
447
447
Net1 with example hydrants snapped to junctions, in which the larger blue circles are the hydrant locations and the smaller red circles are the associated junctions.
@@ -526,7 +526,7 @@ illustrates the valve layer created by snapping points to lines in Net1.
526
526
527
527
.. _fig-snap-lines:
528
528
.. figure:: figures/snap_lines.png
529
-
:width:640
529
+
:width:535
530
530
:alt:Isolation valves snapped to pipes in EPANET example Net1 using the snapped points to lines function
531
531
532
532
Net1 with example valve layer created by snapping points to lines, in which the blue circles are the isolation valve locations
@@ -631,7 +631,7 @@ The pipes are colored based upon their maximum earthquake probability.
631
631
632
632
.. _fig-intersect-earthquake:
633
633
.. figure:: figures/intersect_earthquake.png
634
-
:width:640
634
+
:width:535
635
635
:alt:Intersection of pipes with earthquake fault lines in EPANET example Net1
636
636
637
637
Net1 with example earthquake fault lines intersected with pipes, which are colored based upon their maximum earthquake probability.
@@ -716,7 +716,7 @@ The pipes are colored based upon their weighted mean landslide probability.
716
716
717
717
.. _fig-intersect-landslide:
718
718
.. figure:: figures/intersect_landslide.png
719
-
:width:640
719
+
:width:535
720
720
:alt:Intersection of junctions with landslide zones in EPANET example Net1
721
721
722
722
Net1 with example landslide zones intersected with pipes, which are colored based upon their weighted mean landslide probability.
@@ -825,7 +825,7 @@ the census tracts (polygons) is different than the junction and pipe attributes.
825
825
826
826
.. _fig-intersect-demographics:
827
827
.. figure:: figures/intersect_demographics.png
828
-
:width:640
828
+
:width:535
829
829
:alt:Intersection of junctions and pipes with mean income demographic data in EPANET example Net1
830
830
831
831
Net1 with mean income demographic data intersected with junctions and pipes.
0 commit comments