mahakanakala / toxins-in-skincare

A data analysis and visualization of skincare/makeup products using Seaborn & Plotly.
https://whats-in-your-skincare.vercel.app/about
0 stars 0 forks source link

Project documentation wesbite using Sphinx #10

Closed mahakanakala closed 1 year ago

mahakanakala commented 1 year ago

Sphinx:

Sphinx is a document manager that automatically creates a website with all of the documentation so as not to bombard the README.md & ProjectSetup.md

  1. install Sphinx usingpip3 install sphinx
  2. choose the Sphinx theme from here
  3. update the conf.py file to use Sphinx and set the theme to choose one
  4. run make HTML in the docs directory

Things to include in documentation website