diff --git a/docs/source/admin/index.rst b/docs/source/admin/index.rst index f44227451..59c4b447b 100644 --- a/docs/source/admin/index.rst +++ b/docs/source/admin/index.rst @@ -1,5 +1,5 @@ Seshat Databank Admin -============ +===================== This section of the documentation is for the Seshat Databank Admins: members of the Seshat team responsible for the maintenance and development of the Seshat codebase, database and website. @@ -17,7 +17,6 @@ You may also wish to review the `team <../team.rst>`_ page, which includes a hel backup schema testing - api/index websites setup/index diff --git a/docs/source/admin/setup/local/macos.rst b/docs/source/admin/setup/local/macos.rst index 98551dee0..05603bc55 100644 --- a/docs/source/admin/setup/local/macos.rst +++ b/docs/source/admin/setup/local/macos.rst @@ -109,7 +109,7 @@ In the database, run the following SQL command to create a new database. Note th Exit out of the ``psql`` program: -.. code-block:: sql +.. code-block:: \q diff --git a/docs/source/admin/setup/local/ubuntu.rst b/docs/source/admin/setup/local/ubuntu.rst index 086c9e51c..f25cce511 100644 --- a/docs/source/admin/setup/local/ubuntu.rst +++ b/docs/source/admin/setup/local/ubuntu.rst @@ -129,7 +129,7 @@ In the database, run the following SQL command to create a new database. Note th Exit out of the ``psql`` program: -.. code-block:: sql +.. code-block:: \q diff --git a/docs/source/admin/setup/spatialdb.rst b/docs/source/admin/setup/spatialdb.rst index a3550a068..3d9944c88 100644 --- a/docs/source/admin/setup/spatialdb.rst +++ b/docs/source/admin/setup/spatialdb.rst @@ -32,7 +32,7 @@ GADM How to add new shape datasets to the maps ------------------------------------------ -Ensure that the database and Django are already set up (see :doc:`local instructions ` for more detail) and all migrations have been run for the "core" Django app (``python manage.py migrate core``). +Ensure that the database and Django are already set up (see the relevant `setup `_ page for more detail) and all migrations have been run for the "core" Django app (``python manage.py migrate core``). To create a new shape dataset for use in the Seshat map explorer, you can do the following: