Skip to content

Commit c7d08b5

Browse files
committed
update tutorial, add rich docs
1 parent a029f7c commit c7d08b5

6 files changed

Lines changed: 362 additions & 500 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ consists of one namespace, namely `java-time`. For the purposes of this guide,
7575
we will `use` the main namespace:
7676

7777
```clj
78-
(refer-clojure :exclude [range iterate format max min])
78+
(refer-clojure :exclude [zero? range iterate max min contains? format abs])
7979
(use 'java-time)
8080
```
8181

docs/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h2><a href="#usage" id="usage"></a>Usage</h2>
4545
<pre><code class="language-clj">[clojure.java-time "0.3.3"]
4646
</code></pre>
4747
<p>The <a href="https://dm3.github.io/clojure.java-time/">API</a> of the Clojure.Java-Time consists of one namespace, namely <code>java-time</code>. For the purposes of this guide, we will <code>use</code> the main namespace:</p>
48-
<pre><code class="language-clj">(refer-clojure :exclude [range iterate format max min])
48+
<pre><code class="language-clj">(refer-clojure :exclude [zero? range iterate max min contains? format abs])
4949
(use 'java-time)
5050
</code></pre>
5151
<h3><a href="#concept-run-through" id="concept-run-through"></a>Concept run-through</h3>

docs/index.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)