Skip to content

Commit

Permalink
more structure changes
Browse files Browse the repository at this point in the history
  • Loading branch information
norareidy committed Mar 21, 2024
1 parent 02e143e commit 6d0c5e2
Show file tree
Hide file tree
Showing 572 changed files with 639 additions and 624 deletions.
10 changes: 5 additions & 5 deletions source/docs-libmongoc/api/errors.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,10 @@ The Error API Versions are defined with ``MONGOC_ERROR_API_VERSION_LEGACY`` and
| `MongoDB Server Error Codes <https://github.com/mongodb/mongo/blob/master/src/mongo/base/error_codes.yml>`_

Functions
---------
---------

.. toctree::
:titlesonly:
:maxdepth: 1
.. toctree::
:titlesonly:
:maxdepth: 1

mongoc_error_has_label
/errors/mongoc_error_has_label
4 changes: 2 additions & 2 deletions source/docs-libmongoc/api/init-cleanup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Synopsis
:titlesonly:
:maxdepth: 1

mongoc_init
mongoc_cleanup
/init-cleanup/mongoc_init
/init-cleanup/mongoc_cleanup

Deprecated feature: automatic initialization and cleanup
--------------------------------------------------------
Expand Down
File renamed without changes.
39 changes: 20 additions & 19 deletions source/docs-libmongoc/api/mongoc_auto_encryption_opts_t.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.. _mongoc_auto_encryption_opts_t
=============================
mongoc_auto_encryption_opts_t
=============================

Expand All @@ -17,23 +18,23 @@ Synopsis
| :doc:`in-use-encryption`
Functions
---------

.. toctree::
:titlesonly:
:maxdepth: 1

mongoc_auto_encryption_opts_new
mongoc_auto_encryption_opts_destroy
mongoc_auto_encryption_opts_set_keyvault_client
mongoc_auto_encryption_opts_set_keyvault_client_pool
mongoc_auto_encryption_opts_set_keyvault_namespace
mongoc_auto_encryption_opts_set_kms_providers
mongoc_auto_encryption_opts_set_kms_credential_provider_callback
mongoc_auto_encryption_opts_set_schema_map
mongoc_auto_encryption_opts_set_bypass_auto_encryption
mongoc_auto_encryption_opts_set_extra
mongoc_auto_encryption_opts_set_tls_opts
mongoc_auto_encryption_opts_set_encrypted_fields_map
mongoc_auto_encryption_opts_set_bypass_query_analysis
---------

.. toctree::
:titlesonly:
:maxdepth: 1

/mongoc_auto_encryption_opts_t/mongoc_auto_encryption_opts_new
/mongoc_auto_encryption_opts_t/mongoc_auto_encryption_opts_destroy
/mongoc_auto_encryption_opts_t/mongoc_auto_encryption_opts_set_keyvault_client
/mongoc_auto_encryption_opts_t/mongoc_auto_encryption_opts_set_keyvault_client_pool
/mongoc_auto_encryption_opts_t/mongoc_auto_encryption_opts_set_keyvault_namespace
/mongoc_auto_encryption_opts_t/mongoc_auto_encryption_opts_set_kms_providers
/mongoc_auto_encryption_opts_t/mongoc_auto_encryption_opts_set_kms_credential_provider_callback
/mongoc_auto_encryption_opts_t/mongoc_auto_encryption_opts_set_schema_map
/mongoc_auto_encryption_opts_t/mongoc_auto_encryption_opts_set_bypass_auto_encryption
/mongoc_auto_encryption_opts_t/mongoc_auto_encryption_opts_set_extra
/mongoc_auto_encryption_opts_t/mongoc_auto_encryption_opts_set_tls_opts
/mongoc_auto_encryption_opts_t/mongoc_auto_encryption_opts_set_encrypted_fields_map
/mongoc_auto_encryption_opts_t/mongoc_auto_encryption_opts_set_bypass_query_analysis

58 changes: 29 additions & 29 deletions source/docs-libmongoc/api/mongoc_bulk_operation_t.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,33 +25,33 @@ After adding all of the write operations to the ``mongoc_bulk_operation_t``, cal
| :symbol:`Bulk Write Operations <bulk>`
Functions
---------

.. toctree::
:titlesonly:
:maxdepth: 1

