NREL / gdx-pandas

Python interface to read and write GAMS GDX files using pandas.DataFrames as the intermediate data format.
BSD 3-Clause "New" or "Revised" License
43 stars 15 forks source link

Where are the docs? #55

Closed jebob closed 6 years ago

jebob commented 6 years ago

Recently lots of docs have been added to the repo, but they don't seem to be hosted anywhere. I can't see a link to a service. This makes it harder to introduce new people to the module.

Also, Pypi https://pypi.org/project/gdxpds/ is showing the old readme.

elainethale commented 6 years ago

The docs are at http://nrel.github.io/gdx-pandas/. Can you see them? The button that says "docs|ready" links there.

jebob commented 6 years ago

I can see and access them. Thanks!