Skip to content

Commit

Permalink
Merge pull request #120 from Seshat-Global-History-Databank/fix-docs-…
Browse files Browse the repository at this point in the history
…warnings

Fix some minor readthedocs warnings
  • Loading branch information
edwardchalstrey1 authored Oct 8, 2024
2 parents 9402fa5 + 31def10 commit 6d9430c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions docs/source/admin/index.rst
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/source/admin/setup/local/macos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/admin/setup/local/ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/admin/setup/spatialdb.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 </getting-started/setup/local/index>` 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 <index.rst>`_ 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:

Expand Down

0 comments on commit 6d9430c

Please sign in to comment.