Skip to content

Commit

Permalink
Point Codox's at doc/ to work with GH pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Drogalis committed Sep 18, 2017
1 parent eb34367 commit ad6e148
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Given the following pattern, display a visualization of the compiled state machi
(v/visualize-nfa nfa))
```

<img src="doc/nfa.png" width="80%">
<img src="resources/nfa.png" width="80%">

For a similar effect, you can also visualize the contents of the match buffer. The following won't display much
for the previous example given that we aggressively clean up the match buffer when matches are found, but this is what you'd see
Expand All @@ -251,7 +251,7 @@ if the match buffer weren't purged:
(v/visualize-match-buffer match-buffer)
```

![](doc/match-buffer.png)
![](resources/match-buffer.png)

## Prior Art

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
:dependencies [[org.clojure/clojure "1.9.0-alpha17"]
[rhizome "0.2.7"]]
:profiles {:dev {:plugins [[lein-codox "0.10.3"]]}}
:codox {:output-path "doc/api"})
:codox {:output-path "doc"})
File renamed without changes
File renamed without changes

0 comments on commit ad6e148

Please sign in to comment.