Skip to content

Commit

Permalink
Correct auth link
Browse files Browse the repository at this point in the history
  • Loading branch information
RandallPittmanOrSt committed Jul 29, 2024
1 parent 3a6d944 commit 9996c01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
<dd>
<div class="desc"><p><strong><code>rc_get(key)</code></strong></p>
<p>Returns the internal netcdf-c rc table value corresponding to key.
See <a href="https://docs.unidata.ucar.edu/netcdf-c/current/auth.html">https://docs.unidata.ucar.edu/netcdf-c/current/auth.html</a>
See <a href="https://docs.unidata.ucar.edu/netcdf-c/current/md_auth.html">https://docs.unidata.ucar.edu/netcdf-c/current/md_auth.html</a>
for more information on rc files and values.</p></div>
</dd>
<dt id="netCDF4.rc_set"><code class="name flex">
Expand All @@ -1361,7 +1361,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
<dd>
<div class="desc"><p><strong><code>rc_set(key, value)</code></strong></p>
<p>Sets the internal netcdf-c rc table value corresponding to key.
See <a href="https://docs.unidata.ucar.edu/netcdf-c/current/auth.html">https://docs.unidata.ucar.edu/netcdf-c/current/auth.html</a>
See <a href="https://docs.unidata.ucar.edu/netcdf-c/current/md_auth.html">https://docs.unidata.ucar.edu/netcdf-c/current/md_auth.html</a>
for more information on rc files and values.</p></div>
</dd>
<dt id="netCDF4.set_alignment"><code class="name flex">
Expand Down
4 changes: 2 additions & 2 deletions src/netCDF4/_netCDF4.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1323,7 +1323,7 @@ def rc_get(key):
**```rc_get(key)```**
Returns the internal netcdf-c rc table value corresponding to key.
See <https://docs.unidata.ucar.edu/netcdf-c/current/auth.html>
See <https://docs.unidata.ucar.edu/netcdf-c/current/md_auth.html>
for more information on rc files and values.
"""
cdef int ierr
Expand All @@ -1347,7 +1347,7 @@ def rc_set(key, value):
**```rc_set(key, value)```**
Sets the internal netcdf-c rc table value corresponding to key.
See <https://docs.unidata.ucar.edu/netcdf-c/current/auth.html>
See <https://docs.unidata.ucar.edu/netcdf-c/current/md_auth.html>
for more information on rc files and values.
"""
cdef int ierr
Expand Down

0 comments on commit 9996c01

Please sign in to comment.