File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ The following are entities in the `ODM2 Core Schema <http://odm2.github.io/ODM2/
1212
1313.. autosummary ::
1414
15- odm2api.ODM2. models.Actions
16- odm2api.ODM2. models.DataSets
17- odm2api.ODM2. models.FeatureActions
18- odm2api.ODM2. models.Methods
19- odm2api.ODM2. models.Organizations
20- odm2api.ODM2. models.People
21- odm2api.ODM2. models.ProcessingLevels
22- odm2api.ODM2. models.RelatedActions
23- odm2api.ODM2. models.Results
24- odm2api.ODM2. models.SamplingFeatures
25- odm2api.ODM2. models.TaxonomicClassifiers
26- odm2api.ODM2. models.Units
27- odm2api.ODM2. models.Variables
15+ odm2api.models.Actions
16+ odm2api.models.DataSets
17+ odm2api.models.FeatureActions
18+ odm2api.models.Methods
19+ odm2api.models.Organizations
20+ odm2api.models.People
21+ odm2api.models.ProcessingLevels
22+ odm2api.models.RelatedActions
23+ odm2api.models.Results
24+ odm2api.models.SamplingFeatures
25+ odm2api.models.TaxonomicClassifiers
26+ odm2api.models.Units
27+ odm2api.models.Variables
Original file line number Diff line number Diff line change @@ -21,31 +21,31 @@ This part of the documentation covers all the interfaces of ODM2PythonAPI.
2121:mod: `Read Services `
2222---------------------
2323
24- .. automodule :: odm2api.ODM2. services.readService
24+ .. automodule :: odm2api.services.readService
2525 :members:
2626 :undoc-members:
2727 :show-inheritance:
2828
2929:mod: `Create Services `
3030-----------------------
3131
32- .. automodule :: odm2api.ODM2. services.createService
32+ .. automodule :: odm2api.services.createService
3333 :members:
3434 :undoc-members:
3535 :show-inheritance:
3636
3737:mod: `Delete Services `
3838-----------------------
3939
40- .. automodule :: odm2api.ODM2. services.deleteService
40+ .. automodule :: odm2api.services.deleteService
4141 :members:
4242 :undoc-members:
4343 :show-inheritance:
4444
4545:mod: `Update Services `
4646-----------------------
4747
48- .. automodule :: odm2api.ODM2. services.updateService
48+ .. automodule :: odm2api.services.updateService
4949 :members:
5050 :undoc-members:
5151 :show-inheritance:
Original file line number Diff line number Diff line change 11ODM2 Models
22===========
33
4- .. automodule :: odm2api.ODM2. models
4+ .. automodule :: odm2api.models
55 :members:
66 :undoc-members:
77 :show-inheritance:
You can’t perform that action at this time.
0 commit comments