forked from myemma/EmmaPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change
doc
references from myemma
to emma
.
- Loading branch information
Adam Vollrath
committed
Jul 1, 2018
1 parent
a25da6d
commit 3ae018c
Showing
4 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
adapter Package | ||
=============== | ||
|
||
.. automodule:: myemma.adapter | ||
.. automodule:: emma.adapter | ||
|
||
:mod:`requests_adapter` Module | ||
------------------------------ | ||
|
||
.. automodule:: myemma.adapter.requests_adapter | ||
.. automodule:: emma.adapter.requests_adapter | ||
:members: | ||
:show-inheritance: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,75 +1,75 @@ | ||
model Package | ||
============= | ||
|
||
.. automodule:: myemma.model | ||
.. automodule:: emma.model | ||
|
||
:mod:`account` Module | ||
--------------------- | ||
|
||
.. automodule:: myemma.model.account | ||
.. automodule:: emma.model.account | ||
:members: | ||
:show-inheritance: | ||
|
||
:mod:`field` Module | ||
------------------- | ||
|
||
.. automodule:: myemma.model.field | ||
.. automodule:: emma.model.field | ||
:members: | ||
:show-inheritance: | ||
|
||
:mod:`group` Module | ||
------------------- | ||
|
||
.. automodule:: myemma.model.group | ||
.. automodule:: emma.model.group | ||
:members: | ||
:show-inheritance: | ||
|
||
:mod:`mailing` Module | ||
--------------------- | ||
|
||
.. automodule:: myemma.model.mailing | ||
.. automodule:: emma.model.mailing | ||
:members: | ||
:show-inheritance: | ||
|
||
:mod:`member` Module | ||
-------------------- | ||
|
||
.. automodule:: myemma.model.member | ||
.. automodule:: emma.model.member | ||
:members: | ||
:show-inheritance: | ||
|
||
:mod:`member_import` Module | ||
-------------------- | ||
|
||
.. automodule:: myemma.model.member_import | ||
.. automodule:: emma.model.member_import | ||
:members: | ||
:show-inheritance: | ||
|
||
:mod:`message` Module | ||
-------------------- | ||
|
||
.. automodule:: myemma.model.message | ||
.. automodule:: emma.model.message | ||
:members: | ||
:show-inheritance: | ||
|
||
:mod:`search` Module | ||
-------------------- | ||
|
||
.. automodule:: myemma.model.search | ||
.. automodule:: emma.model.search | ||
:members: | ||
:show-inheritance: | ||
|
||
:mod:`trigger` Module | ||
-------------------- | ||
|
||
.. automodule:: myemma.model.trigger | ||
.. automodule:: emma.model.trigger | ||
:members: | ||
:show-inheritance: | ||
|
||
:mod:`webhook` Module | ||
-------------------- | ||
|
||
.. automodule:: myemma.model.webhook | ||
.. automodule:: emma.model.webhook | ||
:members: | ||
:show-inheritance: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
query Package | ||
============= | ||
|
||
.. automodule:: myemma.query | ||
.. automodule:: emma.query | ||
|
||
:mod:`factory` Module | ||
--------------------- | ||
|
||
.. automodule:: myemma.query.factory | ||
.. automodule:: emma.query.factory | ||
:members: | ||
:show-inheritance: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
myemma Package | ||
emma Package | ||
============== | ||
|
||
.. automodule:: myemma | ||
.. automodule:: emma | ||
|
||
Reporting | ||
----------- | ||
|