Skip to content

developer-mkh/nablarch-document

 
 

Repository files navigation

nablarch-document

OSS版Nablarchドキュメントです。

前提

本ドキュメントはSphinxでビルドすることを前提としています。 また、幾つかのプラグインを使用しているため事前にインストールする必要があります。

以下が必要なものとなります。

  • Sphinx(1.6.3)
  • javasphinx(0.9.15)
  • sphinx-rtd-theme(0.2.4)

ドキュメントのビルド方法

make html

textlintの実行方法

環境構築

Node.js

Node.jsをインストールします。 (v8.9.3で動作確認済み)

npm install

npmで依存ライブラリをインストールします。

npm install

docutils-ast-writer

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 辞書的なやつ

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 96.2%
  • Java 1.9%
  • CSS 1.1%
  • Python 0.3%
  • Batchfile 0.2%
  • Makefile 0.2%
  • Other 0.1%