From a599e13d17126ac14d7cb98c12639cc79f6f8694 Mon Sep 17 00:00:00 2001 From: Mariatta Date: Thu, 3 Aug 2023 15:33:42 -0700 Subject: [PATCH 1/4] Test deploying to readthedocs --- docs/index.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index d5c8a52..3c4d5a9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -148,3 +148,9 @@ cat. 😊 so that made some sense phonetically. And with the `octocat `_ being the mascot of GitHub, it seemed fitting to have the name to be feline-related somehow. + + +Blblabla +-------- + +blablabla From 5ca7e7154f9b974e0161fb11ebcad84d6e71492b Mon Sep 17 00:00:00 2001 From: Mariatta Date: Thu, 3 Aug 2023 15:40:22 -0700 Subject: [PATCH 2/4] Update GitHub url re: webhook events --- docs/routing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/routing.rst b/docs/routing.rst index 0ba2692..789a157 100644 --- a/docs/routing.rst +++ b/docs/routing.rst @@ -7,7 +7,7 @@ When a single web service is used to perform multiple actions based on a single -`webhook event `_, it +`webhook event `_, it is easier to do those multiple steps in some sort of routing mechanism to make sure the right objects are called is provided. This module is meant to provide such a router for :class:`gidgethub.sansio.Event` From c8e70b74da73a307f7e3d9828c5ca7b30c86a49b Mon Sep 17 00:00:00 2001 From: Mariatta Date: Thu, 3 Aug 2023 15:49:06 -0700 Subject: [PATCH 3/4] Update sansio.rst --- docs/sansio.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sansio.rst b/docs/sansio.rst index e96a65f..f3017b5 100644 --- a/docs/sansio.rst +++ b/docs/sansio.rst @@ -5,7 +5,7 @@ Webhook events -------------- -`Webhook events `_ are represented by +`Webhook events `_ are represented by :class:`Event` objects. The expectation is that a server will receive an HTTP request from GitHub and then use :meth:`Event.from_http` to create an :class:`Event` instance. For example:: @@ -44,14 +44,14 @@ without requiring the use of the :class:`Event` class. .. attribute:: data - The `payload `_ of the + The `payload `_ of the event. .. attribute:: event The string representation of the - `triggering event `_. + `triggering event `_. .. attribute:: delivery_id From 462833d9c0c92abeb8a28c956b71670f447fca0b Mon Sep 17 00:00:00 2001 From: Mariatta Date: Thu, 3 Aug 2023 18:19:42 -0700 Subject: [PATCH 4/4] Update index.rst --- docs/index.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 3c4d5a9..d5c8a52 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -148,9 +148,3 @@ cat. 😊 so that made some sense phonetically. And with the `octocat `_ being the mascot of GitHub, it seemed fitting to have the name to be feline-related somehow. - - -Blblabla --------- - -blablabla