Re: [PATCH] user/gsoc: GSoC Getting Started Instructions

2020-03-30 Thread Gedare Bloom
On Mon, Mar 30, 2020 at 12:17 PM Niteesh G. S. wrote: > > Where should I put the additional instructions for creating and sending > patches? > All that can go in the GSoC directions, with pointers to the other sections in the docs that support:

Re: [PATCH] user/gsoc: GSoC Getting Started Instructions

2020-03-30 Thread Niteesh G. S.
Where should I put the additional instructions for creating and sending patches? I will try to send a patch most probably by tomorrow evening. Meanwhile, can you have a look at the patch that I have sent? https://lists.rtems.org/pipermail/devel/2020-March/058716.html Thanks, Niteesh On Mon,

Re: [PATCH] user/gsoc: GSoC Getting Started Instructions

2020-03-30 Thread Gedare Bloom
On Sun, Mar 29, 2020 at 11:47 PM Sebastian Huber wrote: > > On 28/03/2020 19:47, Niteesh G. S. wrote: > > We have an Installation chapter under the User manual > https://docs.rtems.org/branches/master/user/installation/index.html > But it isn't detailed enough like the quick start guide. IMO it

Re: [PATCH] user/gsoc: GSoC Getting Started Instructions

2020-03-29 Thread Sebastian Huber
On 28/03/2020 19:47, Niteesh G. S. wrote: We have an Installation chapter under the User manual https://docs.rtems.org/branches/master/user/installation/index.html But it isn't detailed enough like the quick start guide. IMO it is the right place to add detailed instructions. It already has

Re: [PATCH] user/gsoc: GSoC Getting Started Instructions

2020-03-28 Thread Niteesh G. S.
We have an Installation chapter under the User manual https://docs.rtems.org/branches/master/user/installation/index.html But it isn't detailed enough like the quick start guide. IMO it is the right place to add detailed instructions. It already has important information for a good setup like

Re: [PATCH] user/gsoc: GSoC Getting Started Instructions

2020-03-23 Thread Gedare Bloom
On Mon, Mar 23, 2020 at 3:35 AM Niteesh G. S. wrote: > > On Mon, Mar 23, 2020 at 11:58 AM Sebastian Huber > wrote: >> >> On 23/03/2020 06:59, Niteesh G. S. wrote: >>> >>> From here on I would prefer references to the existing documentation >>> with any GSoC details list here. I would prefer we

Re: [PATCH] user/gsoc: GSoC Getting Started Instructions

2020-03-23 Thread Niteesh G. S.
On Mon, Mar 23, 2020 at 11:58 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > On 23/03/2020 06:59, Niteesh G. S. wrote: > > From here on I would prefer references to the existing documentation >> with any GSoC details list here. I would prefer we avoid duplicating >> prefix,

Re: [PATCH] user/gsoc: GSoC Getting Started Instructions

2020-03-23 Thread Sebastian Huber
On 23/03/2020 06:59, Niteesh G. S. wrote:  From here on I would prefer references to the existing documentation with any GSoC details list here. I would prefer we avoid duplicating prefix, sources and building anywhere in the documentaion as it will only confuse search engines,

Re: [PATCH] user/gsoc: GSoC Getting Started Instructions

2020-03-23 Thread Niteesh G. S.
On Mon, Mar 23, 2020 at 6:43 AM Chris Johns wrote: > On 2020-03-18 07:36, G S Niteesh Babu wrote: > > --- > > user/index.rst | 1 + > > user/start/gsoc.rst | 453 +++ > > user/start/index.rst | 1 + > > 3 files changed, 455 insertions(+) >

Re: [PATCH] user/gsoc: GSoC Getting Started Instructions

2020-03-22 Thread Chris Johns
On 2020-03-18 07:36, G S Niteesh Babu wrote: --- user/index.rst | 1 + user/start/gsoc.rst | 453 +++ user/start/index.rst | 1 + 3 files changed, 455 insertions(+) create mode 100644 user/start/gsoc.rst diff --git a/user/index.rst

Re: [PATCH] user/gsoc: GSoC Getting Started Instructions

2020-03-22 Thread Niteesh G. S.
On Sun, Mar 22, 2020 at 7:42 PM Gedare Bloom wrote: > Hi Niteesh, > > Did you build the docs with this change > Yes, I did. Did you face any issues? I am sorry for typos and grammatical mistakes. I checked a couple of times but still missed them. > The rewrite is nice. I do have several

Re: [PATCH] user/gsoc: GSoC Getting Started Instructions

2020-03-22 Thread Gedare Bloom
Hi Niteesh, Did you build the docs with this change? The rewrite is nice. I do have several comments below to address: On Tue, Mar 17, 2020 at 2:36 PM G S Niteesh Babu wrote: > > --- > user/index.rst | 1 + > user/start/gsoc.rst | 453 +++ >

[PATCH] user/gsoc: GSoC Getting Started Instructions

2020-03-17 Thread G S Niteesh Babu
--- user/index.rst | 1 + user/start/gsoc.rst | 453 +++ user/start/index.rst | 1 + 3 files changed, 455 insertions(+) create mode 100644 user/start/gsoc.rst diff --git a/user/index.rst b/user/index.rst index 0e644c9..f253ea6 100644 ---