From 626ed74a411f78d805877e6b6b6aef25fb6bb398 Mon Sep 17 00:00:00 2001 From: alexravitz Date: Mon, 25 Jan 2016 13:56:44 -0500 Subject: [PATCH] Update find_agents.rst --- source/user/find_agents.rst | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/source/user/find_agents.rst b/source/user/find_agents.rst index 6a0342b8d..b31a8226d 100644 --- a/source/user/find_agents.rst +++ b/source/user/find_agents.rst @@ -45,25 +45,15 @@ section in the input file: .. code-block:: json - { - "simulation": { - ... - + {"simulation": { "archetypes": { "spec": { "path": "lib": "agents", "name": "KFacility", - "alias": "myfac1" - } - - "spec": { - ... - } - ... + "alias": "myfac1" } + "spec": {...} } - - ... } }