penthouse VS docco

Compare penthouse vs docco and see what are their differences.

docco

Literate Programming can be Quick and Dirty. (by jashkenas)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
penthouse docco
5 4
2,620 3,542
- -
0.0 0.0
5 months ago 5 months ago
HTML HTML
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

penthouse

Posts with mentions or reviews of penthouse. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-02.
  • Extracting and using Critical CSS on my Eleventy site
    2 projects | dev.to | 2 Mar 2023
    It is a wrapper around Penthouse, the original critical path CSS generator, and performs two additional functions:
  • Critical CSS? Not So Fast
    5 projects | news.ycombinator.com | 10 Sep 2022
    It is easy with a little automation :). In the build process, adding a step to calculate critical path css helps. This should probably be the last step and run on production post deploy. The calculated CSS is stored in redis which will be appended in the head for subsequent requests. This tool had inspired me to build this process at multiple orgs I have worked with https://github.com/pocketjoso/penthouse.

    Agree on the async JS part but I guess browser makers will solve it soon.

  • What to do for website speed optimization?
    1 project | /r/FreeCodeCamp | 30 Mar 2021
    inline critical css (here is a useful tool https://jonassebastianohlsson.com/criticalpathcssgenerator/) , and here an explanation (https://web.dev/extract-critical-css/).
  • CSS Deep
    2090 projects | dev.to | 26 Feb 2021
    pocketjoso/penthouse - Generate critical css for your urls
  • Force include classes in critical CSS
    2 projects | dev.to | 21 Jan 2021
    Critical CSS uses as its engine penthouse which has in turn a lot of configuration options. One of them, is forceInclude.

docco

Posts with mentions or reviews of docco. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-20.
  • Ask HN: Show Code with Notes Alongside
    1 project | news.ycombinator.com | 9 Apr 2023
    i have seen those in annotated javascript documentation. but it was the other way around. (comment on the left, and code on the right).

    they all seem to use docco[0] with the option to display comment in "parallel". the author of docco used it in their library underscore[1].

    [0]: https://github.com/jashkenas/docco

  • Docco is a quick-and-dirty documentation generator
    1 project | news.ycombinator.com | 20 Jul 2022
  • Lisp.py
    4 projects | news.ycombinator.com | 20 Jul 2022
    Side note - it's been a while since i've seen a Docco-style annotated-source-style documentation! http://ashkenas.com/docco/

    Backbone.js was the first time i saw it, and I loved it! https://backbonejs.org/docs/backbone.html It demonstrated to me that the libraries I use are just normal code that other people write, and i myself can read it to understand a problem.

  • CSS Deep
    2090 projects | dev.to | 26 Feb 2021
    jashkenas/docco - Literate Programming can be Quick and Dirty.

What are some alternatives?

When comparing penthouse and docco you can also consider the following projects:

critical - Extract & Inline Critical-path CSS in HTML pages

documentation.js - :book: documentation for modern JavaScript

article-extractor - To extract main article from given URL with Node.js

ESDoc - ESDoc - Good Documentation for JavaScript

Compass - Compass is no longer actively maintained. Compass is a Stylesheet Authoring Environment that makes your website design simpler to implement and easier to maintain.

sphinx - The Sphinx documentation generator

haste-perch - Create dynamic HTML easy in the browser using declarative notation

jsduck - Simple JavaScript Duckumentation generator.

css-loaders - A collection of loading spinners animated with CSS

dox - JavaScript documentation generator for node using markdown and jsdoc

Sequence - The responsive CSS animation framework for creating unique sliders, presentations, banners, and other step-based applications.

JSDoc - An API documentation generator for JavaScript.