pretext 2.35.0__tar.gz → 2.35.1.dev20260110064301__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/PKG-INFO +1 -1
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/__init__.py +1 -1
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/core/pretext.py +0 -5
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/resources/core.zip +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/resources/pelican.zip +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/resources/resource_hash_table.json +9 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/resources/rs_cache.zip +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/resources/templates.zip +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pyproject.toml +1 -1
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/LICENSE +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/README.md +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/__main__.py +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/cli.py +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/codechat.py +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/constants.py +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/core/__init__.py +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/core/braille_format.py +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/logger.py +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Alignment.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Arrays.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Bibliography.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Boxes.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Breaking.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Crossref.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Floats.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/FontSelection.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Footnotes.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Index.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Lists.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Pictures.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Quotations.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Sectioning.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Sentences.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Space.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Tabbing.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Themes/__init__.py +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Themes/default/__init__.py +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Themes/default/default-layout.jinja2 +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Themes/default/document-layout.jinja2 +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Thms.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Verbatim.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/__init__.py +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/babel.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/graphicx.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/hyperref.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/lipsum.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/longtable.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/math.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/misc.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/natbib.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/p.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/subfig.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/textcomp.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/tikzcd.jinja2 +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/tikzpicture.jinja2 +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/url.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/wrapfig.jinja2s +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/project/__init__.py +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/project/generate.py +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/project/xml.py +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/resources/__init__.py +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/server.py +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/types.py +0 -0
- {pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/utils.py +0 -0
|
@@ -19,7 +19,7 @@ from single_version import get_version
|
|
|
19
19
|
VERSION = get_version("pretext", Path(__file__).parent.parent)
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
CORE_COMMIT =
|
|
22
|
+
CORE_COMMIT = '70bf1ab971ddb882f41f614248d5ffbdf7e631ac'
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
def activate() -> None:
|
|
@@ -5883,11 +5883,6 @@ def copy_html_js(work_dir):
|
|
|
5883
5883
|
js_dest = os.path.join(work_dir, "_static", "pretext", "js")
|
|
5884
5884
|
shutil.copytree(js_src, js_dest)
|
|
5885
5885
|
|
|
5886
|
-
# 2024-01-18: may migrate these resources up to "js"
|
|
5887
|
-
js_lib_src = os.path.join(get_ptx_path(), "js_lib")
|
|
5888
|
-
js_lib_dest = os.path.join(work_dir, "_static", "pretext", "js", "lib")
|
|
5889
|
-
shutil.copytree(js_lib_src, js_lib_dest)
|
|
5890
|
-
|
|
5891
5886
|
|
|
5892
5887
|
def copy_build_directory(build_dir, dest_dir):
|
|
5893
5888
|
'''Copy final product from build directory into desired destination directory'''
|
|
Binary file
|
|
Binary file
|
{pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/resources/resource_hash_table.json
RENAMED
|
@@ -540,5 +540,14 @@
|
|
|
540
540
|
"pretext-cli.yml": "f1ae4c4b6657f653b64ed660bf5ac2d253d6200c37685743606fba7469a3c4dd",
|
|
541
541
|
"pretext-deploy.yml": "9bdb2fdd76dbe3b90e7f4041090cd777d8dcffd70fefbdecc2a062c85d1ab6fd",
|
|
542
542
|
"installPandoc.sh": "20f20db174c4b862671b940889427d4715cca761abde254ef25a1200d7854859"
|
|
543
|
+
},
|
|
544
|
+
"2.35.1.dev20260110064301": {
|
|
545
|
+
"project.ptx": "70791af0fade56823519444a15f76060b7eabb0395543f76f9b7d26530591860",
|
|
546
|
+
"codechat_config.yaml": "1a1a40bda8f091787d68f0690df898f9b1b64378ad972cc407f78b1302a7f4e7",
|
|
547
|
+
".gitignore": "dcf4e80bcfcdf7db30e5f1442a28fecfaa5a31d88b2ada68c740c9f94a7b0ab3",
|
|
548
|
+
"devcontainer.json": "4449f408fb91604c88eab5d8a78f7ad4366c0805af51fba788e6b58d198b7b24",
|
|
549
|
+
"pretext-cli.yml": "b555ca4a6065dbdf8d5b68bb7e320ccbc3ededb5aa3d5a08b5a6df4fc2345cea",
|
|
550
|
+
"pretext-deploy.yml": "c2cd86a857cd5df1fc0a4fe42e0827ec77209a91c8bed212e5b043942d2c076e",
|
|
551
|
+
"installPandoc.sh": "94e0e7d307fd9682dc99055c033fafd5f7b41bdb096c76f6a87d3136f2f97829"
|
|
543
552
|
}
|
|
544
553
|
}
|
|
Binary file
|
|
Binary file
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
# ----------------
|
|
12
12
|
[tool.poetry]
|
|
13
13
|
name = "pretext"
|
|
14
|
-
version = "2.35.
|
|
14
|
+
version = "2.35.1.dev20260110064301"
|
|
15
15
|
description = "A package to author, build, and deploy PreTeXt projects."
|
|
16
16
|
readme = "README.md"
|
|
17
17
|
homepage = "https://pretextbook.org"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pretext-2.35.0 → pretext-2.35.1.dev20260110064301}/pretext/plastex/Themes/default/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|