Skip to content

chonho/singa-docs

Repository files navigation

=======

singa-docs

Documentations for SINGA

Edit and Preview the Website

All documentations are written in Markdown format and located at _posts/.

Preview locally

If you have installed Jekyll, then you can preview the website by

jekyll serve --config _config.yml,_config-prod.yml

Preview on your own Github site

If you do not have Jekyll installed on your own computer, then your can follow these steps to preview the website on you own Github site:

Submit to the Incubator-Singa repo

After finishing updating the website, commiters can submit their commits as follows. (Make sure that you have changed back the BASE_URL to "http://apache.github.io/incubator-singa" if you have previewed. it on your own Github site.)

# done only once
git add upstream git://git.apache.org/incubator-singa.git

# done for every submit
git push upstream gh-pages

License

  • We used Jekyll-Boostrap MIT to generate this website.
  • The source code except that from Jekyll-Boostrap is release under Apache License 2.

About

Documentations for SINGA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published