Skip to content
Draft
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ prepared_kb
*.*~
.idea
__pycache__

tools/*
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "tools/tex2scs-translator"]
path = tools/tex2scs-translator
url = https://github.com/ostis-ai/tex2scs-translator
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
- Add tex2scs-translator as git submodule
- Add CI

### Breaking actions
Expand Down
1 change: 1 addition & 0 deletions tools/tex2scs-translator
Submodule tex2scs-translator added at 049bbd