From b1d5cf497a6555f4087d3d691a8de2316807c567 Mon Sep 17 00:00:00 2001 From: Zach McKenzie <92116279+zm711@users.noreply.github.com> Date: Fri, 22 Sep 2023 07:10:58 -0400 Subject: [PATCH] remove all reference to gin and flesh out a little bit --- doc/library.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/library.rst b/doc/library.rst index 54d06a3..091cde2 100644 --- a/doc/library.rst +++ b/doc/library.rst @@ -18,10 +18,10 @@ How to contribute TODO: explain with more details - 1. Generate the JSON file with probeinterface function (or directly + 1. Generate the JSON file with probeinterface (or directly with another language) - 2. Generate an image with `plot_probe` - 3. Clone with gin client the `probeinterface_library repo `_ - 4. Put files in the right place. - 5. Push to a branch with git client - 6. Make a pull request on the gin portal (like a github PR) + 2. Generate an image of the probe with the `plot_probe` function in probeinterface + 3. Clone the `probeinterface_library repo `_ + 4. Put the JSON file and image into the correct folder or make a new folder (following the format of the repo) + 5. Push to one of your branches with a git client + 6. Make a pull request to the main repo