You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/custom.rst
+25-23Lines changed: 25 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Custom builder
4
4
5
5
Some packages use an API to send HTTP requests.
6
6
This allows developers to focus on API calls instead of forming HTTP requests with low level utilities.
7
-
For such packages, ``sphinxcontrib.httpexample`` supports custom builders.
7
+
For such packages, sphinxcontrib.httpexample supports custom builders.
8
8
9
9
The examples in this chapter use the `@plone/client <https://www.npmjs.com/package/@plone/client>`_ package, an agnostic library that provides easy access to the Plone REST API from a client written in TypeScript.
10
10
@@ -18,10 +18,10 @@ In this file, define a custom method as your builder.
0 commit comments