0. verify you have install pdoc "pip install pdoc3"
2. open terminal and type:
	a. "cd PATH/TO/dopes" to enter the main dopes folder
	b. "pdoc -f -o ./doc --html --skip-errors ./dopes" to build the html documentation located in folder ./doc/dopes/html
	c. "pdoc -f -o ./doc --pdf --skip-errors ./dopes > ./doc/documentation.md" to build the markdown file for the documentation located in folder ./doc