Go to file
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
doc Set up hall 2023-12-08 10:25:58 -05:00
guile-docs Create templates file to handle rendering and move temp scripts into it 2023-12-13 10:48:29 -05:00
public Create templates file to handle rendering and move temp scripts into it 2023-12-13 10:48:29 -05:00
scripts Add guile-repl script to quickly launch a guile repl 2023-12-13 10:01:17 -05:00
.dir-locals.el Add dir locals and add haunt dependency 2023-12-12 23:45:07 -05:00
.gitignore Set up hall 2023-12-08 10:25:58 -05:00
COPYING Set up hall 2023-12-08 10:25:58 -05:00
HACKING Set up hall 2023-12-08 10:25:58 -05:00
README Set up hall 2023-12-08 10:25:58 -05:00
README.org Add note to readme about scripts/launch-dev-shell 2023-12-13 09:43:39 -05:00
guile-docs.scm Some theming, fix bugs and such, better templating 2023-12-13 09:11:37 -05:00
guix.scm Reorg guix.scm to define the package explicitly 2023-12-13 09:31:32 -05:00
hall.scm Create templates file to handle rendering and move temp scripts into it 2023-12-13 10:48:29 -05:00
manifest.scm Add helper script to launch the dev shell 2023-12-13 09:42:00 -05:00

README

# -*- mode: org; coding: utf-8; -*-

#+TITLE: README for Guile Guile-Docs

Like janetdocs or clojuredocs, but for guile!

* Developing
** Guix
Either run src_bash{scripts/launch-dev-shell} or run src_bash{guix shell -Df guix.scm -m manifest.scm} to get a developer environment.

manifest.scm is intended for dev tools related programs.