diff --git a/docs/source/api.rst b/docs/source/api.rst index 952a2b03..adea37b1 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -38,5 +38,6 @@ The outputs of the function are * **energy**: A number that indicates the overall consumed energy for running the workload on the accelerator in the user-defined optimized way. * **latency**: A number that indicates the overall latency (cycle count) for running the workload on the accelerator in the user-defined optimized way. * **cme**: A collection of all the detailed cost model evaluation results. "cme" stands for "cost model evaluation". +.. note:: -We demonstrate how to use this api function in multiple `demos `_. + We demonstrate how to use this api function in multiple `demos `_.