Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

andrefpoliveira/Pansy

Repository files navigation

⚠️ Archived ⚠️

This repository is no longer being maintained.

Pansy

Build Status

My own programming language, currently under development

Discord Server

https://discord.gg/ybHPrde

How to start

Pansy Documentation

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!

How to build the docs

  1. Fork this repository

  2. Clone this repository using the following command

    git clone https://github.com/<your-username>/pansy.git

  3. Install sphinx on your local machine using

    pip install -r requirements.txt

  4. cd into docs folder. cd docs

  5. Build HTML

    make html

  6. cd into _build folder.

    cd _build/html

  7. 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!