Open HannahSi opened 3 years ago
add section for ac tutorial: how to look for / read documentation
Change these lines: https://github.com/AguaClara/aguaclara/blob/cc40815dfed5c4043daede0aabb23a1c13f6dca1/docs/source/conf.py#L27-L28 to something like this (see example from https://github.com/pythonarcade/arcade/blob/maintenance/doc/conf.py):
from version import VERSION
version = VERSION
release = VERSION
so that the version number on our documentation site says "latest" or a number instead of "EXPERIMENTAL"
Below are some updates and improvements that can be made to the aguaclara documentation site: