-
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.
- Loading branch information
1 parent
b5147b3
commit b5227a2
Showing
6 changed files
with
106 additions
and
20 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
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
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
food-recipe-tagger | ||
================== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
recipe_tagger | ||
setup | ||
tests |
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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
recipe\_tagger package | ||
====================== | ||
|
||
Submodules | ||
---------- | ||
|
||
recipe\_tagger.foodcategory module | ||
---------------------------------- | ||
|
||
.. automodule:: recipe_tagger.foodcategory | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
recipe\_tagger.recipe\_tagger module | ||
------------------------------------ | ||
|
||
.. automodule:: recipe_tagger.recipe_tagger | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
recipe\_tagger.recipe\_waterfootprint module | ||
-------------------------------------------- | ||
|
||
.. automodule:: recipe_tagger.recipe_waterfootprint | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
recipe\_tagger.util module | ||
-------------------------- | ||
|
||
.. automodule:: recipe_tagger.util | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: recipe_tagger | ||
:members: | ||
:undoc-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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
setup module | ||
============ | ||
|
||
.. automodule:: setup | ||
:members: | ||
:undoc-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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
tests package | ||
============= | ||
|
||
Submodules | ||
---------- | ||
|
||
tests.test\_recipe\_tagger module | ||
--------------------------------- | ||
|
||
.. automodule:: tests.test_recipe_tagger | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
tests.test\_recipe\_waterfootprint module | ||
----------------------------------------- | ||
|
||
.. automodule:: tests.test_recipe_waterfootprint | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
tests.test\_util module | ||
----------------------- | ||
|
||
.. automodule:: tests.test_util | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: tests | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |