Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic Setup: Learn to add a doc #1889

Open
jbampton opened this issue Oct 1, 2022 · 2 comments
Open

Basic Setup: Learn to add a doc #1889

jbampton opened this issue Oct 1, 2022 · 2 comments

Comments

@jbampton
Copy link
Member

jbampton commented Oct 1, 2022

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 jbampton self-assigned this Oct 1, 2022
@jbampton jbampton added this to To do in slurp via automation Oct 1, 2022
@jbampton jbampton pinned this issue Oct 1, 2022
@jbampton jbampton moved this from To do to In progress in slurp Oct 1, 2022
@Vishrut19
Copy link
Contributor

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?

@jbampton
Copy link
Member Author

jbampton commented Mar 9, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
slurp
In progress
Development

No branches or pull requests

2 participants