diff --git a/docs/features/extracted.rst b/docs/features/extracted.rst index 1034bebc..424419a3 100644 --- a/docs/features/extracted.rst +++ b/docs/features/extracted.rst @@ -607,8 +607,8 @@ Activity Recognition **Snakefile entry to compute these features:** - | expand("data/processed/{pid}/activity_recognition_{segment}.csv",pid=config["PIDS"], - | segment = config["ACTIVITY_RECOGNITION"]["DAY_SEGMENTS"]), + | ``expand("data/processed/{pid}/activity_recognition_{segment}.csv",pid=config["PIDS"], + | segment = config["ACTIVITY_RECOGNITION"]["DAY_SEGMENTS"]),`` **Snakemake rule chain:**