Moved unstable/cce/planet to unstable/planet.
This commit is contained in:
parent
f6a190d3f3
commit
c749b3ece5
|
@ -12,8 +12,6 @@
|
||||||
|
|
||||||
@include-section["set.scrbl"]
|
@include-section["set.scrbl"]
|
||||||
|
|
||||||
@include-section["planet.scrbl"]
|
|
||||||
|
|
||||||
@include-section["debug.scrbl"]
|
@include-section["debug.scrbl"]
|
||||||
|
|
||||||
@include-section["scribble.scrbl"]
|
@include-section["scribble.scrbl"]
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
This module provides tools for Scribble documentation; specifically, of
|
This module provides tools for Scribble documentation; specifically, of
|
||||||
@|PLaneT| packages. In addition to the bindings described below, this module
|
@|PLaneT| packages. In addition to the bindings described below, this module
|
||||||
provides @scheme[this-package-version-symbol] from
|
provides @scheme[this-package-version-symbol] from
|
||||||
@schememodname[unstable/cce/planet], @scheme[this-package-in] from
|
@schememodname[unstable/planet], @scheme[this-package-in] from
|
||||||
@schememodname[unstable/require], and
|
@schememodname[unstable/require], and
|
||||||
@scheme[make-scribble-evaluator] and @scheme[make-scribble-module-evaluator]
|
@scheme[make-scribble-evaluator] and @scheme[make-scribble-module-evaluator]
|
||||||
from @schememodname[unstable/sandbox].
|
from @schememodname[unstable/sandbox].
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#lang scheme/base
|
#lang scheme/base
|
||||||
|
|
||||||
(require scribble/manual unstable/sandbox "planet.ss"
|
(require scribble/manual unstable/sandbox unstable/planet
|
||||||
(for-syntax scheme/base unstable/planet-syntax))
|
(for-syntax scheme/base unstable/planet-syntax))
|
||||||
|
|
||||||
(define-for-syntax (make-planet-paths stx ids)
|
(define-for-syntax (make-planet-paths stx ids)
|
||||||
|
|
|
@ -2,13 +2,11 @@
|
||||||
|
|
||||||
(require "checks.ss"
|
(require "checks.ss"
|
||||||
"test-debug.ss"
|
"test-debug.ss"
|
||||||
"test-planet.ss"
|
|
||||||
"test-scribble.ss"
|
"test-scribble.ss"
|
||||||
"test-set.ss")
|
"test-set.ss")
|
||||||
|
|
||||||
(run-tests
|
(run-tests
|
||||||
(test-suite "scheme.plt"
|
(test-suite "scheme.plt"
|
||||||
debug-suite
|
debug-suite
|
||||||
planet-suite
|
|
||||||
scribble-suite
|
scribble-suite
|
||||||
set-suite))
|
set-suite))
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
#lang scheme
|
|
||||||
|
|
||||||
(require "checks.ss"
|
|
||||||
"../planet.ss"
|
|
||||||
planet/util)
|
|
||||||
|
|
||||||
(provide planet-suite)
|
|
||||||
|
|
||||||
(define planet-suite
|
|
||||||
(test-suite "planet.ss"
|
|
||||||
(test-suite "this-package-version-symbol")))
|
|
|
@ -1,4 +1,4 @@
|
||||||
#lang scheme
|
#lang racket
|
||||||
|
|
||||||
(require (for-syntax unstable/planet-syntax)
|
(require (for-syntax unstable/planet-syntax)
|
||||||
unstable/planet-syntax
|
unstable/planet-syntax
|
|
@ -1,14 +1,12 @@
|
||||||
#lang scribble/doc
|
#lang scribble/manual
|
||||||
@(require scribble/manual
|
@(require scribble/eval
|
||||||
scribble/eval
|
|
||||||
scribble/bnf
|
scribble/bnf
|
||||||
"../scribble.ss"
|
"utils.rkt"
|
||||||
"eval.ss")
|
(for-label racket/base scribble/manual unstable/planet planet/util))
|
||||||
@(require (for-label scheme/base scribble/manual unstable/cce/planet))
|
|
||||||
|
|
||||||
@title[#:style 'quiet #:tag "cce-planet"]{@|PLaneT| Packages}
|
@title[#:style 'quiet #:tag "cce-planet"]{@|PLaneT| Packages}
|
||||||
|
|
||||||
@defmodule[unstable/cce/planet]
|
@defmodule[unstable/planet]
|
||||||
|
|
||||||
This module provides tools relating to @|PLaneT| packages. In addition to the
|
This module provides tools relating to @|PLaneT| packages. In addition to the
|
||||||
binding described below, it provides @scheme[define-planet-package] and
|
binding described below, it provides @scheme[define-planet-package] and
|
|
@ -83,6 +83,7 @@ Keep documentation and tests up to date.
|
||||||
@include-section["list.scrbl"]
|
@include-section["list.scrbl"]
|
||||||
@include-section["net.scrbl"]
|
@include-section["net.scrbl"]
|
||||||
@include-section["path.scrbl"]
|
@include-section["path.scrbl"]
|
||||||
|
@include-section["planet.scrbl"]
|
||||||
@include-section["port.scrbl"]
|
@include-section["port.scrbl"]
|
||||||
@include-section["pretty.scrbl"]
|
@include-section["pretty.scrbl"]
|
||||||
@include-section["queue.scrbl"]
|
@include-section["queue.scrbl"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user