diff options
| author | Todd Willey <todd@ansolabs.com> | 2010-11-04 02:06:28 -0400 |
|---|---|---|
| committer | Todd Willey <todd@ansolabs.com> | 2010-11-04 02:06:28 -0400 |
| commit | d14dafebf80cfc1776be5496b44a1970167114d8 (patch) | |
| tree | 22c55d463670a67c61bda9700d9a288e3aa9bcbc | |
| parent | 8ff07424548ad4d25b1653351d0bffaac7bc0642 (diff) | |
add missing file.
| -rw-r--r-- | doc/source/development.environment.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/source/development.environment.rst b/doc/source/development.environment.rst new file mode 100644 index 000000000..ee19ba2bf --- /dev/null +++ b/doc/source/development.environment.rst @@ -0,0 +1,23 @@ +.. + Copyright 2010 United States Government as represented by the + Administrator of the National Aeronautics and Space Administration. + All Rights Reserved. + + 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://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. + +Setting up a development environment +==================================== + +:: + + TODO(anthony) |
