LoginSignup
0
0

More than 5 years have passed since last update.

hooktail_docsをMac OS Xで動かす

Posted at

以下の操作手順は、ここからソースコードをhooktail_docs-masterをダウンロードしてから、物理のかぎしっぽにRsTファイルを変換するまでの手順になります。

$ unzip hooktail_docs-master.zip
$ nkf -w --overwrite *.rst vectoranalysis/*.rst mathInPhys/*.rst algebra/*.rst
$ vi conf.py
## unix, linux, mac os xの人はsource_encodingをutf-8-sigにする
source_encoding = 'utf-8-sig' # for unix, linux, mac
#source_encoding = 'cp932'    # for windows
$ make rst
sphinx-build -b rst -d _build/doctrees   . _build/text
Making output directory...
Running Sphinx v1.2.2
loading pickled environment... not yet created
building [rst]: targets for 20 source files that are out of date
updating environment: 20 added, 0 changed, 0 removed
reading sources... [100%] welcome
looking for now-outdated files... none found
  ckling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] welcome
build succeeded.
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0