-
Notifications
You must be signed in to change notification settings - Fork 4
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
Doc Update #17
Doc Update #17
Conversation
.. code-block:: bash | ||
pip install --upgrade keras | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
recommend adding a 'tutorial' page walking through the notebooks, their purposes, and linking to the notebooks in Sphinx' index
@@ -0,0 +1 @@ | |||
../../../notebooks/classifier_example.ipynb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will you all eventually add the other notebooks w/documentation in Sphinx?
|
||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good place to leave troubleshooting notes for users getting started, if any arise. I've also seen packages incorporate an FAQ page into their documentation
Added jupyter notebooks to docs and install instructions.