Skip to content

Commit

Permalink
remove example because scribble is impossible
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenN committed Oct 5, 2015
2 parents 6d7c876 + 92cbaf9 commit 8367b65
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scribblings/identikon.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
@(define my-eval (make-base-eval))
@(my-eval `(require identikon identikon/rules/qbert))


@title{Identikon}

@author[(author+email "Darren Newton" "[email protected]")]
Expand Down Expand Up @@ -72,12 +71,6 @@ Create a 300x300 identicon for @racket["racket"] using the @racket["squares.rkt"
(identikon 300 300 "racket" 'squares)
]

Create a 300x300 identicon from this file using the @racket["qbert.rkt"] rule module.

@examples[#:eval my-eval
(identikon 300 300 "identikon.scrbl" 'qbert #:filename #t)
]

@defproc[
(save-identikon
[filename string?]
Expand Down

0 comments on commit 8367b65

Please sign in to comment.