gorsol / contributing-guide

pyOpenSci's guidebook for package authors, reviewers, and editors

Home Page:https://www.pyopensci.org/contributing-guide/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyOpenSci Guidebook

CircleCI

https://pyopensci.org/contributing-guide/

pyOpenSci's guide for developing, reviewing, and maintaining packages.

Build the guide locally

The pyOpenSci guidebook is written using Jupyter Books.

To build the guide locally, take the following steps:

  • Clone this repository:

    git clone https://github.com/pyOpenSci/contributing-guide
    
  • Install Jupyter Book

    pip install -U "jupyter-book>=0.7.0b"
    
    
  • Build the guide

    # Cd to the repo if you are not already in it!
    cd contributing-guide
    # Build the book locally!
    jupyter-book build .
    

Contributing to this guide

We welcome and issues and pull-requests to improve the content of this guide. If you'd like to see an improvement, please open an issue.

About

pyOpenSci's guidebook for package authors, reviewers, and editors

https://www.pyopensci.org/contributing-guide/

License:Other


Languages

Language:CSS 100.0%