Skip to content

Commit

Permalink
service: http: docs: cli: Fix formating
Browse files Browse the repository at this point in the history
Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
pdxjohnny committed Apr 14, 2020
1 parent 7affd0f commit 4eaaa5e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions service/http/docs/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,10 @@ training, accuracy assessment, or prediction, use the ``-models`` flag.

.. code-block:: console
$ dffml service http server -models mymodel=slr \
-model-mymodel-features \
X:float:1 \
-model-mymodel-predict \
Y:float:1
$ dffml service http server \
-models mymodel=slr \
-model-mymodel-features X:float:1 \
-model-mymodel-predict Y:float:1
Sources
-------
Expand All @@ -50,6 +49,6 @@ for record retrieval or updating, use the ``-sources`` flag.

.. code-block:: console
$ dffml service http server -sources mysource=csv
-source-mysource-filename
training.csv
$ dffml service http server \
-sources mysource=csv \
-source-mysource-filename training.csv

0 comments on commit 4eaaa5e

Please sign in to comment.