Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
Added missing file extensions in doc
Browse files Browse the repository at this point in the history
Issue #2
  • Loading branch information
demonduck committed Dec 9, 2016
1 parent 2d17c48 commit d8f4890
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <developer_email>
$ python engine_shell install first.engines.mnemonic_hash MnemonicHashEngine <developer_email>
$ python engine_shell install first.engines.basic_masking BasicMaskingEngine <developer_email>
$ python engine_shell.py install first.engines.exact_match ExactMatchEngine <developer_email>
$ python engine_shell.py install first.engines.mnemonic_hash MnemonicHashEngine <developer_email>
$ python engine_shell.py install first.engines.basic_masking BasicMaskingEngine <developer_email>
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.

Expand Down

0 comments on commit d8f4890

Please sign in to comment.