rustindia / Rust-for-undergrads

C/C++ programming probelms re-written in Rust
https://rustindia.github.io/Rust-for-undergrads/
GNU General Public License v3.0
251 stars 113 forks source link

Publish these examples in Gitbook format #19

Open ranjithrajv opened 6 years ago

ranjithrajv commented 6 years ago

Publish all the examples in these project in the format of Gitbook.

Github repo for Gitbook format:

https://github.com/GitbookIO/gitbook

The published book can be accessed on Github page:

https://swechafsmi.github.io/Rust-for-undergrads/

ranjithrajv commented 6 years ago

This seems interesting and helpful for documenting our programs

https://github.com/steveklabnik/rustdoc

theharshitgarg commented 6 years ago

I would like to contribute to this if this is not sovled yet ?

ranjithrajv commented 6 years ago

@theharshitgarg this is not solved yet, go ahead contributing to it.

swarnimarun commented 5 years ago

I am personally tempted to move towards mdBook rather than the gitbook as it's written in Rust and is much easier to set up.

Also has a few more interesting things which can be used for the project as well.

We might want to change the issue to mention that. I will create a quick skeleton project for it if it is decided.