Skip to content

Remove latex-to-markdown #52

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

Merged
merged 3 commits into from
Dec 16, 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
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
[submodule "book/external/deploy-book-workflow"]
path = book/external/deploy-book-workflow
url = https://github.com/TeachBooks/deploy-book-workflow.git
[submodule "book/external/latex-to-markdown-conversion"]
path = book/external/latex-to-markdown-conversion
url = https://gitlab.tudelft.nl/opentextbooks/latex-to-markdown-conversion.git
[submodule "book/external/Useful_python_code"]
path = book/external/Useful_python_code
url = https://github.com/TeachBooks/Useful_python_code.git
Expand Down
1 change: 0 additions & 1 deletion book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ parts:
- file: tools/figmaker
- file: helper_code/intro.md
sections:
- file: external/latex-to-markdown-conversion/README.md
- file: external/Useful_python_code/snippit.ipynb
- file: external/Useful_python_code/extensionfildownloadreturn.ipynb
- file: external/Useful_python_code/figshrinker.ipynb
Expand Down
1 change: 0 additions & 1 deletion book/external/latex-to-markdown-conversion
Submodule latex-to-markdown-conversion deleted from cb8169
1 change: 0 additions & 1 deletion book/helper_code/intro.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Scripts for automating workflow

This chapter contains a few scripts which can be useful in the book-editing process:
- [LaTeX to markdown conversion](../external/latex-to-markdown-conversion/README.md) to convert a LaTeX file into jupyter-book compatible markdown.
- [Snippitall](Snippitall) to insert the same code snippet at a certain point in each md file in a specific folder and all subfolder.
- [Snippitonce](Snippitonce) to insert the same code snippet at a certain point in each md file only in a specific folder.
- [Extensionchecker](Extensionchecker) to identify the kind of files present in subfolder
Expand Down
Loading