Re: Documentation Workflow

2016-11-17 Thread Richard Charles
> On Nov 17, 2016, at 12:15 PM, Carl Hoefs > wrote: > > Fixing the layout of the documentation doesn't help the core problem, namely, > the way in which it's organized. Each page is so sparse as to be almost > worthless. Well spoken. > You have to drill down 2, 3, 4 or more links to find th

Re: Documentation Workflow

2016-11-17 Thread David Brittain
Dash for iOS has just been open sourced. It's a doc viewer for iPad/iPhone... https://github.com/Kapeli/Dash-iOS On 17 November 2016 at 11:23, Laurent Daudelin wrote: > What’s the 2 “gist” files you are mentioning? > > -Laurent. > -- > Laurent Daudelin > laur...@nemesys-soft.com

Re: Documentation Workflow

2016-11-17 Thread Laurent Daudelin
What’s the 2 “gist” files you are mentioning? -Laurent. -- Laurent Daudelin laur...@nemesys-soft.com AIM/iChat/Skype:LaurentDaudelin http://www.nemesys-soft.com/

Re: Documentation Workflow

2016-11-17 Thread Carl Hoefs
Fixing the layout of the documentation doesn't help the core problem, namely, the way in which it's organized. Each page is so sparse as to be almost worthless. You have to drill down 2, 3, 4 or more links to find the information that you want, dragging the reader through page after page... Why

Re: Documentation Workflow

2016-11-17 Thread Alex Zavatone
Adding this CSS alone increases readability dramatically for the docs pages when viewing from a browser. @namespace url(http://www.w3.org/1999/xhtml); *{font-family:"Tahoma", sans-serif !important;} Whatever Apple's using now looks skinny and is is simply unsettling. Now, if we could only get

Re: Documentation Workflow

2016-11-17 Thread Alex Zavatone
On Nov 17, 2016, at 9:13 AM, Slipp Douglas Thompson wrote: > No, you don't need to know HTML or CSS to get this to work. > > Here's a basic step-by-step: > > 1. Download & install the Stylish plugin/add-on/extension for your browser of > choice. The official userstyles.org Stylish is availabl

Re: Documentation Workflow

2016-11-17 Thread Slipp Douglas Thompson
No, you don't need to know HTML or CSS to get this to work. Here's a basic step-by-step: 1. Download & install the Stylish plugin/add-on/extension for your browser of choice. The official userstyles.org Stylish is available for Chrome ( https://chrome.google.com/webstore/detail/stylish/fjnbnpb

Re: Documentation Workflow

2016-11-17 Thread Richard Charles
> On Nov 17, 2016, at 6:45 AM, Slipp Douglas Thompson > wrote: [snip] > I got tired of the layout issues and cooked up some quick Stylish CSS to > rectify developer.apple.com/reference/* pages. [snip] > My Stylish CSS (in Mozilla Format) can be found at: > https://gist.github.com/capnslipp