cools9 / ElementalDB

A database made in python meant to be superfast and easy to learn for beginners and meant to be a sql,sqlite and postgres competitor
MIT License
11 stars 11 forks source link

feat: sphinx documentation added #25

Closed MihirRajeshPanchal closed 2 weeks ago

MihirRajeshPanchal commented 2 weeks ago

closes #8

To generate Documentation Html File run code

pip install sphinx
sphinx-build -M html docs/source/ docs/build/

Open the index.html file in docs/build/html/index.html

image

image

MihirRajeshPanchal commented 2 weeks ago

@Bashamega the pull request solves #8

MihirRajeshPanchal commented 2 weeks ago

Add the sphinx library in the requirements.txt

added it to requirements.txt sorry missed it by mistake

Bashamega commented 2 weeks ago

Add the sphinx library in the requirements.txt

added it to requirements.txt sorry missed it by mistake

no problem

cools9 commented 2 weeks ago

Actually did you test the code