#documentation

canoodle@nerdpol.ch

GNU Linux Debian 10 - gcc - where has the manpage gone? (gcc-doc) - how to create a man page - how to save export manpage to text file

[caption id="attachment_24555" align="alignnone" width="441"] https://www.hcde.washington.edu/ghoshal\[/caption\] they have gone missing. but they are available again under Debian 11 https://packages.debian.org/bullseye/gcc-doc hostnamectl; # tested on Operating System: Debian GNU/Linux 11 (bullseye) Kernel: Linux 5.10.0-9-amd64 Architecture: x86-64 apt search gcc-doc Sorting... Done Full Text Search... Done[...]

#linux #gnu #gnulinux #opensource #administration #sysops #gcc #man #manpages #manpage #howto #documentation #gnu-linux

Originally posted at: https://dwaves.de/2021/12/19/gnu-linux-debian-10-gcc-where-has-the-manpage-gone-gcc-doc-how-to-create-a-man-page-how-to-save-export-manpage-to-text-file/

hackaday@xn--y9azesw6bu.xn--y9a3aq

Tool Generates Interactive PCB Diagrams from KiCAD

image

Nearly everyone likes nice pinout diagrams, but the more pins and functions are involved, the more cluttered and less useful the diagram becomes. To address this, [Jan Mrázek] created Pinion , a tool to help generate interactive diagrams from KiCad design files.

The result is an interactive diagram that can be viewed in any web browser. Hovering over a pin or pad highlights those signals with a callout for the name, and clicking makes it stay highlighted for easier reference. Further information can be as detailed or as brief as needed.

Interestingly, Pinion isn 't a web service that relies on any kind of backend. The diagrams are static HTML and JavaScript only, easily included in web pages or embedded in GitHub documentation.

If you think Pinion looks a bit familiar, you're probably remembering that we covered [Jan]'s much earlier PcbDraw tool, which turned KiCad board files into SVG renderings but had no ability to add labels or interactivity. Pinion is an evolution of that earlier idea, and its diagrams are able to act as both documentation and interactive reference, with no reliance on any kind of external service.

Interested? Pinion has a full tutorial and demo and a growing library of parts, so check it out.

#parts #softwarehacks #documentation #html #interactive #javascript #kicad #pinion