OSS版Nablarchドキュメントです。
本ドキュメントはSphinxでビルドすることを前提としています。 また、幾つかのプラグインを使用しているため事前にインストールする必要があります。
以下が必要なものとなります。
- Sphinx(1.6.3)
- javasphinx(0.9.15)
- sphinx-rtd-theme(0.2.4)
make html
Node.jsをインストールします。 (v8.9.3で動作確認済み)
npmで依存ライブラリをインストールします。
npm install
textlint-plugin-rstの依存ライブラリである docutils-ast-writerをインストールします。
pip install docutils-ast-writer
./node_modules/.bin/textlint .textlint/test/test.rst
./node_modules/.bin
をPATHに設定しておくと、以下のように実行できる。
textlint .textlint/test/test.rst
対象ディレクトリを指定してtextlintを起動します。
./node_modules/.bin/textlint development_tools
ファイル | 説明 |
---|---|
.textlintrc | textlintの設定 |
.textlint/conf/prh.yml | 辞書的なやつ |