Skip to content

Commit

Permalink
add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jackaraz committed Jan 19, 2024
1 parent 3b26560 commit 38ecf04
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Description of all functions and classes
========================================

.. meta::
:property=og:title: Description of all functions and classes
:property=og:image: https://spey.readthedocs.io/en/main/_static/spey-logo.png

Top-Level
---------

Expand Down
4 changes: 4 additions & 0 deletions docs/comb.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Combining Statistical Models
============================

.. meta::
:property=og:title: Combining Statistical Models
:property=og:image: https://spey.readthedocs.io/en/main/_static/spey-logo.png

In this section, we will provide a simple statistical model combination example using
`Path Finder algorithm <https://github.com/J-Yellen/PathFinder>`_
(For details, see :cite:`Araz:2022vtr`).
Expand Down
4 changes: 4 additions & 0 deletions docs/exclusion.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Exclusion limits
================

.. meta::
:property=og:title: Exclusion limits
:property=og:image: https://spey.readthedocs.io/en/main/_static/spey-logo.png

Any Spey statistical model can compute the exclusion confidence level
using three options. Depending on the available functions in likelihood construction
(see :ref:`this section <sec_new_plugin>` for details), one or more of these options will be
Expand Down
6 changes: 6 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
Welcome to the documentation of Spey
====================================

.. meta::
:property=og:title: Spey
:property=og:description: smooth inference for reinterpretation studies
:property=og:image: https://spey.readthedocs.io/en/main/_static/spey-logo.png
:property=og:url: https://spey.readthedocs.io/en/main/

.. image:: https://img.shields.io/github/issues/SpeysideHEP/spey?style=plastic&logo=github
:alt: GitHub issues
:target: https://github.com/SpeysideHEP/spey/issues
Expand Down
4 changes: 4 additions & 0 deletions docs/new_plugin.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Building a plugin
=================

.. meta::
:property=og:title: Building a plugin
:property=og:image: https://spey.readthedocs.io/en/main/_static/spey-logo.png

``spey`` package has been designed to be expandable. It only needs to know certain aspects of the
data structure that is presented and a prescription to form a likelihood function.

Expand Down
4 changes: 4 additions & 0 deletions docs/plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Plug-ins
========

.. meta::
:property=og:title: Plug-ins
:property=og:image: https://spey.readthedocs.io/en/main/_static/spey-logo.png

Spey seamlessly integrates with diverse packages that offer specific
statistical model prescriptions. Its primary objective is to centralise
these prescriptions within a unified interface, facilitating the
Expand Down
4 changes: 4 additions & 0 deletions docs/quick_start.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
Quick Start
===========

.. meta::
:property=og:title: Quick Start
:property=og:image: https://spey.readthedocs.io/en/main/_static/spey-logo.png

Installation
------------

Expand Down

0 comments on commit 38ecf04

Please sign in to comment.