Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #36 +/- ##
=====================================
Coverage 57.4% 57.4%
=====================================
Files 7 7
Lines 1317 1317
=====================================
Hits 756 756
Misses 561 561
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
@bluemellophone I had to modify cli.rst line 11 to ".. click:: batbot.batbot_cli:cli" due to the filename change for the CLI page to build properly. It built but with a few warnings. Did you modify this file as well? |
Good catch, can you see if you can fix the build warnings? I don't remember modifying |
stoutta6
left a comment
There was a problem hiding this comment.
LGTM, fixed a couple warnings/errors. There are still a couple warnings that show up (related to having multiple includes of the same docs page or having multiple functions with the same name) but they don't seem to affect anything.
Now that the latest version of pyastar2d is working on PyPI, we can remove the
batbot-pyastar2dfork and upload our package to PyPI.This PR also fixes the documentation building: