This is just a book derived from Python Cookbook to ease of access
To Start using first install docsify globally
npm install -g docsify
Run docify host as follow
docsify serve
###########################################################
alternatively you could run a local http server and see the content. change directory to project root directory in matter of define docroot
python3 -m http.server <port_number>