diff --git a/docs/advanced/erc20_transformations.rst b/docs/advanced/erc20_transformations.rst index 8214d1a296..665a7e4889 100644 --- a/docs/advanced/erc20_transformations.rst +++ b/docs/advanced/erc20_transformations.rst @@ -175,4 +175,4 @@ No events are emitted by 0x during this transformation, although token contracts Adding Custom Transformations ----------------------------- -Transformations are trustless, but at this time they are permissioned so only 0x Labs can deploy new Transformers. If you are interested in deploying your own transformation logic, please reach out to us on `Discord `_. \ No newline at end of file +Transformations are trustless, but at this time they are permissioned so only 0x Labs can deploy new Transformers. If you are interested in deploying your own transformation logic, please reach out to us on `Discord `_. Learn more about why this is permissioned in the `Transformer Deployer <../architecture/transformer_deployer.html>`_ section. \ No newline at end of file diff --git a/docs/architecture/features.rst b/docs/architecture/features.rst index c40997e720..0e4477b7b4 100644 --- a/docs/architecture/features.rst +++ b/docs/architecture/features.rst @@ -57,7 +57,7 @@ Best Practices We use this checklist to review the safety of new Features. -.. code-block:: +:: - [ ] Feature has updated version information. - [ ] implements IFeature interface.