https://github.com/enso-org/reference
A documentation viewer for Enso's in-language documentation.
https://github.com/enso-org/reference
documentation enso viewer
Last synced: 8 months ago
JSON representation
A documentation viewer for Enso's in-language documentation.
- Host: GitHub
- URL: https://github.com/enso-org/reference
- Owner: enso-org
- License: apache-2.0
- Created: 2018-07-31T21:34:15.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T13:06:07.000Z (over 2 years ago)
- Last Synced: 2025-05-07T06:56:45.293Z (8 months ago)
- Topics: documentation, enso, viewer
- Language: Python
- Homepage: https://enso.org
- Size: 49.1 MB
- Stars: 3
- Watchers: 15
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Enso Standard Library Documentation
This repository contains scripts that generates HTML docs from Enso Std-Lib.
Documentation is drawn from
[here](https://github.com/enso-org/enso/tree/main/distribution/std-lib).
### 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`