-
Notifications
You must be signed in to change notification settings - Fork 0
v0.0.1 #28
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VSCode Extensionをコンテナ内に追加
jupyter notebookで対象カーネルを選択可能に修正
doc: update README
READMEファイルの更新
テンプレート環境の改善
Create LICENSE
docテンプレート作成
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔨 変更内容
This pull request includes various changes to improve the project setup, documentation, and workflows. The most important changes include the addition of GitHub issue templates, new workflows for code review and deployment, and updates to the Docker setup and documentation.
GitHub Issue Templates:
.github/ISSUE_TEMPLATEdirectory. [1] [2] [3] [4]Workflows:
code-review.ymlworkflow to automate code reviews with Python dependencies, tests, and linting.deploy-document.ymlworkflow for deploying Sphinx documentation to GitHub Pages.pytest.ymlworkflow to run tests with pytest using Docker.Docker Setup:
Dockerfileto set up a Python environment with Jupyter notebook and Poetry.docker-compose.ymlto define services and environment settings for the project.Documentation:
LICENSEfile with the MIT license.README.mdto reflect the project as a Python template repository and added badges for license and environment.Makefile,make.bat, and reStructuredText files for API, development, installation, and quickstart guides. [1] [2] [3] [4] [5] [6]Environment Configuration:
.env.example..vscode/setting.jsonto configure Python linting and formatting settings.💡 特筆事項
📸 スクリーンショット
✅ 解決するイシュー
🤝 関連するイシュー