Skip to content
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
6 changes: 4 additions & 2 deletions site/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ website:
- section: "Chapters"
contents:
- href: mentat_collective/emmy/fdg_ch01.qmd
text: "Chapter 1"
text: "FDG Chapter 1"
- href: mentat_collective/emmy/fdg_ch01_ys.qmd
text: "Chapter 1 Infix"
text: "FDG Chapter 1 Infix"
- href: mentat_collective/emmy/sicm_ch01.qmd
text: "SICM Chapter 1"

format:
html:
Expand Down
3 changes: 1 addition & 2 deletions src/mentat_collective/emmy/fdg_ch01.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
^{:kindly/hide-code true
:clay {:title "Emmy, the Algebra System: Differential Geometry Chapter One"
:quarto {:author :kloimhardt
:type :post
:quarto {:type :draft
:sidebar "emmy-fdg"
:description "First chapter of the book \"Functional Differential Geometry\", the code is on-line executable."
:date "2025-11-14"
Expand Down
2 changes: 1 addition & 1 deletion src/mentat_collective/emmy/fdg_prologue.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
;; [Functional Differential Geometry (FDG)](https://mitpress.mit.edu/9780262019347/functional-differential-geometry/).
;; The code snippets are executable, copy-paste them to the sidebar of the page.

;; The [Emmy](https://emmy.mentat.org) maintainer, [Sam Ritchie](https://roadtoreality.substack.com/), wrote the source for this page, namely the
;; [Sam Ritchie](https://roadtoreality.substack.com/), the [Emmy](https://emmy.mentat.org) maintainer along with [Colin Smith](https://github.com/littleredcomputer), wrote the source for this page, namely the
;; [LaTex version of FDG](https://github.com/mentat-collective/fdg-book/blob/main/scheme/org/prologue.org).

;; In adopting MIT-Scheme's `(define ...)`, I trust that Clojure people will bridge that gap quickly
Expand Down
1 change: 1 addition & 0 deletions src/mentat_collective/emmy/sicm_ch01.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
:clay {:title "Emmy, the Algebra System: Classical Mechanics Chapter One"
:quarto {:author :kloimhardt
:type :post
:sidebar "emmy-fdg"
:date "2025-09-10"
:image "sicm_ch01.png"
:category :libs
Expand Down