-
Notifications
You must be signed in to change notification settings - Fork 243
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configuration is updated to use files or environment variables. #93
Configuration is updated to use files or environment variables. #93
Conversation
Codecov Report
@@ Coverage Diff @@
## master #93 +/- ##
=======================================
Coverage 64.54% 64.54%
=======================================
Files 22 22
Lines 1887 1887
=======================================
Hits 1218 1218
- Misses 537 538 +1
+ Partials 132 131 -1
Continue to review full report at Codecov.
|
README.rst
Outdated
|
||
For example: | ||
|
||
.. code:: bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@michelvocks How do I format code? :O This isn't showing up. :O
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You need to add an empty line after .. code:: bash
for example:
.. code: bash
#!/bin/bash
echo hello world
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, thanks 🙇 :)
Deals with #32 |
7296b9b
to
08287b0
Compare
08287b0
to
cc7bcf8
Compare
What do you think about moving the documentation part out of the README.rst file and into the docs? 😉 Edit: link to docs repo: https://github.com/gaia-pipeline/docs/tree/master/content |
@michelvocks Hum. Where do you think I should put it? Should I create a new section? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ❤️
No description provided.