pysal / libpysal

Core components of Python Spatial Analysis Library
http://pysal.org/libpysal
Other
259 stars 78 forks source link

DOC: Remove unused mkdocs-jupyter dependency #727

Closed QuLogic closed 3 months ago

QuLogic commented 3 months ago
  1. [x] You have run tests on this submission locally using pytest on your changes. Continuous integration will be run on all PRs with GitHub Actions, but it is good practice to test changes locally prior to a making a PR.
  2. [x] This pull request is directed to the pysal/master branch.
  3. [n/a] This pull introduces new functionality covered by docstrings and unittests?
  4. [n/a] You have assigned a reviewer and added relevant labels
  5. [x] The justification for this PR is:

The docs are built with Sphinx, and I see no use of mkdocs anywhere.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.1%. Comparing base (e82d1be) to head (5089d71). Report is 3 commits behind head on main.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/pysal/libpysal/pull/727/graphs/tree.svg?width=650&height=150&src=pr&token=wgnkG5Rj0J&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pysal)](https://app.codecov.io/gh/pysal/libpysal/pull/727?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pysal) ```diff @@ Coverage Diff @@ ## main #727 +/- ## ======================================= + Coverage 83.9% 85.1% +1.2% ======================================= Files 145 145 Lines 15583 15585 +2 ======================================= + Hits 13077 13270 +193 + Misses 2506 2315 -191 ``` [see 4 files with indirect coverage changes](https://app.codecov.io/gh/pysal/libpysal/pull/727/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pysal)