NREL / OpenOA

This library provides a framework for assessing wind plant performance using operational assessment (OA) methodologies that consume time series data from wind plants. The goal of the project is to provide an open source implementation of common data structures, analysis methods, and utility functions relevant to wind plant OA.
https://openoa.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
193 stars 63 forks source link

readthedocs - functions not shown in sidebar for PlantData API #278

Closed charlie9578 closed 8 months ago

charlie9578 commented 9 months ago

Hi, this one is just a small comment, but the PlantData API functions aren't shown in the righthand sidebar, while they are for the Analysis Methods and Utils (although formating varies). Is there a reason behind this? I'd prefer to see the full list of functions, as it makes finding them easier. Thanks

image

image

RHammond2 commented 8 months ago

Thanks for flagging this @charlie9578, I'll see if I can get a fix into your v3.1 release that's coming later this week if all goes according to plan.

RHammond2 commented 8 months ago

You should be able to see the results in the PR docs build site. Please let us know if there's anything else that doesn't look quite right!

RHammond2 commented 8 months ago

@charlie9578 I've made some updates in the v3.1 release, does this satisfy what you were looking for? If so, feel free to close the issue, otherwise we can keep working towards a resolution.

charlie9578 commented 8 months ago

Hi, looks good. Thanks for the quick fix!