-
Notifications
You must be signed in to change notification settings - Fork 653
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
DOCS-#4168: Fix rendering the examples on troubleshooting page #4169
DOCS-#4168: Fix rendering the examples on troubleshooting page #4169
Conversation
6888855
to
7fd3677
Compare
Codecov Report
@@ Coverage Diff @@
## master #4169 +/- ##
===========================================
- Coverage 85.69% 63.51% -22.19%
===========================================
Files 201 201
Lines 16866 16866
===========================================
- Hits 14454 10712 -3742
- Misses 2412 6154 +3742
Continue to review full report at Codecov.
|
Maybe we should correct all of the incorrect renderings in this PR? For example, the gandiva-llvm section is also rendered wrong. It doesn't highlight python syntax since the cell contains invalid python code (the error message should be commented). |
Do not mind, let's do that. |
…g page Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com>
7fd3677
to
950a539
Compare
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.
thanks for the changes!
…g page (modin-project#4169) Signed-off-by: Igoshev, Yaroslav <yaroslav.igoshev@intel.com> Co-authored-by: Dmitry Chigarev <62142979+dchigarev@users.noreply.github.com>
Signed-off-by: Igoshev, Yaroslav yaroslav.igoshev@intel.com
What do these changes do?
flake8 modin/ asv_bench/benchmarks scripts/doc_checker.py
black --check modin/ asv_bench/benchmarks scripts/doc_checker.py
git commit -s
docs/development/architecture.rst
is up-to-date