Awesome
<p align="center"> <br/> <a href="http://enso.org"> <img src="https://user-images.githubusercontent.com/1623053/79905826-22bac080-8417-11ea-82b0-ee015904a485.png" alt="Enso Visual Environmment" width="136" /> </a> <br/> <br/> <a href="http://enso.org"> <img src="https://user-images.githubusercontent.com/1623053/75661125-05664300-5c6d-11ea-9bd3-8a5355db9609.png" alt="Enso Language" width="240" /> </a> <br/> <br/> <br/> </p>Enso Standard Library Documentation
This repository contains scripts that generates HTML docs from Enso Std-Lib. Documentation is drawn from here.
Running
- Make sure You have Python 3 installed on your system.
- Using pip get PyExecJS and PyGithub.
- Go to GitHub, and create new access token. You'll need to provide it.
- In terminal, go to this project and run script:
python main.py --token=YOUR_GH_TOKEN