We welcome you to contribute to Spark NLP documentation hosted inside en/
directory. All the files are in Markdown format.
For development purposes, you need to have bundle
and Gem
installed on your system. Please run these commands:
bundle update
bundle install
bundle exec jekyll serve
# Server address: http://127.0.0.1:4000
- Install requirements
requirements_doc.txt
- run
make html
The html will be available under _build/html/index.html
.
The folder _autosummary
should not be committed, as it is generated from sphinx itself.