diff --git a/docs/index.rst b/docs/index.rst
index 2d8883a..0e99243 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,53 +1,53 @@
-.. _swh-py-template:
+.. _swh-dataset:
Software Heritage Graph Dataset
===============================
This is the Software Heritage graph dataset: a fully-deduplicated Merkle
DAG representation of the Software Heritage archive. The dataset links
together file content identifiers, source code directories, Version
Control System (VCS) commits tracking evolution over time, up to the
full states of VCS repositories as observed by Software Heritage during
periodic crawls. The dataset’s contents come from major development
forges (including `GitHub `__ and
`GitLab `__), FOSS distributions (e.g.,
`Debian `__), and language-specific package managers (e.g.,
`PyPI `__). Crawling information is also included,
providing timestamps about when and where all archived source code
artifacts have been observed in the wild.
The Software Heritage graph dataset is available in multiple formats,
including downloadable CSV dumps and Apache Parquet files for local use,
as well as a public instance on Amazon Athena interactive query service
for ready-to-use powerful analytical processing.
By accessing the dataset, you agree with the Software Heritage `Ethical
Charter for using the archive
data `__,
and the `terms of use for bulk
access `__.
If you use this dataset for research purposes, please cite the following paper:
*
| Antoine Pietri, Diomidis Spinellis, Stefano Zacchiroli.
| *The Software Heritage Graph Dataset: Public software development under one roof.*
| In proceedings of `MSR 2019 `_: The 16th International Conference on Mining Software Repositories, May 2019, Montreal, Canada. Co-located with `ICSE 2019 `_.
| `preprint `_, `bibtex `_
.. toctree::
:maxdepth: 2
:caption: Contents:
- datasets.rst
- postgresql.rst
- athena.rst
+ datasets
+ postgresql
+ athena
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`