mongoc_bulk_operation_delete
mongoc_bulk_operation_delete_one
mongoc_bulk_operation_destroy
mongoc_bulk_operation_execute
mongoc_bulk_operation_get_hint
mongoc_bulk_operation_get_write_concern
mongoc_bulk_operation_insert
mongoc_bulk_operation_insert_with_opts
mongoc_bulk_operation_remove
mongoc_bulk_operation_remove_many_with_opts
mongoc_bulk_operation_remove_one
mongoc_bulk_operation_remove_one_with_opts
mongoc_bulk_operation_replace_one
mongoc_bulk_operation_replace_one_with_opts
mongoc_bulk_operation_set_bypass_document_validation
mongoc_bulk_operation_set_client_session
mongoc_bulk_operation_set_comment
mongoc_bulk_operation_set_hint
mongoc_bulk_operation_set_let
mongoc_bulk_operation_update
mongoc_bulk_operation_update_many_with_opts
mongoc_bulk_operation_update_one
mongoc_bulk_operation_update_one_with_opts
---------

.. toctree::
:titlesonly:
:maxdepth: 1

/mongoc_bulk_operation_t/mongoc_bulk_operation_delete
/mongoc_bulk_operation_t/mongoc_bulk_operation_delete_one
/mongoc_bulk_operation_t/mongoc_bulk_operation_destroy
/mongoc_bulk_operation_t/mongoc_bulk_operation_execute
/mongoc_bulk_operation_t/mongoc_bulk_operation_get_hint
/mongoc_bulk_operation_t/mongoc_bulk_operation_get_write_concern
/mongoc_bulk_operation_t/mongoc_bulk_operation_insert
/mongoc_bulk_operation_t/mongoc_bulk_operation_insert_with_opts
/mongoc_bulk_operation_t/mongoc_bulk_operation_remove
/mongoc_bulk_operation_t/mongoc_bulk_operation_remove_many_with_opts
/mongoc_bulk_operation_t/mongoc_bulk_operation_remove_one
/mongoc_bulk_operation_t/mongoc_bulk_operation_remove_one_with_opts
/mongoc_bulk_operation_t/mongoc_bulk_operation_replace_one
/mongoc_bulk_operation_t/mongoc_bulk_operation_replace_one_with_opts
/mongoc_bulk_operation_t/mongoc_bulk_operation_set_bypass_document_validation
/mongoc_bulk_operation_t/mongoc_bulk_operation_set_client_session
/mongoc_bulk_operation_t/mongoc_bulk_operation_set_comment
/mongoc_bulk_operation_t/mongoc_bulk_operation_set_hint
/mongoc_bulk_operation_t/mongoc_bulk_operation_set_let
/mongoc_bulk_operation_t/mongoc_bulk_operation_update
/mongoc_bulk_operation_t/mongoc_bulk_operation_update_many_with_opts
/mongoc_bulk_operation_t/mongoc_bulk_operation_update_one
/mongoc_bulk_operation_t/mongoc_bulk_operation_update_one_with_opts

23 changes: 10 additions & 13 deletions source/docs-libmongoc/api/mongoc_change_stream_t.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,13 @@ The following example shows using ``startAtOperationTime`` to synchronize a chan


Functions
---------

.. toctree::
:titlesonly:
:maxdepth: 1

mongoc_client_watch
mongoc_database_watch
mongoc_collection_watch
mongoc_change_stream_next
mongoc_change_stream_get_resume_token
mongoc_change_stream_error_document
mongoc_change_stream_destroy
---------

.. toctree::
:titlesonly:
:maxdepth: 1

/mongoc_change_stream_t/mongoc_change_stream_next
/mongoc_change_stream_t/mongoc_change_stream_get_resume_token
/mongoc_change_stream_t/mongoc_change_stream_error_document
/mongoc_change_stream_t/mongoc_change_stream_destroy
49 changes: 28 additions & 21 deletions source/docs-libmongoc/api/mongoc_client_encryption_t.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,27 +24,34 @@ Lifecycle
The key vault client, configured via :ref:`mongoc_client_encryption_opts_set_keyvault_client()`, must outlive the :ref:`mongoc_client_encryption_t`.

Functions
---------

.. toctree::
:titlesonly:
:maxdepth: 1

