From 981464876bdfad7c119dc0468e4e15f156bbe41b Mon Sep 17 00:00:00 2001 From: Don Cross Date: Mon, 13 May 2019 15:16:15 -0400 Subject: [PATCH] Style adjustments in documentation. --- jsdoc2md/js.hbs | 7 +------ source/js/README.md | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/jsdoc2md/js.hbs b/jsdoc2md/js.hbs index d51d4b61..3b1b2037 100644 --- a/jsdoc2md/js.hbs +++ b/jsdoc2md/js.hbs @@ -1,23 +1,18 @@ # Astronomy Engine (JavaScript) - ---- - This is the complete programming reference for the JavaScript version -of the [Astronomy Engine](../../). It supports client side programming +of [Astronomy Engine](../../). It supports client side programming in the browser and backend use of [Node.js](https://nodejs.org). Other programming languages are supported also. See the [home page](../../) for more info. --- ## Quick Start - To get started quickly, here are some [browser scripting examples](../../demo/browser/) and some [Node.js examples](../../demo/nodejs/). --- ## Topic Index - ### Position vectors of Sun, Moon, and planets | [HelioVector](#Astronomy.HelioVector) | Calculates vector with respect to the center of the Sun. | diff --git a/source/js/README.md b/source/js/README.md index 15f2166c..3156853a 100644 --- a/source/js/README.md +++ b/source/js/README.md @@ -1,23 +1,18 @@ # Astronomy Engine (JavaScript) - ---- - This is the complete programming reference for the JavaScript version -of the [Astronomy Engine](../../). It supports client side programming +of [Astronomy Engine](../../). It supports client side programming in the browser and backend use of [Node.js](https://nodejs.org). Other programming languages are supported also. See the [home page](../../) for more info. --- ## Quick Start - To get started quickly, here are some [browser scripting examples](../../demo/browser/) and some [Node.js examples](../../demo/nodejs/). --- ## Topic Index - ### Position vectors of Sun, Moon, and planets | [HelioVector](#Astronomy.HelioVector) | Calculates vector with respect to the center of the Sun. |