ioos / erddapy

Python interface for ERDDAP
https://ioos.github.io/erddapy/
BSD 3-Clause "New" or "Revised" License
77 stars 30 forks source link

Call the API page "erddapy API" instead of just "erddapy" #86

Closed choldgraf closed 5 years ago

choldgraf commented 5 years ago

I had a hard time figuring out that the documentation page erddapy was actually the API page. In the left "contents" menu, I assumed it was a section header rather than a clickable page. I think this would be clearer if it were called "erddapy API" here: https://github.com/ioos/erddapy/blob/master/docs/source/erddapy.rst

what do you think?

ocefpaf commented 5 years ago

What do you think?

It is not confusing to me b/c I'm used to project that do not use the wording API for the functions/methods docs. (Old scientist that never learned proper programming don't use the word API.) Adding it does not hurt though. See https://github.com/ioos/erddapy/pull/89.

choldgraf commented 5 years ago

I think that works!