From 474b81e2d49d5b9377a7390cce0cbe930cdb4bbe Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 09:44:33 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/quickstart.rst | 2 +- examples/torch_mnist/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 1b0fd47..5b90231 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -4,7 +4,7 @@ Quick Start =========== .. hint:: - + Check a `full example `_ on our github repository To start using perun, the first step is to install it using pip. diff --git a/examples/torch_mnist/README.md b/examples/torch_mnist/README.md index 919bcbc..5286fcf 100644 --- a/examples/torch_mnist/README.md +++ b/examples/torch_mnist/README.md @@ -72,7 +72,7 @@ Monitored Functions The application has run been run 1 times. Throught its runtime, it has used 0.012 kWh, released a total of 0.005 kgCO2e into the atmosphere, and you paid 0.00 € in electricity for it. ``` -The results display data about the functions *train*, *test_epoch* and *test*. Those functions were specialy marked using the ```@monitor()``` decorator. +The results display data about the functions *train*, *test_epoch* and *test*. Those functions were specialy marked using the ```@monitor()``` decorator. ```python @monitor()