This is the documentation for the Zen package. It is developed with the Markdown
+ Documenter.jl
.
Make sure that the Julia programming language
was installed in your system and the Documenter.jl
package was ready. The latest versions of them are always preferred.
Just type the following command in your terminal. Here $
is only the prompt.
$ julia make.jl
The Documenter.jl
will automatically generate some static webs for the documentation.
If everything is OK, you will find a new directory build
under the docs
folder. Get in it and then double click the index.html
file to open it with browser (Chrome
or Firefox
). Enjoy it!