pluxml / PluXml-Wiki

The PluXml documentation

Home Page:https://wiki.pluxml.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

The PluXml documentation

https://wiki.pluxml.org

License:GNU General Public License v3.0


Languages

Language:HTML 56.3%Language:Python 27.2%Language:Batchfile 8.8%Language:Makefile 7.0%Language:CSS 0.7%