-
Notifications
You must be signed in to change notification settings - Fork 115
Home
Kazuhiro KOBAYASHI edited this page Sep 6, 2017
·
10 revisions
sphinx-apidoc -F -o docs sprocket
cd docs
make html
- 現状のクラス等に関してはこれでbuild出来るが,sprocket全体の説明等を記述するためには,また別の方法が必要となるはず.
We assume 'PRbranch' is a branch which was already lined up at the pull request and reviewed.
git checkout PRbranch
git rebase -i HEAD~N # Integrate N commit into one or several commit
git fetch origin # featch origin/master into local
git rebase origin/master # solve conflict between PRbranch and origin/master
git push -f origin PRbranch # forced to merge origin/PRbranch
Finally, the PRbranch is merged into origin/master using a button of Merge in pull request page.
- Recite
from future import division, print_function, absolute_import
in preamble - Describe division as ```//`` for type int.
- ".pkl" file depends on Python version.