Skip to content

Commit 3aa3525

Browse files
Add undocumented mesh-related methods (except *_mesh_id) to API Ref.
1 parent 1eff1b2 commit 3aa3525

2 files changed

Lines changed: 60 additions & 2 deletions

File tree

docs/source/class/cf.Domain.rst

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
283299
Aggregation
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+
349378
Aliases
350379
-------
351380

docs/source/class/cf.Field.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
461477
Aggregation
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

517546
Domain axes

0 commit comments

Comments
 (0)