Skip to content

Commit

Permalink
update to docs re support
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Hamman committed Aug 3, 2017
1 parent 99915b6 commit ea90e6f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,10 @@ is equivalent to:
## Support, Issues, Bugs, ...
Please use the github page to report issues/bugs/features: https://github.com/nco/pynco.
For usage questions, please use [Stack Overflow](https://stackoverflow.com/questions/tagged/nco).
Please use the github page for this code: https://github.com/nco/pynco.
## License
Expand All @@ -201,7 +203,7 @@ Please use the github page for this code: https://github.com/nco/pynco.
## Other stuff
* Author: Joe Hamman <jhamman1@uw.edu>
* Author: [Joe Hamman](https://github.com/jhamman)
* Requires: NCO version 4.2.x or newer, Python 2.6 or later
* Optional: scipy or Python netCDF4
* License: Copyright 2015 by Joe Hamman. Released under GPLv2 license. See the LICENSE file included in the distribution.
6 changes: 4 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@ temperatures = nco.ncra(input=ifile, output=tempfile.mktemp(), returnArray='T')

## Support, Issues, Bugs, ...

Please use the github page for this code: https://github.com/nco/pynco.
Please use the github page to report issues/bugs/features: https://github.com/nco/pynco.

For usage questions, please use [Stack Overflow](https://stackoverflow.com/questions/tagged/nco).

## License

Expand All @@ -118,7 +120,7 @@ Please use the github page for this code: https://github.com/nco/pynco.

## Other stuff

* Author: Joe Hamman <jhamman1@uw.edu>
* Author: [Joe Hamman](https://github.com/jhamman)
* Requires: NCO version 4.2.x or newer, Python 2.6 or later
* Optional: scipy or Python netCDF4
* License: Copyright 2015 by Joe Hamman. Released under GPLv2 license. See the LICENSE file included in the distribution.

0 comments on commit ea90e6f

Please sign in to comment.