My own programming language, currently under development
This Documentation aims to help new contributors so they can start working with Pansy
This documentation at this stage is pretty much a work in progress, so contributions, feedback and suggestions are very welcome!
-
Fork this repository
-
Clone this repository using the following command
git clone https://github.com/<your-username>/pansy.git
-
Install sphinx on your local machine using
pip install -r requirements.txt
-
cd into docs folder.
cd docs
-
Build HTML
make html
-
cd into _build folder.
cd _build/html
-
Open the generated HTML files in your browser.
Now you can open the docs on your local machine! just open the
index.html
in your web browser!