-
-
Notifications
You must be signed in to change notification settings - Fork 291
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
Create Sphinx Doc with Trevis CI #3
Comments
There is a site where to deploy the documentation once created? We could use https://readthedocs.org/ that is free and used by many projects. |
I second this, readthedocs should be easy enough to manage. |
mmmh I think we can use the same approach we used in the wiki: https://wiki.continualai.org/ See here how we build it with github pages: https://github.com/ContinualAI/wiki/blob/master/.travis.yml |
Documentation deployed at https://vlomonaco.github.io/avalanche I'll close this issue |
* Extend current mbatch with replay data dynamically before each iteration. * Update boolean after first experience. * Fix mbatch[-1] extension * Put replay_output to device. * Resolve change requests: class names; VAELoss doc * Documentation.
Create the sphinx auto documentation on gh-pages to be build with Travis CI.
The text was updated successfully, but these errors were encountered: