Added documentation

This commit is contained in:
Justin Ethier 2016-10-11 20:43:30 -04:00
parent 7ea9812f71
commit 52bfdccb89
2 changed files with 16 additions and 1 deletions

10
scripts/README.md Normal file
View file

@ -0,0 +1,10 @@
This directory contains the following scripts. All of the other files in this folder are helper scripts and should not be run directly.
# `api-update.sh`
Use this script to copy any API documentation changes to the Jekyll webpage (gh-pages).
# `generate-doc-index.sh`
Generate a sorted list of functions/variables from the API documentation. The output can then be manually edited into the index section of `API.md`.

View file

@ -5,7 +5,12 @@
# Copyright (c) 2014-2016, Justin Ethier # Copyright (c) 2014-2016, Justin Ethier
# All rights reserved. # All rights reserved.
# #
# Copy API documentation to the Jekyll webpage (gh-pages) # Purpose
# Use this script to copy API documentation changes to the Jekyll webpage (gh-pages).
#
# Usage
# Run this script from the main directory of the repo:
# $ ./scripts/api-update.sh
# #
TMP=/tmp/cyclone-docs TMP=/tmp/cyclone-docs