issues
search
collab-uniba
/
pynblint
Pynblint is a linter for Python Jupyter notebooks.
MIT License
40
stars
2
forks
source link
Project restructuring
#57
Closed
louieQ
closed
3 years ago
louieQ
commented
3 years ago
With this PR:
I split the project in two distinct repositories: the library stays in here while the API is moved to
collab-uniba/pynblint-api
;
I restructure this repository to make its shape closer to those of the typical pypi libraries; in doing so, I make also room for:
tests
documentation
examples (in Jupyter Notebook)
This update does not include:
the setup of sphinx for the generation of docs;
the necessary edits to
README.md
, that must be updated to account for the new setup procedure and the deletion of the API-related modules.
With this PR:
This update does not include:
README.md
, that must be updated to account for the new setup procedure and the deletion of the API-related modules.