1
0
mirror of https://github.com/golang/go synced 2024-09-30 14:28:33 -06:00
go/cmd
Russ Cox f19f04f549 cmd/present: adjust article presentation
* Give the article title a larger, heavier font than any heading.
  It was strange that the title was 20px regular while the
  h1 section headings were 24px.

* Move the author attribution to the top of the page.
  Author at the bottom, like a signature, may make sense for blog posts,
  but I think it makes less sense for articles.

* Fix the spacing around author lines. Each author line is a <p>
  and the intent seemed to be to cut the vertical space between them
  but that wasn't working.

* Give the table of contents a title, to make clearer what it is.
  Do not show table of contents in printouts.

Change-Id: Iee940ca7697015281fc057750f5db56f70393836
Reviewed-on: https://go-review.googlesource.com/33578
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Rob Pike <r@golang.org>
2016-11-29 02:21:02 +00:00
..
benchcmp benchmark/parser, cmd/benchcmp: improve names of exported identifiers 2015-01-15 01:28:17 +00:00
bundle cmd/bundle: revert support for Go 1.8 aliases 2016-11-04 21:17:06 +00:00
callgraph go/ssa: support custom TestMain functions in test packages 2016-10-19 17:50:59 +00:00
cover all: address vet issues, fix print calls 2016-03-27 20:36:34 +00:00
digraph tools: add import comments. 2014-12-09 22:42:16 +00:00
eg refactor/eg: remove vendor prefix from imported packages 2016-11-28 19:57:48 +00:00
fiximports cmd/godoc, cmd/fiximports: fix or skip failing tests at tip 2016-10-12 15:24:30 +00:00
godex x/tools: delete x/tools/go/types and dependent packages/client files 2016-04-06 21:52:49 +00:00
godoc godoc: changes to support aliases 2016-11-03 21:57:37 +00:00
goimports cmd/goimports: work around lack of runtime/trace in gccgo 2016-08-13 05:07:58 +00:00
gomvpkg go/buildutil: TagsFlag provides a flag.Value for setting build.Context.BuildTags from -tags flag. 2015-04-23 14:10:21 +00:00
gorename cmd/gorename: -d flag prints diffs instead of rewriting files 2015-12-30 15:25:00 +00:00
gotype x/tools: delete x/tools/go/types and dependent packages/client files 2016-04-06 21:52:49 +00:00
goyacc cmd/goyacc: quadruple the max states and actions 2016-11-28 18:37:26 +00:00
guru cmd/guru: add workaround to handle inconsistency between go/types and gc 2016-11-23 20:09:00 +00:00
heapview x/tools/cmd/heapview: add a sidebar to hold navigation 2016-08-16 17:33:40 +00:00
html2article tools: fix 'Split called after Scan' 2016-05-04 16:29:22 +00:00
present cmd/present: adjust article presentation 2016-11-29 02:21:02 +00:00
ssadump cmd/ssadump: fix typo that broke -run 2016-11-03 16:19:08 +00:00
stress all: fix plan9 failures 2016-01-28 00:31:03 +00:00
stringer tools: remove go1.8-tagged files 2016-11-04 21:29:52 +00:00
tip tip/doc: update doc to match latest gcloud syntax 2016-08-03 14:42:34 +00:00
toolstash cmd/toolstash: fix format string arguments 2016-11-08 20:54:22 +00:00