Skip to content

pluxml/PluXml-Wiki

Repository files navigation

PluXml Docs

PluXml Documentation : https://docs.pluxml.org Built with Sphinx.

Installation

Sphinx installation using pip (Python package manager) is recommended to have the lastest Sphinx version.

Pip installation (python is required) :

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py

Sphinx and dependencies installation:

pip install -U sphinx
pip install furo recommonmark

Clone the PluXml-Wiki git repository :

git clone https://github.com/pluxml/PluXml-Wiki.git

Build the project :

cd PluXml-Wiki
make html

Open the file _build/html/index.html in your browser to access the documentation.