Hi

 

I have a #lang scribble/manual module in a file called ‘circuit-manual.scrbl ‘.

It contains:

 

@;@(defmodule circuit-simulation/circuits #:packages ())

@(defmodule "circuits.rkt" #:packages ())

 

When I open it in DrRacket and press the scribble HTML button,

A neat HTML document is generated.

 

When I put my stuff on GITHUB in a repository called ‘circuit-simulation’,

I must uncomment the first line and comment out the second line

or else the package manager cannot correctly install my package.

In the document all links to the documented items are lost.

 

The info module is:

#lang info

(define scribblings '(("circuit-manual.scrbl" ())))

 

Can I avoid the necessity to comment and uncomment the defmodule form?

Do I something wrong? May be I need to put more info in the info module?

 

Thanks, Jos

 

--
You received this message because you are subscribed to the Google Groups "Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/E175DF73-9A99-4C48-A9AA-432C52DB25F0%40hxcore.ol.

Reply via email to