Skip to content

A documentation viewer for Enso's in-language documentation.

License

Notifications You must be signed in to change notification settings

enso-org/reference

Folders and files

NameName
Last commit message
Last commit date
Apr 13, 2021
Apr 13, 2021
Apr 13, 2021
Feb 24, 2021
Feb 24, 2021
Apr 13, 2021
Feb 16, 2021
Feb 24, 2021
Mar 3, 2021
Feb 24, 2021
Mar 3, 2021
Mar 3, 2021

Repository files navigation


Enso Visual Environmment

Enso Language


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