Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/gsw.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ via the index to these web pages.

Subsets of functions are grouped in subpackages, each of which corresponds
approximately to one or more of the groups in the table on pages
16-19 of http://www.teos-10.org/pubs/Getting_Started.pdf. These
16-19 of https://www.teos-10.org/pubs/Getting_Started.pdf. These
subpackages are particularly useful for finding functions using
tab-completion in IPython.

Expand Down
2 changes: 1 addition & 1 deletion gsw/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
This is a Python implementation of the Gibbs SeaWater (GSW) Oceanographic
Toolbox of TEOS-10. Extensive documentation is available from
http://www.teos-10.org/; users of this Python package are strongly
https://www.teos-10.org/; users of this Python package are strongly
encouraged to study the documents posted there.

This implementation is based on GSW-C for core functions, with
Expand Down
Loading