Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
Update documentation with Copyright and remove lewismc from all copyr…
Browse files Browse the repository at this point in the history
…ight
  • Loading branch information
lewismc committed Dec 16, 2016
1 parent 6e26183 commit b4ed2e3
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

# General information about the project.
project = u'podaacpy'
copyright = u'2016, Lewis John McGibbney'
copyright = u'2016, by the California Institute of Technology'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Contents:
utilities
webservices
mcc
l2ss



Expand Down
2 changes: 0 additions & 2 deletions docs/source/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
Introduction to podaacpy
************************

*author*: Lewis John McGibbney ([email protected])

============
Introduction
============
Expand Down
20 changes: 20 additions & 0 deletions docs/source/l2ss.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.. # encoding: utf-8
# Copyright 2016 California Institute of Technology.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http:https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
podaacpy Level 2 Sub-Setting
****************************

.. autoclass:: l2ss.L2SS
:members:
2 changes: 0 additions & 2 deletions docs/source/mcc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@
podaacpy metadata compliance checker (mcc) API
**********************************************

*author*: Lewis John McGibbney ([email protected])

.. autoclass:: mcc.MCC
:members:
2 changes: 0 additions & 2 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
Quickstart
**********

*author*: Lewis John McGibbney ([email protected])

Purpose
-------
The following document explains how to quickly get up and running with podaac. It explains how to execute the key commands and explains (at a high level) what those commands are doing e.g. what input and output we can expect. More detail on expressive use of the various API's including function level API documentation can be found in subsequent pages of this documentation guide.
Expand Down
2 changes: 0 additions & 2 deletions docs/source/utilities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@
podaacpy utilities API
************************

*author*: Lewis John McGibbney ([email protected])

.. autoclass:: podaac_utils.PodaacUtils
:members:
2 changes: 0 additions & 2 deletions docs/source/webservices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@
podaacpy webservices API
************************

*author*: Lewis John McGibbney ([email protected])

.. autoclass:: podaac.Podaac
:members:

0 comments on commit b4ed2e3

Please sign in to comment.