Skip to content

Commit

Permalink
doc: fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
komainu8 committed Mar 26, 2018
1 parent 9fd4f7e commit 3a3e393
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/source/reference/commands/logical_count.rst
Expand Up @@ -392,7 +392,7 @@ Here is an example:
.. --shard_key created_at \
.. --filter "n_likes <= 5"
.. _logical-count-dynamic-column-related-parameters:
.. _logical-count-post-filter:

``post_filter``
"""""""""""""""
Expand All @@ -419,6 +419,8 @@ entries have ``system`` or ``use`` words:
.. --filter 'content @ "system" || content @ "use"' \
.. --post_filter 'n_likes_sum_per_tag > 10' \
.. _logical-count-dynamic-column-related-parameters:

Dynamic column related parameters
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
4 changes: 3 additions & 1 deletion doc/source/reference/commands/logical_select.rst
Expand Up @@ -487,7 +487,7 @@ Here is an example:
.. --shard_key created_at \
.. --filter "n_likes <= 5"
.. _logical-select-advanced-search-parameters:
.. _logical-select-post-filter:

``post_filter``
"""""""""""""""
Expand Down Expand Up @@ -515,6 +515,8 @@ entries have ``system`` or ``use`` words:
.. --post_filter 'n_likes_sum_per_tag > 10' \
.. --output_columns _key,n_likes,n_likes_sum_per_tag
.. _logical-select-advanced-search-parameters:

Advanced search parameters
^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down

0 comments on commit 3a3e393

Please sign in to comment.