Thanks for your prompt answer.

When I locally make my documentation, I am not installing a package.

I simply open my scribble/manual module in DrRacket and press Scribble HTML.

When I install my package from GITHUB, I use the package manager in the file menu of DrRacket.

Thanks again, Jos.

 

 

 

From: Sorawee Porncharoenwase
Sent: domingo, 25 de abril de 2021 16:09
To: Jacob Jozef
Cc: Racket Users
Subject: Re: [racket-users] defmodule question

 

It looks like you are implying that @(defmodule circuit-simulation/circuits #:packages ()) doesn’t work locally on your computer, but it should (provided that you raco pkg install it properly).

 

On Sun, Apr 25, 2021 at 9:05 PM Jacob Jozef <jos.k...@gmail.com> wrote:

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.

 

--
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/B972D931-9220-4858-9135-E2FE71701A9A%40hxcore.ol.

Reply via email to