Steve Nunez

Results 100 comments of Steve Nunez

What command did you use for this? I just tried again after ensuring that plot/vglt was loaded. I can generate documentation for `plot`, and nothing shows up for `plot/vglt`. If...

OK, it turns out that I have to manually create the directory for this, e.g. `plot/docs/plot`, I'll see about adjusting this with the :filename argument.

I just found the makefiles in this repo. I was thinking of doing the same thing, but somehow it feels like this should be part of ASDF.

I'll raise this on ASDF dev. It's been discussed before, but wasn't implemented. I don't think it should be too difficult. See: https://github.com/bytecurry/bytecurry.asdf-ext. It looks like a dozen or so...

Perhaps this could be solve in the way some of the other systems do it: look for comments at 'file level', e.g. `;;;;` and include those into the documentation. This...

I was also thinking of reader macro's for file level comments. I can see why you'd be reluctant to turn Declt into a literate programming system, but I think there...

If you do update the examples, you'll probably want to take them from the [array-operations manual](https://lisp-stat.dev/docs/manuals/array-operations/).

Hmmm. If it supported it before, it should support it now. I didn't remove anything. Do you have an example of the before behaviour? It may also be that it's...

Great! Would love an example & documentation for it if you have the time.

I am not a committer to cl-cookbook. I just monitor to see what's happening here because I find it a useful resource. Hopefully one of the owners/committers will let you...