Skip to content

Commit

Permalink
Second PR to update the Nomenclature documentation (#242)
Browse files Browse the repository at this point in the history
* Added only the methods that need to be listed

* Added in a few more methods in CodeList and VariableCodeList

* Reordered methods in CodeList and took out codelist_repr
  • Loading branch information
GretchenSchowalter committed May 5, 2023
1 parent e42c6b9 commit 885a5f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/source/api/codelist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
============

.. autoclass:: CodeList
:members:
:members: from_directory, read_excel, validate_items, filter, to_yaml, to_pandas, to_csv, to_excel


.. autoclass:: VariableCodeList
:members:
:members: check_variable_region_aggregation_args, check_weight_in_vars, cast_variable_components_args, vars_default_args


.. autoclass:: RegionCodeList
:members:
:members: from_directory, hierarchy, filter
2 changes: 1 addition & 1 deletion doc/source/api/regionprocessor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
===================

.. autoclass:: RegionProcessor
:members:
:members: from_directory, validate_with_definition, apply

0 comments on commit 885a5f0

Please sign in to comment.