Skip to content

Commit

Permalink
how to add help #60
Browse files Browse the repository at this point in the history
  • Loading branch information
dsavchenko committed Oct 6, 2023
1 parent df08b8f commit bbae8d5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file added content/docs/gaia-help-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/docs/gaia-help-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions content/docs/guide-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,11 @@ You can explore different examples of the notebooks converted to services in the
By default, all notebooks residing in the root of the repository (except the ones named as `test_*.ipynb`) will be converted to separate data-products. If notebooks are in the subdirectory, one needs to add the configuration file `mmoda.yaml` with
`notebook_path: "subfolder/path"`. It's also possible to include only some notebooks by putting into `mmoda.yaml` e.g. `filename_pattern: "prefix_.*"` to define the notebook name regex pattern.

To add a help for the workflow one have to create a file `mmoda_help_page.md` in the root of the repository. This file will be converted by the bot to the help page, associated with the corresponding instrument tab in the MMODA platform interface.

![gaia-help-button](gaia-help-button.png)
![gaia-help-page](gaia-help-page.png)


<!-- #### Try to access your new service
Expand Down

0 comments on commit bbae8d5

Please sign in to comment.