Skip to content
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

Update. #76

Merged
merged 4 commits into from
Mar 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions doc/go_straight.jax
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*go_straight*

version: 2024/03/01
version: 2024/03/02
Author: takkii <[email protected]>
License: MIT

Expand All @@ -21,9 +21,7 @@ x = go_straight
辞書読み込み $HOME or vim-plug: Neovim/Vim
ログフォルダ作成 ruby ./tools/create.rb
ログフォルダ削除 ruby ./tools/delete.rb
環境構築自動 ruby ./tools/install.rb
機械学習(試作) python ./lib/skl_straight.py
configフォルダ/requirements削除 ruby ./tools/uninstall.rb
バージョンチェック(Windows) python pake.py
バージョンチェック(UNIX) ./pake

Expand Down
4 changes: 1 addition & 3 deletions doc/go_straight.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*go_straight*

version: 2024/03/01
version: 2024/03/02
Author: takkii <[email protected]>
License: MIT

Expand All @@ -21,9 +21,7 @@ x = go_straight but less than 4.0 is recommended
Load dictionary $HOME or vim-plug: Neovim/Vim
Create log folder ruby ./tools/create.rb
Delete log folder ruby ./tools/delete.rb
Automatic environment construction ruby ./tools/install.rb
Machine learning (prototype) python ./lib/skl_straight.py
Delete Config folder and Requirements ruby ./tools/uninstall.rb
Python version check (Windows) python pake.py
Python version check (UNIX) ./pake

Expand Down
37 changes: 0 additions & 37 deletions tools/install.rb

This file was deleted.

30 changes: 0 additions & 30 deletions tools/uninstall.rb

This file was deleted.

Loading