Skip to content

Commit

Permalink
add link to delete methods in remove documents tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
kay-kim committed Feb 4, 2017
1 parent 4f9f749 commit c5c69ea
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/reference/delete-methods.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ collection:

.. versionadded:: 3.2

.. _additional-deletes:

Additional Methods
------------------

Expand Down
10 changes: 10 additions & 0 deletions source/tutorial/remove-documents.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,16 @@ With write concerns, you can specify the level of acknowledgement
requested from MongoDB for write operations. For details, see
:doc:`/reference/write-concern`.

.. seealso::

- :method:`db.collection.deleteMany()`

- :method:`db.collection.deleteOne()`

- :method:`db.collection.remove()`

- :ref:`additional-deletes`

.. class:: hidden

.. toctree::
Expand Down

0 comments on commit c5c69ea

Please sign in to comment.