gwmod / nlmod

Python package to build, run and visualize MODFLOW 6 groundwater models in the Netherlands.
https://nlmod.readthedocs.io
MIT License
34 stars 3 forks source link

Change the way we write nlmod in the documentation and publications to NLmod #328

Closed rubencalje closed 7 months ago

rubencalje commented 8 months ago

For the documentation-website and publications, I think we should change the name of "nlmod" to "NLmod". This will increase the readability of the name, especially when "nlmod" is at the beginning of a sentence.

In Python-code we would still refer to nlmod in lowercase characters: import nlmod

What do you think?