Commit Graph

9 Commits

Author SHA1 Message Date
TakeV 2d6d1294d4
Create templates file to handle rendering and move temp scripts into it
Create docs module
Add templates file to handle html wrapping and rendering
Remove temp rendering files
Add templates to hall file
2023-12-13 10:48:29 -05:00
TakeV 4835576f46
Conside guile-docs to be a program for hall 2023-12-13 10:05:16 -05:00
TakeV 97a42a6b2b
Add guile-repl script to quickly launch a guile repl
It also loads the project path and listens on the default port
2023-12-13 10:01:17 -05:00
TakeV 6d152ef322
Add helper script to launch the dev shell 2023-12-13 09:42:00 -05:00
TakeV 713f88c1c3
Add record <docs>
Add docs-in-module

The new <docs> record is how we can pass around information associated with a
particular symbol. It stores the symbol, module, and documentation right now,
but could be extended later.

docs-in-module will let us grab a list of <doc> from a specified module.
2023-12-12 20:14:49 -05:00
TakeV f59d7eff68
Rename src to guile-docs 2023-12-12 19:24:25 -05:00
Vivianne cc7934197e it reordered it, sorry... 2023-12-11 00:41:35 -05:00
TakeV 1bb94e05db
Add manifest 2023-12-08 10:34:55 -05:00
TakeV 9761663ef3
Set up hall 2023-12-08 10:25:58 -05:00