Skip to content

Commit

Permalink
Small doc fix and checking webhooks
Browse files Browse the repository at this point in the history
  • Loading branch information
peterrrock2 committed Feb 6, 2024
1 parent e746760 commit 835d295
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions docs/topics/contributing.rst
Expand Up @@ -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 <https://github.com/mggg/GerryChain/blob/main/CODE_OF_CONDUCT.md>`_
page of the main repository.


Thank You
Expand Down
3 changes: 2 additions & 1 deletion docs/user/install.rst
Expand Up @@ -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 <https://github.com/mggg/GerryChain/blob/main/docs/geo_settings.txt>`_
file. To do this, run ``pip install -r geo_settings.txt`` from the
command line.

Expand Down

0 comments on commit 835d295

Please sign in to comment.