3 repository-uri
Tools that convert technical content into multiple distribution formats such as HTML, PDF, and ePub.
Distinct from Technical Documentation: Focuses on the conversion process to various output formats rather than just the organization of technical knowledge.
Explore 3 awesome GitHub repositories matching content management & publishing · Multi-Format Generators. Refine with filters or upvote what's useful.
This project is an object-oriented architecture reference and software design patterns guide. It provides a collection of creational, structural, and behavioral patterns accompanied by practical code examples and architectural explanations to help manage complex control flows and decouple software components. The project functions as a technical documentation framework and UML visualization library. It uses Unified Modeling Language class and sequence diagrams to illustrate object relationships and runtime interactions, and it includes a system for converting architecture guides into HTML, PD
Ships a system for converting architecture guides into HTML, PDF, and ePub formats.
The Book of Shaders is an interactive educational guide and curriculum for learning GLSL fragment shader programming to create procedural graphics and visual effects. It provides a structured learning path and a categorized reference guide for data types, built-in functions, and mathematical operations used in shader development. The project features a web-based shader sandbox and interactive editor that allows for real-time iteration and visualization of GLSL code. Users can experiment with procedural art and share their results via unique URLs. The curriculum covers a wide range of graphic
Automatically converts the shader curriculum into multiple distribution formats including PDF, EPUB, and LaTeX.
CommonMark este o specificație standard formală pentru Markdown, oferind o implementare de referință și un set de reguli pentru a asigura o randare consistentă a textului pe diferite platforme. Constă dintr-o implementare de parser Markdown și un sistem pentru generarea documentației formale de sintaxă. Proiectul include o suită cuprinzătoare de teste de conformitate cu peste cinci sute de exemple încorporate pentru a verifica dacă alte implementări Markdown respectă specificația. Oferă instrumente pentru a exporta aceste cazuri de test în format JSON pentru utilizare în procese de verificare externe. Sistemul acoperă conversia formatului documentului, transformând specificația formală în output-uri HTML și PDF lizibile pentru oameni. Utilizează o abordare structurată pentru procesarea textului prin tokenizare într-o singură trecere și standardizarea sintaxei bazată pe reguli.
Transforms the formal syntax specification into multiple distribution formats including HTML and PDF.