FedeOmoto / pony-tutorial

Tutorial for the Pony programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pony Tutorials

This is the source code for generating the Pony tutorials. They are generated with MkDocs.

To install mkdocs:

$ pip install mkdocs

To work on the docs locally, cd to the repo directory and:

$ mkdocs serve

This will give you a live-reloading local version of the docs. When you are ready to publish your changes, make sure you are sync'd with the repo and then:

$ mkdocs gh-deploy

About

Tutorial for the Pony programming language

License:BSD 2-Clause "Simplified" License