Scripts to convert Conventions and FAQ source files to HTML #33
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@drammock
Here are some changes I made to this pull request.
convertMdToHTML.py
to convert_faq.rmd
andconventions.rst
source files to HTML version.scripts.js
are the supplementary code highlighting scripts to be appended at the end of the generated FAQ HTML file.knitRmdToHTML.R
is called by theconvertMdToHTML.py
script to convert_faq.rmd
to HTML file using libraryrmarkdown
._faq.Rmd
file so thatrmarkdown
generate question indexes correctly.README.md
and.gitignore
as shown below.Please let me know if there is anything to fix. Thank you so much!