-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update Sphinx documentation #54
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Adam Dybbroe <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #54 +/- ##
=======================================
Coverage 89.74% 89.74%
=======================================
Files 10 10
Lines 1277 1277
=======================================
Hits 1146 1146
Misses 131 131 Continue to review full report at Codecov.
|
Signed-off-by: Adam Dybbroe <[email protected]>
…flow2 into improve-rtd-documentation
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.
Not sure what these changes actually do, but found one typo.
@@ -19,27 +15,87 @@ | |||
# import os | |||
# import sys | |||
# sys.path.insert(0, os.path.abspath('.')) | |||
import pyspectral.version as current_version |
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.
Copy-paste typo? Maybe this should be from trollflow2
😉
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.
Oh, baad, thx @pnuu !
Will fix...
@adybbroe where are we on this one? |
Update Sphinx doc pages, and enhance documentation
Signed-off-by: Adam Dybbroe [email protected]