helen's blog

ずっとおもしろいことしてたいな。

2015-10-23から1日間の記事一覧

tomdocが思いの外大変だった話

helen.hatenablog.com先の記事のpygmentsを入れるに至った理由がTomdocです StyleGuideでpretty sweetとされているドキュメントがtomdocだったため RdocからTomdocへ変更になり、その対応をしました hoge.rb # Public: Duplicate some text an arbitrary num…

VagrantにpipとPygmentsを入れて、Ansibleに組み込んだらみんな幸せになった話

railsでのドキュメント生成でpygmentsが必要になったんです pip:Pythonのパッケージ管理ツール pygments:ドキュメントをきれいにしてくれるpythonパッケージ これらを入れていきます。 $ wget http://peak.telecommunity.com/dist/ez_setup.py $ python ez…