Mercurial > p > roundup > code
diff doc/admin_guide.txt @ 7978:749c9a58cfda
docs: fix formatting.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 21 May 2024 20:15:29 -0400 |
| parents | d3c0d3c9f5e7 |
| children | ecb09e5d0bfa |
line wrap: on
line diff
--- a/doc/admin_guide.txt Tue May 21 20:14:38 2024 -0400 +++ b/doc/admin_guide.txt Tue May 21 20:15:29 2024 -0400 @@ -815,7 +815,7 @@ endpoint with a different authorization mechanism. The following code can be added to your tracker's interfaces.py. You can create this file if it doesn't exist. This code -creates a new REST endpoint at '/rest/roles':: +creates a new REST endpoint at `/rest/roles`:: from roundup.rest import Routing, RestfulInstance, _data_decorator
