diff --git a/docs/index.rst b/docs/index.rst
index 31e35c27..30f38c69 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -7,7 +7,7 @@ air quality models.
MONET was developed to evaluate the Community Multiscale Air Quality Model (CMAQ)
for the NOAA National Air Quality Forecast Capability (NAQFC) modeling system.
-From MONET version 2.1.4, MONETIO was broken off from MONET to be its own dedicated repository.
+After MONET version 2.1.4, MONETIO was broken off from MONET to be its own dedicated repository [#monetio-split]_.
MONETIO is built to work in unison with MONET. For more information on MONET please refer to
https://monet-arl.readthedocs.io.
@@ -78,7 +78,6 @@ Supported datasets
* `IMPROVE `_
* `ISH `_
-
.. toctree::
:maxdepth: 10
:caption: Help & Reference
@@ -86,3 +85,11 @@ Supported datasets
api
get-in-touch
+
+.. rubric:: Footnotes
+
+.. [#monetio-split] The last commit of `MONET v2.1.5 `__
+ merged `PR#77 `__, which brought the branch testing the split MONET and MONETIO packages into the
+ primary branch of the repository.
+ The first official split GitHub releases with were `MONET v2.2.0 `__
+ and `MONETIO v0.1 `__ (Mar 2020).
diff --git a/docs/installing.rst b/docs/installing.rst
index 76ea9108..a2982687 100644
--- a/docs/installing.rst
+++ b/docs/installing.rst
@@ -50,10 +50,10 @@ or you can manually download it from GitHub and install it using the setup.py::
.. note::
MONET plans to drop support for python 2.7 sometime in 2019. This
- means that new releases of xarray published after this date will only be
- installable on python 3+ environments, but older versions of xarray will
- always be available to python 2.7 users. For more information see the
- following references:
+ means that new releases of MONET and MONETIO published after this date will
+ only be installable on python 3+ environments, but older versions of MONET
+ (< 2.1.5) will always be available to python 2.7 users. For more information
+ see the following references:
- `Python 3 Statement `__
- `Tips on porting to Python 3 `__