Code Monkey home page Code Monkey logo

pyqg_gallery's Introduction

pyqg_gallery

A collection of pyqg examples. This gallery is rendered on nbviewer, but examples need to be cloned or downloaded, and executed locally.

Contributing

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

$ git clone [email protected]:USERNAME/pyqg_gallery

and set you repository to track the upstream repository

$ cd pyqg_gallery
$ git remote add upstream git://github.com/pyqg/pyqg_gallery.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.

pyqg_gallery's People

Contributors

rochanotes avatar

Stargazers

Cesar B Rocha avatar

Watchers

James Cloos avatar Ryan Abernathey avatar Malte Jansen avatar Cesar B Rocha avatar Francis J. Poulin avatar

Forkers

cesar-rocha

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.