Commits were squashed into a single commit on target branch
-
2 years ago1 year ago
-
@honcho I also wanted to nuke a bunch of errant files which obviously don't look like are used by the repo.
Do I add those changes in this PR or create another one? -
Thanks for the pull request. Feel free to clear out the old Kemocruft in this one.
-
1 year ago
-
Updated the OP for reasons of deletions and updates.
-
-
-
| Submitter | Evert Elias Andonov |
| Target | looking-for-a-new-adventure |
| Source | evert-elias-andonov/Nekomod:fixed-readme |
Reviewers
Assignees
Merge Strategy
Squash Source Branch Commits
Rewrote readme and develop files to include instructions closer to what I assume how it works.
I have no idea how the docker setup works since at quick glance it uses some syntax I don't know and relies on hardcoded image references, which is not good for local development.
Updates
README.md:.gitmodulesfile to declare them andarchiverfolder is empty.pre-commitinstall logic since it has to be run only for development and only after creating a virtual environment.--interactiveflag to allcpexamples in order not to overwrite the file in case it exists already.virtualenv --upgrade-embed-wheelsbecause it doesn't in fact makes managing python versions easier.docs/Develop.md->docs/develop.md:README.mdchanges but with more detailed instructions for development..vscode/extensions.json:"ms-python.vscode-pylance"is included along with"ms-python.python"so no reason to rec separately."ms-toolsai.jupyter"is same as above."rioj7.command-variable"is not relevant anymore..vscode/settings.json:"json,schemas"settings because it doesn't look like json schemas are used anyway.python.linting.*settings because they live in a separate extension now.configs/workspace.code-workspace.example:archiverworkspaceDeletions
archiverIs not used anymore.
.github/workflows/build.ymlHas references to
OpenYiffgithub org so I assume it's not relevant anymore..vscode/launch.jsonNot relevant anymore.
doc/Setup.mdOutdated and the setup instructions are not big enough to warrant a separate file.
json-schemaThe repo doesn't seem to use json schema so these files are completely irrelevant.