> Bernard Iremonger (1): > doc: getting started guide for linux > > doc/guides/conf.py | 30 +++ > doc/guides/index.rst | 37 +++ > doc/guides/linux_gsg/build_dpdk.rst | 271 +++++++++++++++++++++++ > doc/guides/linux_gsg/build_sample_apps.rst | 234 ++++++++++++++++++++ > doc/guides/linux_gsg/enable_func.rst | 201 +++++++++++++++++ > doc/guides/linux_gsg/index.rst | 86 +++++++ > doc/guides/linux_gsg/intro.rst | 68 ++++++ > doc/guides/linux_gsg/quick_start.rst | 329 > ++++++++++++++++++++++++++++ > doc/guides/linux_gsg/sys_reqs.rst | 288 ++++++++++++++++++++++++
It is now pulled in the main repository. I just removed the whitespaces whose git were complaining about. Thank you for this nice step done, it's the first document converted into rst format and merged in the git tree. It's worth explaining that Bernard is converting all the DPDK guides in the same way. He's currently working on the documents of version 1.7. Next step will be to update them for version 1.8. Then everyone we'll be able to submit some patches for the documentation. If someone is volunteer to customize appearance of the HTML documents, he's more than welcome! Thanks -- Thomas