mlpack / models

models built with mlpack
https://models.mlpack.org/docs
BSD 3-Clause "New" or "Revised" License
33 stars 42 forks source link

Documentation for models repo #65

Closed Aakash-kaushik closed 2 years ago

Aakash-kaushik commented 3 years ago

Requirements:

1. git+https://github.com/bashtage/sphinx-material.git
2. breathe = 4.30.0
3. exhale = 0.2.3
4. sphinx = 3.5.4
5. m2r2

All of the above mentioned packages are pip3 installable

doxygen = 1.9.1

Steps to produce the documentation everytime there is a change

cd doc
make html 

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:

1. Doxyfile
2. conf.py
3. index.rst

All three files are inside doc/source

Do let me know if you need anything else.

Aakash-kaushik commented 3 years ago

@zoq here is the new PR. and thanks for taking it ahead. :D

zoq commented 3 years ago

Let me know if I should put this into a docker container or if you like to give this a shot.

Aakash-kaushik commented 3 years ago

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.

mlpack-bot[bot] commented 2 years ago

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:

Aakash-kaushik commented 2 years ago

Keep open, we are going to look at this after https://github.com/mlpack/mlpack/pull/2990

Aakash-kaushik commented 2 years ago

https://user-images.githubusercontent.com/39410692/132120517-a6438b72-b897-4e45-973f-fd6d563eae9b.mp4

revival time :rocket: i am just trying to include class hierarchy, file hierarchy and the on more thing below that to the side pane.

Aakash-kaushik commented 2 years ago

Update on the overall doc. Let me know what you think.

https://user-images.githubusercontent.com/39410692/132128754-e2456672-f33c-43cd-a816-be22cddc36c0.mp4

Aakash-kaushik commented 2 years ago

https://gist.github.com/Aakash-kaushik/883f64cf5e148e542982add87ceaed64

Dockerfile gist to create image for building docs for models repo.

Aakash-kaushik commented 2 years ago

@Aakash-kaushik what about we merge this, generate the documentation and open another PR for further modifications?

Sounds good to me.

Aakash-kaushik commented 2 years ago

@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.

zoq commented 2 years ago

@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 commented 2 years ago

@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.

I am very excited for this too. ❤️🔥

zoq commented 2 years ago

:rocket:

zoq commented 2 years ago

Here we go: http://models.mlpack.org/docs/

Aakash-kaushik commented 2 years ago

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.

zoq commented 2 years ago

Absolutely, let's add a link to the top; I've also added a link to the section on the right side.

kartikdutt18 commented 2 years ago

Love the website! thanks for putting this together!