Skip to content

Commit

Permalink
Merge pull request #12 from jackfirth/docs-scaffold-#1
Browse files Browse the repository at this point in the history
Add initial docs scaffold, closes #1
  • Loading branch information
jackfirth committed Apr 1, 2015
2 parents 07bb2a0 + 50277cc commit 314448d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion command-line-ext/info.rkt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#lang info

(define name "command-line-ext")
(define scribblings '(("scribblings/main.scrbl" () () "command-line-ext")))
(define scribblings '(("scribblings/main.scrbl" () (library) "command-line-ext")))
18 changes: 10 additions & 8 deletions command-line-ext/scribblings/main.scrbl
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
#lang scribble/manual

@(require scribble/eval
package-scribblings-tools
(for-label command-line-ext
racket/cmdline
racket/base))

@(define the-eval (make-base-eval))
@(the-eval '(require "../main.rkt"))

@title{Extensible Command Line}

@defmodule[command-line-ext]

@module-title[command-line-ext]{Extensible Command Line}
@author[@author+email["Jack Firth" "jackhfirth@gmail.com"]]

source code: @url["https://github.com/jackfirth/command-line-ext"]
This library defines a more extensible version of @racket[command-line]
that supports @italic{command line flag expanders}, allowing users to
abstract over common command line flag patterns. This library also
comes batteries-included with many pre-defined expanders for commmon
patterns such as switches that toggle boolean parameters.

@source-code{https://github.com/jackfirth/command-line-ext}
1 change: 1 addition & 0 deletions info.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
'("cover"
"scribble-lib"
"rackunit-lib"
"package-scribblings-tools"
"racket-doc"))

0 comments on commit 314448d

Please sign in to comment.