www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - scod - a clean and lightweight theme for ddox

reply Martin Nowak <code+news.digitalmars dawg.eu> writes:
Available as dub package:
http://code.dlang.org/packages/scod

Example:
http://martinnowak.github.io/bloom/bloom.html

We're currently working on dub integration of other doc generation tools
(https://github.com/D-Programming-Language/dub/pull/702), for the time
being you can use scod like so.
https://github.com/MartinNowak/bloom/blob/6bd4f3ada2d5a6b436a99493ad17112fb8111681/travis.sh#L19

-Martin
Oct 26 2015
next sibling parent Nick Sabalausky <SeeWebsiteToContactMe semitwist.com> writes:
On 10/26/2015 08:19 PM, Martin Nowak wrote:
 Available as dub package:
 http://code.dlang.org/packages/scod

 Example:
 http://martinnowak.github.io/bloom/bloom.html

 We're currently working on dub integration of other doc generation tools
 (https://github.com/D-Programming-Language/dub/pull/702), for the time
 being you can use scod like so.
 https://github.com/MartinNowak/bloom/blob/6bd4f3ada2d5a6b436a99493ad17112fb8111681/travis.sh#L19

 -Martin
Nice looking, but it seems to waste a fairly large amount of vertical space (which tends to be at more of a premium than ever on modern screens).
Oct 26 2015
prev sibling next sibling parent reply Jacob Carlborg <doob me.com> writes:
On 2015-10-27 01:19, Martin Nowak wrote:
 Available as dub package:
 http://code.dlang.org/packages/scod

 Example:
 http://martinnowak.github.io/bloom/bloom.html
Looks like the design has a maximal width. I recommend removing that or event better, center the whole layout. -- /Jacob Carlborg
Oct 27 2015
parent reply Martin Nowak <code dawg.eu> writes:
On Tuesday, 27 October 2015 at 07:38:49 UTC, Jacob Carlborg wrote:
 Looks like the design has a maximal width.
It doesn't, though the content is only as wide as necessary. https://martinnowak.github.io/bloom/bloom/BloomFilter.clear.html
 I recommend removing that or event better, center the whole 
 layout.
Center with sidenav?
Oct 27 2015
parent reply Rory McGuire via Digitalmars-d-announce writes:
On Tue, Oct 27, 2015 at 12:44 PM, Martin Nowak via Digitalmars-d-announce <
digitalmars-d-announce puremagic.com> wrote:

 On Tuesday, 27 October 2015 at 07:38:49 UTC, Jacob Carlborg wrote:

 Looks like the design has a maximal width.
It doesn't, though the content is only as wide as necessary. https://martinnowak.github.io/bloom/bloom/BloomFilter.clear.html I recommend removing that or event better, center the whole layout.

 Center with sidenav?
I also prefer centre aligned with a max-width. I think its mainly because people mostly centre their screens from their viewpoint and often have large screens
Oct 27 2015
parent reply Bastiaan Veelo <Bastiaan Veelo.net> writes:
On Tuesday, 27 October 2015 at 11:03:05 UTC, Rory McGuire wrote:
 I also prefer centre aligned with a max-width.
 I think its mainly because people mostly centre their screens 
 from their
 viewpoint and often have large screens
"Also"? Nobody argued for max-width but you. Why buy a large screen if you are going to waste that space by setting max width? Putting the reader in control of content width is one of the original powers of HTML. Removing that is a sin, IMHO :-)
Oct 27 2015
parent Bastiaan Veelo <Bastiaan Veelo.net> writes:
On Tuesday, 27 October 2015 at 21:28:25 UTC, Bastiaan Veelo wrote:
 Nobody argued for max-width but you.
Sorry - have to take that back on closer reading.
Oct 27 2015
prev sibling next sibling parent Atila Neves <atila.neves gmail.com> writes:
On Tuesday, 27 October 2015 at 00:19:57 UTC, Martin Nowak wrote:
 Available as dub package: http://code.dlang.org/packages/scod

 Example:
 http://martinnowak.github.io/bloom/bloom.html

 We're currently working on dub integration of other doc 
 generation tools
 (https://github.com/D-Programming-Language/dub/pull/702), for 
 the time
 being you can use scod like so.
 https://github.com/MartinNowak/bloom/blob/6bd4f3ada2d5a6b436a99493ad17112fb8111681/travis.sh#L19

 -Martin
Nice! Atila
Oct 27 2015
prev sibling next sibling parent bachmeier <no spam.com> writes:
On Tuesday, 27 October 2015 at 00:19:57 UTC, Martin Nowak wrote:
 Available as dub package: http://code.dlang.org/packages/scod

 Example:
 http://martinnowak.github.io/bloom/bloom.html

 We're currently working on dub integration of other doc 
 generation tools
 (https://github.com/D-Programming-Language/dub/pull/702), for 
 the time
 being you can use scod like so.
 https://github.com/MartinNowak/bloom/blob/6bd4f3ada2d5a6b436a99493ad17112fb8111681/travis.sh#L19

 -Martin
As long as this is being worked on (and I really like it) is there any chance of literate programming support?
Oct 27 2015
prev sibling parent karabuta <karabutaworld gmail.com> writes:
On Tuesday, 27 October 2015 at 00:19:57 UTC, Martin Nowak wrote:
 Available as dub package: http://code.dlang.org/packages/scod

 Example:
 http://martinnowak.github.io/bloom/bloom.html

 We're currently working on dub integration of other doc 
 generation tools
 (https://github.com/D-Programming-Language/dub/pull/702), for 
 the time
 being you can use scod like so.
 https://github.com/MartinNowak/bloom/blob/6bd4f3ada2d5a6b436a99493ad17112fb8111681/travis.sh#L19

 -Martin
Looks great. Thanks!
Oct 27 2015