From 835d2958ea060a0f6d19b238e7a6d96c9219d5fd Mon Sep 17 00:00:00 2001 From: peterrrock2 Date: Tue, 6 Feb 2024 13:47:45 -0700 Subject: [PATCH] Small doc fix and checking webhooks --- docs/topics/contributing.rst | 7 +++++-- docs/user/install.rst | 3 ++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/topics/contributing.rst b/docs/topics/contributing.rst index b2fdc8a4..9bcd344c 100644 --- a/docs/topics/contributing.rst +++ b/docs/topics/contributing.rst @@ -64,13 +64,16 @@ Pull Request Process Community Guidelines ==================== -We follow the Python Community Code of Conduct, which, in essence, means that we -expect community members +We follow an adaptation of the Contributor Covenant Code of Conduct, which, +in essence, means that we expect community members to - **Be respectful** of different viewpoints and experience levels. - **Gracefully accept constructive criticism**. - **Focus on what is best for the community**. +For more detailed information about our community guidelines, please see the +`Code of Conduct `_ +page of the main repository. Thank You diff --git a/docs/user/install.rst b/docs/user/install.rst index 504a7047..bdeac43f 100644 --- a/docs/user/install.rst +++ b/docs/user/install.rst @@ -134,7 +134,8 @@ adjacencies or reading in shapefiles, then run This approach sometimes fails due to compatibility issues between our different Python GIS dependencies, like ``geopandas``, ``pyproj``, ``fiona``, and ``shapely``. If you run into this issue, try installing -the dependencies using the `geo_settings.txt <./geo_settings.txt>`_ +the dependencies using the +`geo_settings.txt `_ file. To do this, run ``pip install -r geo_settings.txt`` from the command line.