Skip to content

hido/website

This branch is 735 commits behind jubatus/website:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

583367b · Sep 17, 2013
Jun 18, 2013
May 10, 2013
Sep 2, 2013
Feb 14, 2013
Feb 14, 2013
Jun 14, 2013
Dec 7, 2011
Feb 14, 2013
Oct 25, 2011
Apr 19, 2013
Oct 25, 2011
Oct 25, 2011
Oct 25, 2011
Oct 25, 2011
Jan 28, 2013

Repository files navigation

Jubatus Website

About

This repository holds Sphinx source files for http://jubat.us/ website.

Contributions are always welcomed, from tiny typos to enhancements. Feel free to make pull-requests to this repository.

Requirements

  • Sphinx 1.1.3 + pngmath + blockdiag

Easy setup for Ubuntu 12.04 systems:

# apt-get install python-sphinx latex-cjk-japanese texlive-latex-extra dvipng
# pip install sphinxcontrib-blockdiag

How to Edit

First of all, clone this repository (if you don't have a commit access, use your fork).

$ git clone [email protected]:jubatus/website.git

Edit the document.

$ edit source/index.rst

Build and preview the changes you made.

$ omake html
$ open build/html/index.html

Looks good? Now, push it.

$ git push origin master

Then open a pull-request.

For Jubatus members: you can deploy it to http://jubat.us/ website.

$ ./publish.sh

Copyright

(C) PFI & NTT

About

Source of the official website

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 56.6%
  • CSS 39.0%
  • Shell 4.4%