Skip to content

Commit 19cf88b

Browse files
committed
Update to PreTeXt project source.
1 parent 6e67bef commit 19cf88b

File tree

6 files changed

+71
-4
lines changed

6 files changed

+71
-4
lines changed

.devcontainer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
"ghcr.io/devcontainers/features/github-cli:1": {}
2727
},
2828

29-
// Respect the project's designated dependencies
30-
"postCreateCommand": "pip install -r requirements.txt",
31-
3229
// Port forwarding
3330
// ---------------
3431
// This is needed by the CodeChat Server.

codechat_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ output_path: output/web
4646
# - ``{output_path}``: the ``output_path`` above, but as an absolute path.
4747
# - ``{sys_executable}``: the value of the running Python's `sys.executable <https://docs.python.org/3/library/sys.html#sys.executable>`_.
4848
# - ``{xml_id}``: The value of the the first ``xml:id`` attribute in the currently open file.
49-
args: "{sys_executable} -m pretext build web --xmlid {xml_id} --no-knowls"
49+
args: "{sys_executable} -m pretext build web --xmlid {xml_id}"
5050

5151
# ``html_ext``: optional; defaults to ``.html``. The extension used by this renderer when generating HTML files.
5252
#html_ext: .html

logs/20240906-073555.log

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,21 @@ INFO :
1515
INFO : Changes to project source since last commit detected.
1616
INFO : Add/committing these changes to local Git repository.
1717
INFO :
18+
INFO : Committing your latest build to the `gh-pages` branch.
19+
INFO :
20+
INFO : Attempting to connect to remote repository at `[email protected]:RunestoneInteractive/InstructorGuide.git`...
21+
INFO :
22+
INFO :
23+
INFO : Latest build successfully pushed to GitHub!
24+
INFO :
25+
INFO : To enable GitHub Pages, visit
26+
INFO : https://github.com/RunestoneInteractive/InstructorGuide/settings/pages
27+
INFO : selecting the `gh-pages` branch with the `/ (root)` folder.
28+
INFO :
29+
INFO : Visit
30+
INFO : https://github.com/RunestoneInteractive/InstructorGuide/actions/
31+
INFO : to check on the status of your GitHub Pages deployment.
32+
INFO :
33+
INFO : Your built project will soon be available to the public at:
34+
INFO : https://RunestoneInteractive.github.io/InstructorGuide/
35+
INFO :

logs/20240906-090402.log

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
INFO : PreTeXt project found in `/Users/bmiller/Runestone/books/InstructorGuide`.
2+
WARNING : Using CLI version 2.3.8 but project's `requirements.txt`
3+
WARNING : is configured to use 1.0.1. Consider either installing
4+
WARNING : CLI version 1.0.1 or running `pretext init --refresh`
5+
WARNING : to update `requirements.txt` to match 2.3.8.
6+
INFO : Since no target was supplied, we will use "web".
7+
8+
INFO : Preparing to build into /Users/bmiller/Runestone/books/InstructorGuide/output/web.
9+
INFO : discovering source file's directory name: /Users/bmiller/Runestone/books/InstructorGuide/pretext
10+
INFO : verifying and expanding input directory: /Users/bmiller/Runestone/books/InstructorGuide/pretext/../generated-assets
11+
INFO : input directory expanded to absolute path: /Users/bmiller/Runestone/books/InstructorGuide/generated-assets
12+
INFO : verifying and expanding input directory: /Users/bmiller/Runestone/books/InstructorGuide/pretext/../assets
13+
INFO : input directory expanded to absolute path: /Users/bmiller/Runestone/books/InstructorGuide/assets
14+
INFO : Runestone Services (via PreTeXt repository): version 7.2.9
15+
INFO : Runestone Services (using newer, via online CDN query): version 7.4.0
16+
INFO : converting /Users/bmiller/Runestone/books/InstructorGuide/pretext/main.ptx to HTML in /var/folders/0n/p9pnz4rn5ldcx_kk2xp757n40000gn/T/tmpquek1s6h
17+
INFO : XSL conversion of /Users/bmiller/Runestone/books/InstructorGuide/pretext/main.ptx by /Users/bmiller/.ptx/xsl/pretext-html.xsl
18+
INFO : comprehensive messages, warnings, and errors:
19+
INFO : successful application of /Users/bmiller/.ptx/xsl/pretext-html.xsl
20+
INFO :
21+
Success! Run `pretext view` to see the results.
22+

logs/20240906-090406.log

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
INFO : PreTeXt project found in `/Users/bmiller/Runestone/books/InstructorGuide`.
2+
WARNING : Using CLI version 2.3.8 but project's `requirements.txt`
3+
WARNING : is configured to use 1.0.1. Consider either installing
4+
WARNING : CLI version 1.0.1 or running `pretext init --refresh`
5+
WARNING : to update `requirements.txt` to match 2.3.8.
6+
INFO : Since no target was supplied, we will use "web".
7+
8+
INFO : Now preparing local server to preview your project directory `/Users/bmiller/Runestone/books/InstructorGuide`.
9+
INFO : (Reminder: use `pretext deploy` to deploy your built project to a public
10+
INFO : GitHub Pages site that can be shared with readers who cannot access your
11+
INFO : personal computer.)
12+
INFO :
13+
INFO : Server will soon be available at http://localhost:8128
14+
INFO : Opening browser for target `web` at http://localhost:8128/output/web in 3 seconds
15+
INFO : Stopping server.

logs/20240906-090607.log

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
INFO : PreTeXt project found in `/Users/bmiller/Runestone/books/InstructorGuide`.
2+
WARNING : Using CLI version 2.3.8 but project's `requirements.txt`
3+
WARNING : is configured to use 1.0.1. Consider either installing
4+
WARNING : CLI version 1.0.1 or running `pretext init --refresh`
5+
WARNING : to update `requirements.txt` to match 2.3.8.
6+
INFO : Since no target was supplied, we will use "web".
7+
8+
INFO : Staging latest build located in `/Users/bmiller/Runestone/books/InstructorGuide/output/web` at `/Users/bmiller/Runestone/books/InstructorGuide/output/stage`.
9+
INFO :
10+
INFO : Deployment is now staged at `/Users/bmiller/Runestone/books/InstructorGuide/output/stage`.
11+
INFO : Preparing to deploy from active `master` git branch.
12+
INFO :
13+
INFO : Changes to project source since last commit detected.
14+
INFO : Add/committing these changes to local Git repository.
15+
INFO :

0 commit comments

Comments
 (0)