Skip to content

pyqg/pyqg_demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binder

pyqg_demos

A collection of pyqg demos that are executed in the cloud.

Contributing

The workflow for contributing to pyqg_demos is similar to pyqg's. First fork the repository. Then clone it to your local machine

$ git clone git@github.com:USERNAME/pyqg_demos

and set you repository to track the upstream repository

$ cd pyqg_demos
$ git remote add upstream git://github.com/pyqg/pyqg_demos.git

Make sure to sync your local master branch with upstream/master

$ git fetch upstream
$ git rebase upstream/master

To implement a new example branch off of master

$ git checkout -b new_example

add the new example, test it, and commit you all your changes. Finally push it to github

$ git push new_example

and submit a pull request.

If the example is based on a paper or section of a book, please provide detailed reference or link within the notebook.

About

A collection of demos for pyqg

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages