File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -279,7 +279,23 @@ Groups
279279 ~cf.Domain.nc_clear_group_attributes
280280 ~cf.Domain.nc_set_group_attribute
281281 ~cf.Domain.nc_set_group_attributes
282-
282+
283+ Mesh related
284+ ^^^^^^^^^^^^
285+
286+ .. autosummary::
287+ :nosignatures:
288+ :toctree: ../method/
289+ :template: method.rst
290+
291+ ~cf.Domain.nc_del_mesh_variable
292+ ~cf.Domain.nc_get_mesh_variable
293+ ~cf.Domain.nc_has_mesh_variable
294+ ~cf.Domain.nc_set_mesh_variable
295+ ~cf.Domain.nc_clear_mesh_variable_groups
296+ ~cf.Domain.nc_mesh_variable_groups
297+ ~cf.Domain.nc_set_mesh_variable_groups
298+
283299Aggregation
284300-----------
285301
@@ -345,7 +361,20 @@ Dataset compliance
345361 :template: method.rst
346362
347363 ~cf.Domain.dataset_compliance
348-
364+
365+ UGRID
366+ -----
367+
368+ .. rubric:: Methods
369+
370+
371+ .. autosummary::
372+ :nosignatures:
373+ :toctree: ../method/
374+ :template: method.rst
375+
376+ ~cf.Domain.node_coordinates
377+
349378Aliases
350379-------
351380
Original file line number Diff line number Diff line change @@ -458,6 +458,22 @@ Groups
458458 ~cf.Field.nc_set_group_attribute
459459 ~cf.Field.nc_set_group_attributes
460460
461+ Mesh related
462+ ^^^^^^^^^^^^
463+
464+ .. autosummary::
465+ :nosignatures:
466+ :toctree: ../method/
467+ :template: method.rst
468+
469+ ~cf.Field.nc_del_mesh_variable
470+ ~cf.Field.nc_get_mesh_variable
471+ ~cf.Field.nc_has_mesh_variable
472+ ~cf.Field.nc_set_mesh_variable
473+ ~cf.Field.nc_clear_mesh_variable_groups
474+ ~cf.Field.nc_mesh_variable_groups
475+ ~cf.Field.nc_set_mesh_variable_groups
476+
461477Aggregation
462478^^^^^^^^^^^
463479
@@ -512,6 +528,19 @@ Components
512528 ~cf.Field.nc_set_component_sample_dimension_groups
513529 ~cf.Field.nc_clear_component_sample_dimension_groups
514530
531+ UGRID
532+ -----
533+
534+ .. rubric:: Methods
535+
536+ .. autosummary::
537+ :nosignatures:
538+ :toctree: ../method/
539+ :template: method.rst
540+
541+ ~cf.Field.node_coordinates
542+
543+
515544.. _field_methods:
516545
517546Domain axes
You can’t perform that action at this time.
0 commit comments