wenboown / SHARP-NLP-Letter-to-WP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SHARP paper's supplement

This is written with Sphinx. To view the generated docs: https://wenboown.github.io/SHARP-NLP-Letter-to-WP/

Install pandoc:

 brew install pandoc

Use pandoc to convert docx file to rst file:

pandoc input.docx -f docx -t rst -o output.rst

Then review the output format and make changes accordingly.

To update the content in Github page:

make github

To update the html files in build directory for local development preview:

make clean && make html

Note for serving on github page:

Need to add .nojekyll file under docs for the css, etc. to load correctly.

Ref: https://www.sphinx-doc.org/en/master/usage/quickstart.html

About


Languages

Language:JavaScript 39.7%Language:HTML 39.2%Language:CSS 17.6%Language:Python 2.2%Language:Batchfile 0.7%Language:Makefile 0.6%