forked from mmistakes/minimal-mistakes
-
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.
Merge pull request mmistakes#41 from ArWeHei/master
Documentation additions
- Loading branch information
Showing
23 changed files
with
547 additions
and
51 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 |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"projectName": "edflow", | ||
"projectOwner": "PEsser", | ||
"repoType": "github", | ||
"repoHost": "https://github.com", | ||
"files": ["README.md"], | ||
"imageSize": 100, | ||
"commit": false, | ||
"commitConvention": "none", | ||
"contributors": [ | ||
{ | ||
"login": "pesser", | ||
"name": "Patrick Esser", | ||
"avatar_url": "https://avatars3.githubusercontent.com/u/2175508?v=4", | ||
"profile": "https://github.com/pesser", | ||
"contributions": ["code"], | ||
}, | ||
{ | ||
"login": "jhaux", | ||
"name": "Johannes Haux", | ||
"avatar_url": "https://avatars0.githubusercontent.com/u/9572598?v=4", | ||
"profile": "https://github.com/jhaux", | ||
"contributions": ["code"], | ||
}, | ||
{ | ||
"login": "ArWeHei", | ||
"name": "arwehei", | ||
"avatar_url": "https://avatars2.githubusercontent.com/u/46443020?v=4", | ||
"profile": "https://github.com/ArWeHei", | ||
"contributions": ["doc"], | ||
}, | ||
{ | ||
"login": "theRealSuperMario", | ||
"name": "therealsupermario", | ||
"avatar_url": "https://avatars0.githubusercontent.com/u/6517465?v=4", | ||
"profile": "https://github.com/theRealSuperMario", | ||
"contributions": ["example"], | ||
}, | ||
{ | ||
"login": "mritv", | ||
"name": "Ritvik Marwaha", | ||
"avatar_url": "https://avatars1.githubusercontent.com/u/39053439?v=4", | ||
"profile": "https://github.com/mritv", | ||
"contributions": ["example"], | ||
}, | ||
{ | ||
"login": "conrad784", | ||
"name": "Conrad Sachweh", | ||
"avatar_url": "https://avatars0.githubusercontent.com/u/6422533?v=4", | ||
"profile": "https://conrad-sachweh.de", | ||
"contributions": ["test"], | ||
}, | ||
], | ||
"contributorsPerLine": 7, | ||
} |
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
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 was deleted.
Oops, something went wrong.
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,6 +1,6 @@ | ||
|
||
Documentation | ||
============= | ||
Iterators | ||
========= | ||
|
||
PyIterator | ||
---------- | ||
|
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,22 @@ | ||
edflow.applications package | ||
=========================== | ||
|
||
Submodules | ||
---------- | ||
|
||
edflow.applications.tf\_perceptual\_loss module | ||
----------------------------------------------- | ||
|
||
.. automodule:: edflow.applications.tf_perceptual_loss | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: edflow.applications | ||
: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,30 @@ | ||
edflow.data package | ||
=================== | ||
|
||
Submodules | ||
---------- | ||
|
||
edflow.data.dataset module | ||
-------------------------- | ||
|
||
.. automodule:: edflow.data.dataset | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
edflow.data.util module | ||
----------------------- | ||
|
||
.. automodule:: edflow.data.util | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: edflow.data | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
38 changes: 38 additions & 0 deletions
38
docs/source/source_files/edflow.hooks.checkpoint_hooks.rst
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,38 @@ | ||
edflow.hooks.checkpoint\_hooks package | ||
====================================== | ||
|
||
Submodules | ||
---------- | ||
|
||
edflow.hooks.checkpoint\_hooks.common module | ||
-------------------------------------------- | ||
|
||
.. automodule:: edflow.hooks.checkpoint_hooks.common | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
edflow.hooks.checkpoint\_hooks.tf\_checkpoint\_hook module | ||
---------------------------------------------------------- | ||
|
||
.. automodule:: edflow.hooks.checkpoint_hooks.tf_checkpoint_hook | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
edflow.hooks.checkpoint\_hooks.torch\_checkpoint\_hook module | ||
------------------------------------------------------------- | ||
|
||
.. automodule:: edflow.hooks.checkpoint_hooks.torch_checkpoint_hook | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: edflow.hooks.checkpoint_hooks | ||
: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,22 @@ | ||
edflow.hooks.logging\_hooks package | ||
=================================== | ||
|
||
Submodules | ||
---------- | ||
|
||
edflow.hooks.logging\_hooks.tf\_logging\_hook module | ||
---------------------------------------------------- | ||
|
||
.. automodule:: edflow.hooks.logging_hooks.tf_logging_hook | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: edflow.hooks.logging_hooks | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Oops, something went wrong.