From 2da659a45b1ae8368361542bf4705dcf6a0c2ef1 Mon Sep 17 00:00:00 2001 From: jswhit Date: Sat, 28 Oct 2023 14:08:01 -0600 Subject: [PATCH] update docs --- README.htmldocs | 10 +-- docs/index.html | 163 +++++++++++++++++++++++++----------------------- 2 files changed, 92 insertions(+), 81 deletions(-) diff --git a/README.htmldocs b/README.htmldocs index 9f183e06c..a4ba23ee0 100644 --- a/README.htmldocs +++ b/README.htmldocs @@ -1,9 +1,11 @@ To update web docs at http://github.unidata.io/netcdf4-python: -First install pdoc (https://github.com/mitmproxy/pdoc) +First install pdoc (https://github.com/pdoc3/pdoc) Then in netcdf4-python github clone directory (after building and -installing github master), +installing github master), generate docs by running create_docs.sh. -* generate docs (sh create_docs.sh) -* edit docs/index.html and clean up as needed. +Docs are put in docs/index.html. + +Github pages (https://unidata.github.io/netcdf4-python/) points to docs/index.html +in master branch. diff --git a/docs/index.html b/docs/index.html index 35872a397..7ed8055d2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -5,7 +5,7 @@ netCDF4 API documentation - @@ -23,7 +23,7 @@

Package netCDF4

-

Version 1.6.4

+

Version 1.7.0

Introduction

netcdf4-python is a Python interface to the netCDF C library.

netCDF version 4 has many features @@ -51,7 +51,7 @@

Developer Install