Closed Aakash-kaushik closed 3 years ago
@zoq here is the new PR. and thanks for taking it ahead. :D
Let me know if I should put this into a docker container or if you like to give this a shot.
Let me know if I should put this into a docker container or if you like to give this a shot.
Please go ahead, because i don't really know docker that well so i would start small. Maybe not this time.
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions! :+1:
Keep open, we are going to look at this after https://github.com/mlpack/mlpack/pull/2990
revival time :rocket: i am just trying to include class hierarchy, file hierarchy and the on more thing below that to the side pane.
Update on the overall doc. Let me know what you think.
https://gist.github.com/Aakash-kaushik/883f64cf5e148e542982add87ceaed64
Dockerfile gist to create image for building docs for models repo.
@Aakash-kaushik what about we merge this, generate the documentation and open another PR for further modifications?
Sounds good to me.
@Aakash-kaushik Great work, thanks for putting this together. Very excited to see the documentation get deployed, any thought where they are going to be published. The only remaining part is the mlpack library one. 💯
Yup, i would also be working on the mlpack docs. And about the deployment @zoq or @rcurtin might be able to answer it better.
@Aakash-kaushik Great work, thanks for putting this together. Very excited to see the documentation get deployed, any thought where they are going to be published. The only remaining part is the mlpack library one. 100
Yup, i would also be working on the mlpack docs. And about the deployment @zoq or @rcurtin might be able to answer it better.
I think mlpack.org/models/
or models.mlpack.org
works. I'll setup the jenkins job later today.
@Aakash-kaushik Great work, thanks for putting this together. Very excited to see the documentation get deployed, any thought where they are going to be published. The only remaining part is the mlpack library one. 100
Yup, i would also be working on the mlpack docs. And about the deployment @zoq or @rcurtin might be able to answer it better.
I think
mlpack.org/models/
ormodels.mlpack.org
works. I'll setup the jenkins job later today.
I am very excited for this too. ❤️🔥
:rocket:
Here we go: http://models.mlpack.org/docs/
Here we go: http://models.mlpack.org/docs/
Thank you so much, btw i see some of the things that i would need to fix. Also can we paste the link maybe on the repo description or somewhere so anyone going by knows that we have a documentation.
Absolutely, let's add a link to the top; I've also added a link to the section on the right side.
Love the website! thanks for putting this together!
Requirements:
All of the above mentioned packages are
pip3
installableSteps to produce the documentation everytime there is a change
this should create a build folder in the doc directory in which you will find a html folder which will have all the files.
The main three files if you want to change anything are:
All three files are inside
doc/source
Do let me know if you need anything else.