Skip to content

Commit

Permalink
Merge pull request #118 from Seshat-Global-History-Databank/blank-doc…
Browse files Browse the repository at this point in the history
…s-pages

Add blank docs pages
  • Loading branch information
edwardchalstrey1 authored Oct 8, 2024
2 parents 69fce65 + 4bb4ff4 commit 9402fa5
Show file tree
Hide file tree
Showing 20 changed files with 170 additions and 33 deletions.
4 changes: 4 additions & 0 deletions docs/source/admin/backup.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Database backups
===============

...
4 changes: 4 additions & 0 deletions docs/source/admin/bulk_updates.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Adding new datasets to the Seshat database
========================================

...
4 changes: 4 additions & 0 deletions docs/source/admin/django.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Using Django in Seshat
======================

...
14 changes: 13 additions & 1 deletion docs/source/admin/index.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
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.

If you are new to the Seshat project, you should review these pages, in particular the Getting Started section of the Developers Guide.

You may also wish to review the `team <../team.rst>`_ page, which includes a help section, to see who on the Seshat team can help you with various tasks.

.. toctree::
:maxdepth: 3

setup/index
developers-guide
repo_structure
django
bulk_updates
backup
schema
testing
api/index
websites
setup/index




4 changes: 4 additions & 0 deletions docs/source/admin/repo_structure.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Seshat Github repo structure
============================

...
4 changes: 4 additions & 0 deletions docs/source/admin/schema.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Database schema map
===================

...
5 changes: 5 additions & 0 deletions docs/source/admin/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ To set up pushing the docker image using the GH action workflow, I first did the

- Generated a new GitHub token with the ``read:packages`` and ``write:packages`` scopes. Under my ``Settings > Developer settings > Personal access tokens`` (classic token).
- Stored the GitHub token as a secret in the Seshat GitHub repository, ``Settings > Secrets``, named ``GH_TOKEN``.

Adding new tests
----------------

*TODO: Add instructions for adding new tests.*
4 changes: 0 additions & 4 deletions docs/source/contact.rst

This file was deleted.

14 changes: 13 additions & 1 deletion docs/source/expert/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
Seshat Expert
============

TODO: Add content here
This page includes help for our Seshat Experts: collaborators with the necessary expertise and permission to approve or reject changes to the Seshat data.


Creating a login on the Seshat website
---------------------------------------


Making and approving data edits
-------------------------------


Discussing data edits via private comments
--------------------------------------------



17 changes: 5 additions & 12 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,20 @@ On this site you will find documentation for the Seshat project, such as how-to

The documentation is divided into sections based on the role of the reader, which match the access level of your account on the Seshat website. These roles are defined as follows:

1. Seshat Databank Admin: A member of the Seshat team responsible for the maintenance and development of the Seshat codebase.
2. Research Assistant: A researcher contributing to the Seshat data as part of an ongoing Seshat affiliated project.
1. Seshat Databank Admin: A member of the Seshat team responsible for the maintenance and development of the Seshat codebase, database and website.
2. Researcher: Any researcher contributing to, or consuming, the Seshat data as part of an ongoing Seshat affiliated project.
3. Seshat Expert: A collaborator with the necessary expertise and permission to approve or reject changes to the Seshat data.
4. Public User: An academic or other interested party who has created an account on the Seshat website to suggest data edits.

.. toctree::
:maxdepth: 2

admin/index
research_assistant/index
researcher/index
expert/index
public_user/index
team
resources
api/index
code-of-conduct
contact



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
10 changes: 9 additions & 1 deletion docs/source/public_user/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
Public User
============

TODO: Add content here
This page includes help for Seshat Public Users: academics or other interested parties who wish to suggest data edits.


Creating a login on the Seshat website
---------------------------------------


Suggesting data edits
---------------------



12 changes: 0 additions & 12 deletions docs/source/research_assistant/index.rst

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Cliopatria
=========
How to edit the Cliopatria borders dataset
===========================================

Cliopatria is a comprehensive open-source geospatial dataset of worldwide states, political groups, events, and rulers from 3400BCE to 2024CE.
It is part of the Seshat Global History Databank project.
Expand Down
13 changes: 13 additions & 0 deletions docs/source/researcher/datasets.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Seshat datasets
===============

Data downloads
--------------


Data cleaning code
-----------------


Making your dataset available to others
---------------------------------------
14 changes: 14 additions & 0 deletions docs/source/researcher/getting_started.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Getting started with Seshat data
=================================


Creating a login on the Seshat website
---------------------------------------


Loading Seshat data in Python via the Seshat API
------------------------------------------------


Working with the Cliopatria borders dataset
--------------------------------------------
22 changes: 22 additions & 0 deletions docs/source/researcher/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Researcher
============

These pages are useful for any researcher contributing to, or consuming, the Seshat data as part of an ongoing Seshat affiliated project.

A great place to start for someone new on the project is the `Getting started with Seshat data <getting_started>`_ page, which contains example notebooks for loading Seshat data in Python.

You may also wish to review the `team <../team.rst>`_ page, which includes a help section, to see who on the Seshat team can help you with various tasks.

.. toctree::
:maxdepth: 3

getting_started
datasets
cliopatria
projects
website

See also the `API documentation <../api/index.rst>`_.



4 changes: 4 additions & 0 deletions docs/source/researcher/projects.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Seshat projects
===============

...
10 changes: 10 additions & 0 deletions docs/source/researcher/website.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
How to use the Seshat website to make and discuss data edits
=============================================================


Making and approving data edits
-------------------------------


Discussing data edits via private comments
--------------------------------------------
26 changes: 26 additions & 0 deletions docs/source/resources.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
List of Seshat project resources
===============================


Papers
-----


GitHub
------


Zenodo
------


Websites
--------


Codebooks
---------


Shared drives
-------------
14 changes: 14 additions & 0 deletions docs/source/team.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Team
====


Contact
-------


Who can help me if...
----


Communication channels
----------------------

0 comments on commit 9402fa5

Please sign in to comment.