-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from NASA-AMMOS/issue-52
Issue #52 - Convert README.md to README.rst for PyPi
- Loading branch information
Showing
3 changed files
with
43 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
AMMOS Instrument Toolkit (AIT) | ||
============================== | ||
|
||
The AMMOS Instrument Toolkit (Formerly the Bespoke Links to Instruments | ||
for Surface and Space (BLISS)) is a Python-based software suite | ||
developed to handle Ground Data System (GDS), Electronic Ground Support | ||
Equipment (EGSE), commanding, telemetry uplink/downlink, and sequencing | ||
for JPL International Space Station and CubeSat Missions. It is a | ||
generalization and expansion of tools developed for a number of JPL ISS | ||
missions. | ||
|
||
Getting Started | ||
--------------- | ||
|
||
You can read through the `Installation and Configuration | ||
Page <http://ait-core.readthedocs.io/en/latest/installation.html>`__ for | ||
instruction on how to install AIT Core. | ||
|
||
You can read through the `New Project Setup | ||
Page <http://ait-core.readthedocs.io/en/latest/project_setup.html>`__ | ||
for instructions on how to use AIT on your next project. | ||
|
||
Contributing | ||
------------ | ||
|
||
For information on how to contribute please see the `AIT Contributors | ||
Guides <http://ait-core.readthedocs.io/en/latest/contribute.html>`__ | ||
|
||
-------------- | ||
|
||
|travis| | ||
|docs| | ||
|
||
.. |travis| image:: https://travis-ci.org/NASA-AMMOS/AIT-Core.svg?branch=master | ||
:alt: build status | ||
:scale: 100% | ||
:target: https://travis-ci.org/NASA-AMMOS/AIT-Core | ||
.. |docs| image:: https://readthedocs.org/projects/ait-core/badge/?version=master | ||
:alt: Documentation Status | ||
:scale: 100% | ||
:target: https://ait-core.readthedocs.io/en/latest/?badge=master |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters