Skip to content

Commit

Permalink
Expanding Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
akshmakov committed Aug 12, 2018
1 parent eb97cc8 commit 52464e2
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'classic'
html_theme = 'sphinx_rtd_theme'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
5 changes: 3 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ Welcome to nc5ng's documentation!
.. toctree::
:maxdepth: 2

installing
nc5ng-nc5data
nc5ng-gmt
nc5ng-types




Indices and tables
==================
Expand Down
38 changes: 38 additions & 0 deletions docs/installing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
Installation
============

Installation instructions for generic packages

Requirements
------------

- Fortran (``f77``, ``gfortran``)
- GMT/Python (Optional)
- GMT6.0 (Unreleased)


`pip`
-----

``nc5ng`` can be installed directly through `pip` simply by running

``pip install nc5ng``




`Docker`
--------

Docker images are provided to evaluate nc5ng. Pre-configured images are available from the `nc5ng-docker <https://www.nc5ng.org/projects/nc5ng-docker>`_ project (`Dockerhub <https://hub.docker.com/r/nc5ng/nc5ng>`_), and base images with gmt tools are available from the `gmt-docker <https://www.nc5ng.org/projects/gmt-docker>`_ project (`Dockerhub <https://hub.docker.com/r/nc5ng/gmt>`_)

`NADCON5.0` Conversion Data
---------------------------

Source data is provided directly from the `nc5ng-core` package. However conversion data must either be built or downloaded seperately.


Conversion data are released publically on the `nadcon5-ng github <https://github.com/nc5ng/nadcon5-ng/releases>`_ or upstream via National Geodetic Survey. For compilation please see the source library `docs <https://docs.nc5ng.org/latest>`_ , `project homepage <https://www.nc5ng.org/project/nadcon5-ng>`_, and `github <https://github.com/nc5ng/nadcon5-ng>`_


Conversion data can be placed anywhere and is referenced by configration arguments used to load data.
5 changes: 2 additions & 3 deletions docs/nc5ng-gmt.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@


`nc5ng.gmt` package reference
=============================
`nc5ng.gmt` Package Reference
=============================


Expand Down
9 changes: 9 additions & 0 deletions docs/nc5ng-nc5data.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
=================================
`nc5ng.nc5data` Package Reference
=================================


**PyPi Package:** ``nc5ng-core``


.. automodule:: nc5ng.nc5data
11 changes: 11 additions & 0 deletions docs/nc5ng-types.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
===============================
`nc5ng.types` Package Reference
===============================


**PyPi Package:** ``nc5ng-common``



.. automodule:: nc5ng.types

0 comments on commit 52464e2

Please sign in to comment.