slurp icon indicating copy to clipboard operation
slurp copied to clipboard

Basic Setup: Learn to add a doc

Open jbampton opened this issue 3 years ago โ€ข 2 comments

Documentation

Python Sphinx based slurp documentation site written mainly in Markdown. We have a local requirements file just for the Read the Docs hosting in the doc folder

cd doc || exit
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

Files are stored in doc/source. From the doc folder you can build the HTML output files which are stored in doc/build. These local build files are ignored from Git.

cd doc || exit
make html

On Read the Docs we also have PDF and Epub versions

jbampton avatar Oct 01 '22 16:10 jbampton

Hello @jbampton I was not able to setup the project on my system due to some issue. Can you please come to discord voice channel and I will share my screen. So please help?

Vishrut19 avatar Oct 03 '22 06:10 Vishrut19

https://slurp.readthedocs.io/en/latest/getting-started.html#documentation

jbampton avatar Mar 09 '23 09:03 jbampton