Git Product home page Git Product logo

quicklisp-docs's Introduction

quicklisp-docs

This utility generates documentation for a library after it has been installed with quicklisp.

Installation

Lisp Side

Please ensure Quicklisp is installed. Then clone this repository into the local-projects directory

git clone https://github.com/rudolfochrist/quicklisp-docs.git ~/quicklisp/local-projects/

Run

(ql:quickload :quicklisp-docs)

to install quicklisp-docs. Also, add the above line to the init file of your CL implementation.

Emacs Side (optional)

Put

(load (expand-file-name "~/quicklisp/local-projects/quicklisp-docs/quicklisp-docs.el") t)

in your Emacs init file. Adjust the path to quicklisp accordingly.

Usage

Lisp Side

Install libraries with quicklisp as usual

(ql:quickload :alexandria)

Per default, this installs the documentation under ~/quicklisp/docs/. This can be customized by setting *ql-docs-home*.

If you don’t want to generate documentation for a specific system, then you can add it to the list of excluded systems like so:

(ql-docs:exclude-system :cl-ppcre)

Emacs Side (optional)

To use the documentation for Alexandria (see above) from within slime-documentation-lookup, call

(ql-docs-reload-docs)  ;; <-- this is Emacs Lisp. This will certainly fail in the SLIME REPL.

Example configuration:

(load (expand-file-name "~/quicklisp/local-projects/quicklisp-docs/quicklisp-docs.el") t)
(setq ql-docs-browser-function #'eww-browse-url)
(ql-docs-reload-docs)

If you install a new library during a REPL session, call ql-docs-reload-docs again to fetch the new documentation.

License

MIT

See LICENSE.

quicklisp-docs's People

Contributors

bon avatar rudolfochrist avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.