mongoc_client_encryption_new
mongoc_client_encryption_destroy
mongoc_client_encryption_create_datakey
mongoc_client_encryption_create_encrypted_collection
mongoc_client_encryption_rewrap_many_datakey
mongoc_client_encryption_delete_key
mongoc_client_encryption_get_crypt_shared_version
mongoc_client_encryption_get_key
mongoc_client_encryption_get_keys
mongoc_client_encryption_add_key_alt_name
mongoc_client_encryption_remove_key_alt_name
mongoc_client_encryption_get_key_by_alt_name
mongoc_client_encryption_encrypt
mongoc_client_encryption_encrypt_expression
mongoc_client_encryption_decrypt
---------

.. toctree::
:titlesonly:
:maxdepth: 1

/mongoc_client_encryption_t/mongoc_client_encryption_new
/mongoc_client_encryption_t/mongoc_client_encryption_destroy
/mongoc_client_encryption_t/mongoc_client_encryption_create_datakey
/mongoc_client_encryption_t/mongoc_client_encryption_create_encrypted_collection
/mongoc_client_encryption_t/mongoc_client_encryption_rewrap_many_datakey
/mongoc_client_encryption_t/mongoc_client_encryption_delete_key
/mongoc_client_encryption_t/mongoc_client_encryption_get_crypt_shared_version
/mongoc_client_encryption_t/mongoc_client_encryption_get_key
/mongoc_client_encryption_t/mongoc_client_encryption_get_keys
/mongoc_client_encryption_t/mongoc_client_encryption_add_key_alt_name
/mongoc_client_encryption_t/mongoc_client_encryption_remove_key_alt_name
/mongoc_client_encryption_t/mongoc_client_encryption_get_key_by_alt_name
/mongoc_client_encryption_t/mongoc_client_encryption_encrypt
/mongoc_client_encryption_t/mongoc_client_encryption_encrypt_expression
/mongoc_client_encryption_t/mongoc_client_encryption_decrypt
/mongoc_client_encryption_t/mongoc_client_encryption_datakey_opts_t
/mongoc_client_encryption_t/mongoc_client_encryption_rewrap_many_datakey_result_t
/mongoc_client_encryption_t/mongoc_client_encryption_encrypt_opts_t
/mongoc_client_encryption_t/mongoc_client_encryption_encrypt_range_opts_t
/mongoc_client_encryption_t/mongoc_client_encryption_opts_t



.. seealso::

Expand Down
Binary file not shown.
46 changes: 23 additions & 23 deletions source/docs-libmongoc/api/mongoc_client_session_t.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,26 @@ Example
:caption: example-session.c

Functions
---------

.. toctree::
:titlesonly:
:maxdepth: 1

mongoc_client_session_start_transaction
mongoc_client_session_in_transaction
mongoc_client_session_get_transaction_state
mongoc_client_session_commit_transaction
mongoc_client_session_abort_transaction
mongoc_client_session_advance_cluster_time
mongoc_client_session_advance_operation_time
mongoc_client_session_with_transaction
mongoc_client_session_append
mongoc_client_session_get_client
mongoc_client_session_get_cluster_time
mongoc_client_session_get_dirty
mongoc_client_session_get_operation_time
mongoc_client_session_get_opts
mongoc_client_session_get_lsid
mongoc_client_session_get_server_id
mongoc_client_session_destroy
---------

.. toctree::
:titlesonly:
:maxdepth: 1

/mongoc_client_session_t/mongoc_client_session_start_transaction
/mongoc_client_session_t/mongoc_client_session_in_transaction
/mongoc_client_session_t/mongoc_client_session_get_transaction_state
/mongoc_client_session_t/mongoc_client_session_commit_transaction
/mongoc_client_session_t/mongoc_client_session_abort_transaction
/mongoc_client_session_t/mongoc_client_session_advance_cluster_time
/mongoc_client_session_t/mongoc_client_session_advance_operation_time
/mongoc_client_session_t/mongoc_client_session_with_transaction
/mongoc_client_session_t/mongoc_client_session_append
/mongoc_client_session_t/mongoc_client_session_get_client
/mongoc_client_session_t/mongoc_client_session_get_cluster_time
/mongoc_client_session_t/mongoc_client_session_get_dirty
/mongoc_client_session_t/mongoc_client_session_get_operation_time
/mongoc_client_session_t/mongoc_client_session_get_opts
/mongoc_client_session_t/mongoc_client_session_get_lsid
/mongoc_client_session_t/mongoc_client_session_get_server_id
/mongoc_client_session_t/mongoc_client_session_destroy
96 changes: 48 additions & 48 deletions source/docs-libmongoc/api/mongoc_client_t.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,53 +44,53 @@ Example
:caption: example-client.c

