Unidata / netcdf-cxx4

Official GitHub repository for netCDF-C++ libraries and utilities.
Other
124 stars 49 forks source link

Documentation #42

Closed 5tefan closed 7 years ago

5tefan commented 7 years ago

I would reopen #27 if I could, as the Unidata website remains in unfortunate condition.

The situation could be slightly improved by providing the C++ interface documentation via Github Pages. Since the docs/ dir is occupied, the easiest way to do this is probably with a gh-pages branch.

I've published the documentation on my own fork. It would be better to have that available from this repo though.

Having run Doxygen and with gh-pages installed from the nodejs ecosystem, publishing the documentation is as simple as

gh-pages -d cxx4/doc/html/

Please consider doing this! Thanks.

WardF commented 7 years ago

Reopened as you are quite right. Let me look at gh pages and see if that meets the requirements of our web admins

WardF commented 7 years ago

I couldn't get gh-pages to work but I did get the documentation here:

I'll need to update the links and references external to this, but closing out this issue for now.

5tefan commented 7 years ago

Looks great! Thanks!