This website requires JavaScript.
Explore
Help
Sign In
maehw
/
handbuch-gen
Watch
0
Star
0
Fork
0
You've already forked handbuch-gen
forked from
wtf-eg/handbuch-gen
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
323b893714
Branches
Tags
View all branches
handbuch-gen
/
sphinx
History
Gulliver
01acc38404
authors unified in tool configurations, toc for all tools adapted to adapted handbuch chapters
2021-09-05 14:26:51 +02:00
..
source
authors unified in tool configurations, toc for all tools adapted to adapted handbuch chapters
2021-09-05 14:26:51 +02:00
theme
/wtf_coop
feat: 1st wtf_coop theme based on read the docs
2021-08-28 16:35:48 +02:00
Makefile
added initial sphinx config for book generation
2021-07-29 09:41:29 +02:00
README.md
docs: reduced install efforts with creation of requirements.txt
2021-08-28 16:48:06 +02:00
README.md
Installation
Virtuelle Pythonumgebung erstellen:
python3 -m venv venv
Virtuelle Umgebung aktivieren:
source venv/bin/activate
Pakete aus
requirements.txt
installieren:
pip install -r requirements.txt