From e05abf6e117be08dc33c7664b3d823c08887de1e Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 6 Dec 2017 04:21:29 -0500 Subject: Massively expanded the reference section. --- README.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index 1fa7f54..a18cf5c 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,10 @@ Actinide .. image:: https://circleci.com/gh/ojacobson/actinide.svg?style=svg :target: https://circleci.com/gh/ojacobson/actinide +.. image:: https://readthedocs.org/projects/pip/badge/ + :target: https://https://actinide.readthedocs.io/ + + **An embeddable lisp for Python applications.** I had `an application`_ in which the ability to extend the application from @@ -50,6 +54,18 @@ Requirements Actinide requires Python 3.6 or later. +Building the documentation requires Sphinx, and should be done in a Python virtual environment: + +.. code-block:: bash + + $ python3.6 -m venv .venv + $ source .venv/bin/activate + $ pip install -r requirements-docs.txt + $ make html + $ open _build/html/index.html # or any other command to launch a browser + +The documentation is also available online at https://actinide.readthedocs.io. + ************ Installation ************ -- cgit v1.2.3