Skip to content

EvanDLang/smce-airborne-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smce-airborne-docs

This repository serves as technical documentation for accessing and interfacing with the GSFC 618 Airborne SMCE service.

Contributing to the 618 Documentation

To contribute to this documentation you may join the repository as a collaborator by cloning or forking the repository, working on a development/non-main branch, and creating a pull request back to this repository. The documentation uses Sphinx and is written in reStructuredText format (.rst files).

Once you have added new content, you should test the stability of the build locally using the following:

cd docs/
make clean

# you should see detailed errors in the build message if present
make html
python -m http.server --directory build

# Alternative, if the make approach does not work try:
sphinx-build -b html source build
python -m http.server --directory build

# Navigate to http://[::]:8000 or the supplied web browser link

About

Documentation repo for the SMCE Airborne deployment

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors