File tree 3 files changed +18
-18
lines changed
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/
12
12
13
13
.. autosummary ::
14
14
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.
21
21
:mod: `Read Services `
22
22
---------------------
23
23
24
- .. automodule :: odm2api.ODM2. services.readService
24
+ .. automodule :: odm2api.services.readService
25
25
:members:
26
26
:undoc-members:
27
27
:show-inheritance:
28
28
29
29
:mod: `Create Services `
30
30
-----------------------
31
31
32
- .. automodule :: odm2api.ODM2. services.createService
32
+ .. automodule :: odm2api.services.createService
33
33
:members:
34
34
:undoc-members:
35
35
:show-inheritance:
36
36
37
37
:mod: `Delete Services `
38
38
-----------------------
39
39
40
- .. automodule :: odm2api.ODM2. services.deleteService
40
+ .. automodule :: odm2api.services.deleteService
41
41
:members:
42
42
:undoc-members:
43
43
:show-inheritance:
44
44
45
45
:mod: `Update Services `
46
46
-----------------------
47
47
48
- .. automodule :: odm2api.ODM2. services.updateService
48
+ .. automodule :: odm2api.services.updateService
49
49
:members:
50
50
:undoc-members:
51
51
:show-inheritance:
Original file line number Diff line number Diff line change 1
1
ODM2 Models
2
2
===========
3
3
4
- .. automodule :: odm2api.ODM2. models
4
+ .. automodule :: odm2api.models
5
5
:members:
6
6
:undoc-members:
7
7
:show-inheritance:
You can’t perform that action at this time.
0 commit comments