Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 865 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 865 Bytes

Deepray Tutorials

Deepray welcomes and highly encourages tutorial contributions.

How To Contribute

Deepray tutorials are created using Google Colab and the jupyter notebooks are saved to this directory in the repository. To do this, follow the below steps:

  1. Create a new branch on your fork of Deepray
  2. Goto Google Colab and start a new notebook using deepray example template: docs/tutorials/_template.ipynb
  3. Edit the links for the "View source on GitHub" and "Run in Google Colab" URL boxes so that they match the name of your new example notebook
  4. Follow the guidelines of the template
  5. "Save a copy in GitHub" and select your new branch. The notebook should be named subpackage_submodule
  6. Submit the branch as a PR on the Deepray GitHub