Functions
---------

.. toctree::
:titlesonly:
:maxdepth: 1

mongoc_client_command
mongoc_client_command_simple
mongoc_client_command_simple_with_server_id
mongoc_client_command_with_opts
mongoc_client_destroy
mongoc_client_enable_auto_encryption
mongoc_client_find_databases_with_opts
mongoc_client_get_collection
mongoc_client_get_crypt_shared_version
mongoc_client_get_database
mongoc_client_get_database_names
mongoc_client_get_database_names_with_opts
mongoc_client_get_default_database
mongoc_client_get_gridfs
mongoc_client_get_handshake_description
mongoc_client_get_read_concern
mongoc_client_get_read_prefs
mongoc_client_get_server_description
mongoc_client_get_server_descriptions
mongoc_client_get_server_status
mongoc_client_get_uri
mongoc_client_get_write_concern
mongoc_client_new
mongoc_client_new_from_uri
mongoc_client_new_from_uri_with_error
mongoc_client_read_command_with_opts
mongoc_client_read_write_command_with_opts
mongoc_client_reset
mongoc_client_select_server
mongoc_client_set_apm_callbacks
mongoc_client_set_appname
mongoc_client_set_error_api
mongoc_client_set_read_concern
mongoc_client_set_read_prefs
mongoc_client_set_server_api
mongoc_client_set_ssl_opts
mongoc_client_set_stream_initiator
mongoc_client_set_write_concern
mongoc_client_start_session
mongoc_client_watch
mongoc_client_write_command_with_opts
mongoc_handshake_data_append
---------

.. toctree::
:titlesonly:
:maxdepth: 1

/mongoc_client_t/mongoc_client_command
/mongoc_client_t/mongoc_client_command_simple
/mongoc_client_t/mongoc_client_command_simple_with_server_id
/mongoc_client_t/mongoc_client_command_with_opts
/mongoc_client_t/mongoc_client_destroy
/mongoc_client_t/mongoc_client_enable_auto_encryption
/mongoc_client_t/mongoc_client_find_databases_with_opts
/mongoc_client_t/mongoc_client_get_collection
/mongoc_client_t/mongoc_client_get_crypt_shared_version
/mongoc_client_t/mongoc_client_get_database
/mongoc_client_t/mongoc_client_get_database_names
/mongoc_client_t/mongoc_client_get_database_names_with_opts
/mongoc_client_t/mongoc_client_get_default_database
/mongoc_client_t/mongoc_client_get_gridfs
/mongoc_client_t/mongoc_client_get_handshake_description
/mongoc_client_t/mongoc_client_get_read_concern
/mongoc_client_t/mongoc_client_get_read_prefs
/mongoc_client_t/mongoc_client_get_server_description
/mongoc_client_t/mongoc_client_get_server_descriptions
/mongoc_client_t/mongoc_client_get_server_status
/mongoc_client_t/mongoc_client_get_uri
/mongoc_client_t/mongoc_client_get_write_concern
/mongoc_client_t/mongoc_client_new
/mongoc_client_t/mongoc_client_new_from_uri
/mongoc_client_t/mongoc_client_new_from_uri_with_error
/mongoc_client_t/mongoc_client_read_command_with_opts
/mongoc_client_t/mongoc_client_read_write_command_with_opts
/mongoc_client_t/mongoc_client_reset
/mongoc_client_t/mongoc_client_select_server
/mongoc_client_t/mongoc_client_set_apm_callbacks
/mongoc_client_t/mongoc_client_set_appname
/mongoc_client_t/mongoc_client_set_error_api
/mongoc_client_t/mongoc_client_set_read_concern
/mongoc_client_t/mongoc_client_set_read_prefs
/mongoc_client_t/mongoc_client_set_server_api
/mongoc_client_t/mongoc_client_set_ssl_opts
/mongoc_client_t/mongoc_client_set_stream_initiator
/mongoc_client_t/mongoc_client_set_write_concern
/mongoc_client_t/mongoc_client_start_session
/mongoc_client_t/mongoc_client_watch
/mongoc_client_t/mongoc_client_write_command_with_opts
/mongoc_client_t/mongoc_handshake_data_append


Loading

0 comments on commit 6d0c5e2

Please sign in to comment.