Skip to content

Commit

Permalink
Fix a few issues with the documentation display
Browse files Browse the repository at this point in the history
  • Loading branch information
frostedoyster committed Dec 2, 2023
1 parent d148e17 commit 6bd1da8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/src/how-to.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
How-to
======

This section describes how to use the metatensor-models package.
This section describes how to use the ``metatensor-models`` package.
2 changes: 1 addition & 1 deletion docs/src/index.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Welcome to metatensor-models's documentation!
=============================================

This is a collection of atomistic models interfaced with metatensor.
This is a collection of atomistic models interfaced with ``metatensor``.

.. toctree::
:maxdepth: 1
Expand Down
2 changes: 1 addition & 1 deletion docs/src/models.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Available models
================

This is a list of the models available in `metatensor-models`.
This is a list of the models available in ``metatensor-models``.

.. toctree::
:maxdepth: 1
Expand Down
6 changes: 3 additions & 3 deletions docs/src/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Quickstart

You can install metatensor-models with pip:

```bash
pip install metatensor-models
```
.. code-block:: bash
pip install git+https://github.com/lab-cosmo/metatensor-models.git

0 comments on commit 6bd1da8

Please sign in to comment.