Re: [go-nuts] Link documentation sources

2017-04-18 Thread Nathan Kerr
All the package documentation on https://golang.org/pkg and https://godoc.org is generated from the source. The headers for functions, types, etc. link to the source line where the function, type, etc. was defined. You can read more about godoc

Re: [go-nuts] Link documentation sources

2017-04-17 Thread anatoly techtonik
It still would be nice to trace back to these sources to fix them, and describe the syntax for cross-linking. On Tue, Apr 18, 2017 at 4:30 AM, Stas Maksimov wrote: > I believe this documentation is built from comments in the source code: > https://go.googlesource.com/go/+/go1.8.1/src/path/path.go

Re: [go-nuts] Link documentation sources

2017-04-17 Thread Stas Maksimov
I believe this documentation is built from comments in the source code: https://go.googlesource.com/go/+/go1.8.1/src/path/path.go S. On Mon, 17 Apr 2017 at 20:49 anatoly techtonik wrote: > On Monday, April 17, 2017 at 7:35:00 PM UTC+3, Jan Mercl wrote: > >> On Mon, Apr 17, 2017 at 5:45 PM anato

Re: [go-nuts] Link documentation sources

2017-04-17 Thread anatoly techtonik
On Monday, April 17, 2017 at 7:35:00 PM UTC+3, Jan Mercl wrote: > > On Mon, Apr 17, 2017 at 5:45 PM anatoly techtonik > wrote: > > > I want to see documentation sources for this page - > https://golang.org/pkg/path/#pkg-overview > > Why there is no link to them in the footer, like on > https://r

Re: [go-nuts] Link documentation sources

2017-04-17 Thread Jan Mercl
On Mon, Apr 17, 2017 at 5:45 PM anatoly techtonik wrote: > I want to see documentation sources for this page - https://golang.org/pkg/path/#pkg-overview > Why there is no link to them in the footer, like on https://readthedocs.org/? What do you mean by 'documentation sources'? -- -j -- You r