Skip to content

Commit 8a77ba0

Browse files
mark civitas internals as "draft"
1 parent 9ab1b8c commit 8a77ba0

10 files changed

Lines changed: 9 additions & 1 deletion

File tree

src/civitas/db.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
^{:clay {:quarto {:draft true}}}
12
(ns civitas.db
23
(:require [clojure.edn :as edn]
34
[clojure.pprint :as pprint]

src/civitas/geometry.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
^{:clay {:quarto {:draft true}}}
12
(ns civitas.geometry
23
(:require [clojure.math :as math]))
34

src/civitas/json_ld.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
^{:clay {:quarto {:draft true}}}
12
(ns civitas.json-ld
23
(:require [clojure.data.json :as json]))
34

src/civitas/layout.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
^{:clay {:quarto {:draft true}}}
12
(ns civitas.layout
23
(:require [hiccup.core :as hiccup]
34
[scicloj.kindly.v4.kind :as kind]

src/civitas/main.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
^{:clay {:quarto {:draft true}}}
12
(ns civitas.main
23
(:require [civitas.make :as make])
34
(:gen-class))

src/civitas/make.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
^{:clay {:quarto {:draft true}}}
12
(ns civitas.make
23
(:require [civitas.db :as db]
34
[civitas.metadata :as metadata]

src/civitas/metadata.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
^{:clay {:quarto {:draft true}}}
12
(ns civitas.metadata
23
(:require [babashka.fs :as fs]
34
[clj-yaml.core :as yaml]

src/civitas/svg.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
^{:clay {:quarto {:draft true}}}
12
(ns civitas.svg
23
(:require [civitas.geometry :as geom]
34
[clojure.string :as str]

src/civitas/sync.clj

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/civitas/validator.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
^{:clay {:quarto {:draft true}}}
12
(ns civitas.validator
23
(:require [clojure.spec.alpha :as s]))
34

0 commit comments

Comments
 (0)