diff --git a/docs/install.rst b/docs/install.rst
index 8d361ad..b22e709 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -11,7 +11,8 @@ The only prerequisite for running this is a working Docker installation. You'll
- `Docker `_: minimum supported version is 18.06.0.
- `Docker compose `_
-⚠️ Warning: do not attempt to simply run ``apt-get install docker docker-compose`` on older Ubuntu platforms, such as 16.04 (Xenial), as you will get older versions of these utilities.
+.. warning::
+ Do not attempt to simply run ``apt-get install docker docker-compose`` on older Ubuntu platforms, such as 16.04 (Xenial), as you will get older versions of these utilities.
Note that the production web server container will bind to port 80 and 443, so if there a web server is running on the same server (Apache or Nginx, for instance), it should be stopped prior to running tutor. Check the section on :ref:`how to setup a web proxy ` for a workaround.
@@ -63,6 +64,8 @@ Upgrading
To upgrade a running Open edX platform, just install the latest ``tutor`` version (using either methods above) and run the ``quickstart`` command again. If you have :ref:`customised ` your docker images, you will have to re-build them prior to running ``quickstart``.
+.. _autocomplete:
+
Autocomplete
------------
diff --git a/docs/podman.rst b/docs/podman.rst
index e88df09..3c93e1e 100644
--- a/docs/podman.rst
+++ b/docs/podman.rst
@@ -1,5 +1,3 @@
-.. _podman:
-
Running Tutor with Podman
-------------------------