Skip to content

Commit d873078

Browse files
committed
edit readme
1 parent 3ecd08f commit d873078

File tree

5 files changed

+2
-26
lines changed

5 files changed

+2
-26
lines changed

.devcontainer/devcontainer.json

-10
This file was deleted.

images/safaria_logo.png

9.01 KB
Loading

main_from_export.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def main(json_folder, schemas_folder, output_folder, lang: str):
3333
schema_file_name = os.path.join(schemas_folder, title + '.json')
3434
book_content, metadata, categories = get_book(title, text_file, schema_file_name, lang)
3535
output_path = [sanitize_filename(i) for i in categories]
36-
os.makedirs(os.path.join(output_folder, *output_path),exist_ok=True)
36+
os.makedirs(os.path.join(output_folder, *output_path), exist_ok=True)
3737
output_file_name = os.path.join(output_folder, *output_path, sanitize_filename(metadata["title"]))
3838
print(output_file_name)
3939
book_dir = ' dir="rtl"' if lang == "hebrew" else ""

readme.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<a href="https://www.sefaria.org/texts" title="ספריא" target="_blank"><img src="images/safaria_logo.png" alt="ספריא" width="308" height="160"/></a>
12
<div align="right">
23
<a href="#sefaria-ebooks-1">🇺🇸 English</a> |
34
<a href="#sefaria-ebooks">🇮🇱 עברית</a>
@@ -156,6 +157,3 @@ git clone https://huggingface.co/Sefaria/database_export
156157
# Option 2 - GitHub repository
157158
git clone https://github.com/Sefaria/Sefaria-Export.git
158159
```
159-
160-
161-

test_links.py

-12
This file was deleted.

0 commit comments

Comments
 (0)