Project

General

Profile

Documentation suggestions

Added by Elio Campitelli 15 days ago

In attempting to improve my CDO R wrapper I've been trying to do a better job of parsing CDO's documentation and in so I found a few issues and inconsistencies. They are quite a few and some of them might benefit from specific discussion so they might be better suited as separate threads. A couple are relatively trivial (typos and such) and I could share a patch or pull request myself.

What is the best way of reaching out? Should I open a series of related issues in the Issues tab? Thank you!


Replies (3)

RE: Documentation suggestions - Added by Uwe Schulzweida 15 days ago

Hello Elio,

You can find the cdo code on our GitLab server at https://gitlab.dkrz.de/mpim-sw/cdo
This repository is publicly viewable. You’ll need an account to make changes.
You can find out how to get an account here: https://docs.dkrz.de/doc/getting_started/getting-a-user-account/dkrz-user-account.html#dkrz-user-account. If that’s too much hassle, you’re also welcome to send patches.
The current code is in the develop branch:

git clone -recursive https://gitlab.dkrz.de/mpim-sw/cdo.git
cd cdo
git checkout develop
The documentation is in the subdirectory doc/rst/source. Build the html files with:
cd ./doc/rst && mkdir build && make html
open build/html/index.html
Cheers,
Uwe

RE: Documentation suggestions - Added by Elio Campitelli 15 days ago

Thank you. It's not hassle at all. Do I need to join a particular project to be able to log in into the gitlab?

RE: Documentation suggestions - Added by Uwe Schulzweida 14 days ago

GitLab is available to all members of the DKRZ. If you need to join a project when registering, choose number 926.

    (1-3/3)