-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve API documentation #16
Labels
Comments
ljvmiranda921
added
documentation
Documentation improvements or fixes
help wanted
Help is much appreciated
labels
Jul 28, 2017
ljvmiranda921
pushed a commit
that referenced
this issue
Jul 28, 2017
Nah. I can do it. |
ljvmiranda921
pushed a commit
that referenced
this issue
Jul 29, 2017
ljvmiranda921
pushed a commit
that referenced
this issue
Jul 29, 2017
ljvmiranda921
pushed a commit
that referenced
this issue
Jul 29, 2017
ljvmiranda921
pushed a commit
that referenced
this issue
Jul 29, 2017
ljvmiranda921
pushed a commit
that referenced
this issue
Jul 30, 2017
ljvmiranda921
pushed a commit
that referenced
this issue
Jul 30, 2017
ljvmiranda921
pushed a commit
that referenced
this issue
Jul 30, 2017
ljvmiranda921
pushed a commit
that referenced
this issue
Jul 30, 2017
ljvmiranda921
pushed a commit
that referenced
this issue
Jul 30, 2017
ljvmiranda921
pushed a commit
that referenced
this issue
Jul 31, 2017
ljvmiranda921
pushed a commit
that referenced
this issue
Jul 31, 2017
ljvmiranda921
pushed a commit
that referenced
this issue
Jul 31, 2017
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 3, 2017
This is a massive documentation update in order to make the ReadTheDocs website as appealing it should be. In summary, the following were undertaken: - Small patch fix for importing modules - Small modification in console_utils for console output - Modified ReadTheDocs' sidebar theme with an overriding css file. - Added a use-case example on Basic Optimization - Updated docstrings for most module implementations to make it look nice in the API documentation. Even though most of these updates occured at different files, they were all done for the sole purpose of improving documentation in ReadTheDocs and introducing an API documentation at the end. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 3, 2017
This is an update to the previous commit regarding the documentation. A use-case example for training a neural network is now implemented as a Jupyter Notebook and as an .reST file in ReadTheDocs. Also, a small stylistic change was done in asserting membership, if we are to check if a certain key is in a dictionary, we now do the following >>> if <set-of-keys> not in <required-set-of-keys> Before, we are doing a `if not <set-of-keys> in`, which is grammatically awkward. The new call sounds more natural and idiomatic. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 3, 2017
This is a small patch to fix the examples in the docstrings. Moreso, an index was also added to facilitate easier documentation. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 3, 2017
This is a massive documentation update in order to make the ReadTheDocs website as appealing it should be. In summary, the following were undertaken: - Small patch fix for importing modules - Small modification in console_utils for console output - Modified ReadTheDocs' sidebar theme with an overriding css file. - Added a use-case example on Basic Optimization - Updated docstrings for most module implementations to make it look nice in the API documentation. Even though most of these updates occured at different files, they were all done for the sole purpose of improving documentation in ReadTheDocs and introducing an API documentation at the end. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 3, 2017
This is an update to the previous commit regarding the documentation. A use-case example for training a neural network is now implemented as a Jupyter Notebook and as an .reST file in ReadTheDocs. Also, a small stylistic change was done in asserting membership, if we are to check if a certain key is in a dictionary, we now do the following >>> if <set-of-keys> not in <required-set-of-keys> Before, we are doing a `if not <set-of-keys> in`, which is grammatically awkward. The new call sounds more natural and idiomatic. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 3, 2017
Unless the world really needs to, this package will only support Python 3.X versions. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 3, 2017
This is a small patch to fix the examples in the docstrings. Moreso, an index was also added to facilitate easier documentation. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 3, 2017
This is a massive documentation update in order to make the ReadTheDocs website as appealing it should be. In summary, the following were undertaken: - Small patch fix for importing modules - Small modification in console_utils for console output - Modified ReadTheDocs' sidebar theme with an overriding css file. - Added a use-case example on Basic Optimization - Updated docstrings for most module implementations to make it look nice in the API documentation. Even though most of these updates occured at different files, they were all done for the sole purpose of improving documentation in ReadTheDocs and introducing an API documentation at the end. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 3, 2017
This is an update to the previous commit regarding the documentation. A use-case example for training a neural network is now implemented as a Jupyter Notebook and as an .reST file in ReadTheDocs. Also, a small stylistic change was done in asserting membership, if we are to check if a certain key is in a dictionary, we now do the following >>> if <set-of-keys> not in <required-set-of-keys> Before, we are doing a `if not <set-of-keys> in`, which is grammatically awkward. The new call sounds more natural and idiomatic. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 3, 2017
Unless the world really needs to, this package will only support Python 3.X versions. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 3, 2017
This is a small patch to fix the examples in the docstrings. Moreso, an index was also added to facilitate easier documentation. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 3, 2017
This is a massive documentation update in order to make the ReadTheDocs website as appealing it should be. In summary, the following were undertaken: - Small patch fix for importing modules - Small modification in console_utils for console output - Modified ReadTheDocs' sidebar theme with an overriding css file. - Added a use-case example on Basic Optimization - Updated docstrings for most module implementations to make it look nice in the API documentation. Even though most of these updates occured at different files, they were all done for the sole purpose of improving documentation in ReadTheDocs and introducing an API documentation at the end. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 3, 2017
This is an update to the previous commit regarding the documentation. A use-case example for training a neural network is now implemented as a Jupyter Notebook and as an .reST file in ReadTheDocs. Also, a small stylistic change was done in asserting membership, if we are to check if a certain key is in a dictionary, we now do the following >>> if <set-of-keys> not in <required-set-of-keys> Before, we are doing a `if not <set-of-keys> in`, which is grammatically awkward. The new call sounds more natural and idiomatic. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 4, 2017
Unless the world really needs to, this package will only support Python 3.X versions. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 4, 2017
This is a small patch to fix the examples in the docstrings. Moreso, an index was also added to facilitate easier documentation. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 4, 2017
This is a massive documentation update in order to make the ReadTheDocs website as appealing it should be. In summary, the following were undertaken: - Small patch fix for importing modules - Small modification in console_utils for console output - Modified ReadTheDocs' sidebar theme with an overriding css file. - Added a use-case example on Basic Optimization - Updated docstrings for most module implementations to make it look nice in the API documentation. Even though most of these updates occured at different files, they were all done for the sole purpose of improving documentation in ReadTheDocs and introducing an API documentation at the end. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 4, 2017
This is an update to the previous commit regarding the documentation. A use-case example for training a neural network is now implemented as a Jupyter Notebook and as an .reST file in ReadTheDocs. Also, a small stylistic change was done in asserting membership, if we are to check if a certain key is in a dictionary, we now do the following >>> if <set-of-keys> not in <required-set-of-keys> Before, we are doing a `if not <set-of-keys> in`, which is grammatically awkward. The new call sounds more natural and idiomatic. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 4, 2017
Unless the world really needs to, this package will only support Python 3.X versions. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 4, 2017
This is a small patch to fix the examples in the docstrings. Moreso, an index was also added to facilitate easier documentation. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 4, 2017
This is a massive documentation update in order to make the ReadTheDocs website as appealing it should be. In summary, the following were undertaken: - Small patch fix for importing modules - Small modification in console_utils for console output - Modified ReadTheDocs' sidebar theme with an overriding css file. - Added a use-case example on Basic Optimization - Updated docstrings for most module implementations to make it look nice in the API documentation. Even though most of these updates occured at different files, they were all done for the sole purpose of improving documentation in ReadTheDocs and introducing an API documentation at the end. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 4, 2017
This is an update to the previous commit regarding the documentation. A use-case example for training a neural network is now implemented as a Jupyter Notebook and as an .reST file in ReadTheDocs. Also, a small stylistic change was done in asserting membership, if we are to check if a certain key is in a dictionary, we now do the following >>> if <set-of-keys> not in <required-set-of-keys> Before, we are doing a `if not <set-of-keys> in`, which is grammatically awkward. The new call sounds more natural and idiomatic. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 4, 2017
Unless the world really needs to, this package will only support Python 3.X versions. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 4, 2017
This is a small patch to fix the examples in the docstrings. Moreso, an index was also added to facilitate easier documentation. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 4, 2017
This is a massive documentation update in order to make the ReadTheDocs website as appealing it should be. In summary, the following were undertaken: - Small patch fix for importing modules - Small modification in console_utils for console output - Modified ReadTheDocs' sidebar theme with an overriding css file. - Added a use-case example on Basic Optimization - Updated docstrings for most module implementations to make it look nice in the API documentation. Even though most of these updates occured at different files, they were all done for the sole purpose of improving documentation in ReadTheDocs and introducing an API documentation at the end. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 4, 2017
This is an update to the previous commit regarding the documentation. A use-case example for training a neural network is now implemented as a Jupyter Notebook and as an .reST file in ReadTheDocs. Also, a small stylistic change was done in asserting membership, if we are to check if a certain key is in a dictionary, we now do the following >>> if <set-of-keys> not in <required-set-of-keys> Before, we are doing a `if not <set-of-keys> in`, which is grammatically awkward. The new call sounds more natural and idiomatic. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 4, 2017
Unless the world really needs to, this package will only support Python 3.X versions. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 4, 2017
This is a small patch to fix the examples in the docstrings. Moreso, an index was also added to facilitate easier documentation. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 4, 2017
This is a massive documentation update in order to make the ReadTheDocs website as appealing it should be. In summary, the following were undertaken: - Small patch fix for importing modules - Small modification in console_utils for console output - Modified ReadTheDocs' sidebar theme with an overriding css file. - Added a use-case example on Basic Optimization - Updated docstrings for most module implementations to make it look nice in the API documentation. Even though most of these updates occured at different files, they were all done for the sole purpose of improving documentation in ReadTheDocs and introducing an API documentation at the end. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 4, 2017
This is an update to the previous commit regarding the documentation. A use-case example for training a neural network is now implemented as a Jupyter Notebook and as an .reST file in ReadTheDocs. Also, a small stylistic change was done in asserting membership, if we are to check if a certain key is in a dictionary, we now do the following >>> if <set-of-keys> not in <required-set-of-keys> Before, we are doing a `if not <set-of-keys> in`, which is grammatically awkward. The new call sounds more natural and idiomatic. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 4, 2017
Unless the world really needs to, this package will only support Python 3.X versions. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 4, 2017
This is a small patch to fix the examples in the docstrings. Moreso, an index was also added to facilitate easier documentation. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 4, 2017
This is a massive documentation update in order to make the ReadTheDocs website as appealing it should be. In summary, the following were undertaken: - Small patch fix for importing modules - Small modification in console_utils for console output - Modified ReadTheDocs' sidebar theme with an overriding css file. - Added a use-case example on Basic Optimization - Updated docstrings for most module implementations to make it look nice in the API documentation. Even though most of these updates occured at different files, they were all done for the sole purpose of improving documentation in ReadTheDocs and introducing an API documentation at the end. Author: ljvmiranda921
ljvmiranda921
pushed a commit
that referenced
this issue
Aug 4, 2017
This is an update to the previous commit regarding the documentation. A use-case example for training a neural network is now implemented as a Jupyter Notebook and as an .reST file in ReadTheDocs. Also, a small stylistic change was done in asserting membership, if we are to check if a certain key is in a dictionary, we now do the following >>> if <set-of-keys> not in <required-set-of-keys> Before, we are doing a `if not <set-of-keys> in`, which is grammatically awkward. The new call sounds more natural and idiomatic. Author: ljvmiranda921
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Currently the documentation is untouched, and much of the docstrings in the modules are not yet presented. Can you lend us a hand?
The text was updated successfully, but these errors were encountered: