Becksteinlab / kda

Python package used for the analysis of biochemical kinetic diagrams.
GNU General Public License v3.0
3 stars 1 forks source link

Fix _combine() function showing up in kda.diagrams page of kda.readthedocs.io #23

Closed nawtrey closed 1 month ago

nawtrey commented 3 years ago

At the bottom of the kda.diagrams page, the _combine() function shows up in the list. This function should be hidden, and instead there should be an entry for kda.diagrams.enumerate_partial_diagrams().

nawtrey commented 3 years ago

This might just be a matter of rebuilding the docs, but I thought readthedocs was doing that automatically.