Switch to side-by-side view

--- a
+++ b/docs-source/source/gan.rst
@@ -0,0 +1,21 @@
+.. currentmodule:: slideflow.gan
+
+slideflow.gan
+=============
+
+.. automodule:: slideflow.gan
+   :members:
+
+See :ref:`stylegan` for more information on working with GANs.
+
+StyleGAN2 Interpolator
+----------------------
+
+.. autoclass:: StyleGAN2Interpolator
+    :inherited-members:
+
+Utility functions
+-----------------
+
+.. automodule:: slideflow.gan.utils
+   :members:
\ No newline at end of file