diff --git a/doc/contrib.html b/doc/contrib.html index 76cee1ffd40..7a96b8db7b5 100644 --- a/doc/contrib.html +++ b/doc/contrib.html @@ -3,6 +3,8 @@ "Path": "/project/" }--> + +

diff --git a/doc/docs.html b/doc/docs.html index 52ec28edbfc..f48eb0a08fe 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -31,6 +31,8 @@ libraries.

Learning Go

+ +

A Tour of Go

An interactive introduction to Go in three sections. @@ -117,6 +119,8 @@ Guided tours of Go programs.

Talks

+ +

The talks marked with a red asterisk (*) were written before Go 1 and contain some examples that are no longer correct, but they are @@ -179,6 +183,8 @@ documentation.

The Go Community

+ +

Go Nuts Mailing List

The golang-nuts mailing list is for general Go discussion.

diff --git a/doc/gopher/doc.png b/doc/gopher/doc.png new file mode 100644 index 00000000000..3604e397c02 Binary files /dev/null and b/doc/gopher/doc.png differ diff --git a/doc/gopher/help.png b/doc/gopher/help.png new file mode 100644 index 00000000000..75aa74ab85f Binary files /dev/null and b/doc/gopher/help.png differ diff --git a/doc/gopher/pkg.png b/doc/gopher/pkg.png new file mode 100644 index 00000000000..9091b93026c Binary files /dev/null and b/doc/gopher/pkg.png differ diff --git a/doc/gopher/project.png b/doc/gopher/project.png new file mode 100644 index 00000000000..e729a318e6a Binary files /dev/null and b/doc/gopher/project.png differ diff --git a/doc/gopher/run.png b/doc/gopher/run.png new file mode 100644 index 00000000000..4547371f8c4 Binary files /dev/null and b/doc/gopher/run.png differ diff --git a/doc/gopher/talks.png b/doc/gopher/talks.png new file mode 100644 index 00000000000..03ab7ef1509 Binary files /dev/null and b/doc/gopher/talks.png differ diff --git a/doc/help.html b/doc/help.html index 2efda4e30a7..fadf80a038a 100644 --- a/doc/help.html +++ b/doc/help.html @@ -3,6 +3,8 @@ "Path": "/help/" }--> + +

Need help with Go? Try these resources.

diff --git a/doc/reference.html b/doc/reference.html index 12a6ef96dae..1b6953e0278 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -3,7 +3,7 @@ "Path": "/ref/" }--> - +

Good bedtime reading.

diff --git a/doc/style.css b/doc/style.css index b180a615d29..a62dbc9517e 100644 --- a/doc/style.css +++ b/doc/style.css @@ -367,3 +367,20 @@ div#blog .read { table.codetable { margin-left: auto; margin-right: auto; border-style: none; } hr { border-style: none; border-top: 1px solid black; } + +img.gopher { + float: right; + margin-left: 10px; + margin-bottom: 10px; +} +.pkgGopher { + text-align: right; +} +.pkgGopher .gopher { + float: none; + position: relative; + top: -40px; + margin-bottom: -120px; +} +h2 { clear: right; } + diff --git a/lib/godoc/package.html b/lib/godoc/package.html index e46300f6b63..848e68df775 100644 --- a/lib/godoc/package.html +++ b/lib/godoc/package.html @@ -163,7 +163,13 @@ {{with .Dirs}} {{/* DirList entries are numbers and strings - no need for FSet */}} - {{if $.PDoc}}

Subdirectories

{{end}} + {{if $.PDoc}} +

Subdirectories

+ {{else}} +
+ +
+ {{end}}
Name