mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Added documentation
This commit is contained in:
parent
7ea9812f71
commit
52bfdccb89
2 changed files with 16 additions and 1 deletions
10
scripts/README.md
Normal file
10
scripts/README.md
Normal 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`.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue