Style adjustments in documentation.

This commit is contained in:
Don Cross
2019-05-13 15:16:15 -04:00
parent c9fe15b01d
commit 981464876b
2 changed files with 2 additions and 12 deletions

View File

@@ -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. |

View File

@@ -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. |