From d8f48901c5311f555c9ed82b75191fa724ade762 Mon Sep 17 00:00:00 2001 From: demonduck Date: Fri, 9 Dec 2016 08:08:36 -0500 Subject: [PATCH] Added missing file extensions in doc Issue #2 --- docs/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 9fe4ff4..1f18595 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -39,9 +39,9 @@ Python script ``engine_shell.py`` can be provided with command line arguments or .. code:: $ cd FIRST-server/server/utilities - $ python engine_shell install first.engines.exact_match ExactMatchEngine - $ python engine_shell install first.engines.mnemonic_hash MnemonicHashEngine - $ python engine_shell install first.engines.basic_masking BasicMaskingEngine + $ python engine_shell.py install first.engines.exact_match ExactMatchEngine + $ python engine_shell.py install first.engines.mnemonic_hash MnemonicHashEngine + $ python engine_shell.py install first.engines.basic_masking BasicMaskingEngine Once an engine is installed you can start using your FIRST installation to add and/or query for annotations. Without engines FIRST will still be able to store annotations, but will never return any results for query operations.