-
-
Notifications
You must be signed in to change notification settings - Fork 419
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
Add Jupyter Book #2875
base: master
Are you sure you want to change the base?
Add Jupyter Book #2875
Conversation
*beep* *bop* 5 E999 [ ] SyntaxError: Expected an expression
4 RET505 [ ] Unnecessary `else` after `return` statement
2 W292 [*] No newline at end of file
1 RET506 [ ] Unnecessary `else` after `raise` statement
1 W293 [*] Blank line contains whitespace
1 F811 [ ] Redefinition of unused `opacity_state_initialize` from line 13
Complete output(might be large): .github/workflows/jupyterbook.yml:1:13: E999 SyntaxError: Simple statements must be separated by newlines or semicolons
.github/workflows/jupyterbook.yml:56:1: W293 [*] Blank line contains whitespace
.mailmap:1:38: E999 SyntaxError: Expected an expression
docs/_config.yml:4:15: E999 SyntaxError: Simple statements must be separated by newlines or semicolons
docs/_config.yml:47:135: W292 [*] No newline at end of file
docs/_toc.yml:3:7: E999 SyntaxError: Expected an expression
docs/_toc.yml:38:36: W292 [*] No newline at end of file
docs/api.rst:1:5: E999 SyntaxError: Simple statements must be separated by newlines or semicolons
tardis/spectrum/formal_integral.py:23:5: F811 Redefinition of unused `opacity_state_initialize` from line 13
tardis/spectrum/formal_integral.py:340:13: RET506 Unnecessary `else` after `raise` statement
tardis/spectrum/formal_integral.py:681:5: RET505 Unnecessary `else` after `return` statement
tardis/spectrum/formal_integral.py:717:5: RET505 Unnecessary `else` after `return` statement
tardis/spectrum/formal_integral_cuda.py:375:5: RET505 Unnecessary `else` after `return` statement
tardis/spectrum/formal_integral_cuda.py:420:5: RET505 Unnecessary `else` after `return` statement
Found 14 errors.
[*] 3 fixable with the `--fix` option.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2875 +/- ##
==========================================
- Coverage 70.22% 69.87% -0.36%
==========================================
Files 214 214
Lines 15981 15981
==========================================
- Hits 11223 11166 -57
- Misses 4758 4815 +57 ☔ View full report in Codecov by Sentry. |
📝 Description
Type: 🪲
bugfix
| 🚀feature
| ☣️breaking change
| 🚦testing
| 📝documentation
| 🎢infrastructure
This is a work in progress pull request that adds configuration for JupyterBook based documentation.
📌 Resources
Examples, notebooks, and links to useful references.
🚦 Testing
How did you test these changes?
☑️ Checklist
build_docs
label