8 个仓库
Integration of documentation with external version control platforms using precise line-range references.
Distinct from Source Code Mapping: Existing candidates focus on source-to-log mapping or documentation comments, not direct hyperlinks to git platforms.
Explore 8 awesome GitHub repositories matching development tools & productivity · Source Code Linking. Refine with filters or upvote what's useful.
Jazzy is a source code documentation tool and API generator designed for Swift and Objective-C. It analyzes project roots and compiled modules to produce searchable HTML websites or offline docsets. The system functions as a multi-module API documenter, aggregating documentation from separate source modules into a single site with cross-module linking. It serves as a markdown-based documentation engine that integrates technical guides and LaTeX mathematical equations to complement generated API references. The tool covers a broad capability surface including multi-language API generation for
Links documentation to source code hosted on external git platforms with precise line-range references.
该浏览器扩展是一个 GitHub 源代码链接器,可识别特定语言的导入和包含声明,并将其转换为直接导航链接。它作为一个生产力工具,通过简化在链接文件和依赖项之间跳转的过程,优化了浏览仓库的体验。 该扩展通过将静态导入语句转换为可点击的超链接来优化开发者工作流,减少了手动搜索文件的需求。此功能支持源代码审查,并在基于浏览器的 GitHub 仓库审计过程中追踪依赖关系。
Transforms static import and include statements into clickable links for faster codebase navigation.
这款浏览器扩展是一个基于 Web 的源代码导航器,可将 import 语句、include 声明和依赖路径转换为可点击的链接。它作为依赖链接解析器和工作流操作导航器,将特定语言的需求映射到相应的源代码或外部仓库。 该项目提供了一个包依赖预览器,使用悬浮卡片显示元数据和依赖洞察,无需离开当前页面。它还能将 CI/CD 工作流文件中的操作定义直接转换为指向其底层实现的链接。 该扩展通过识别特定语言模式并将内部项目路径解析为外部 URL,处理源代码导航和静态代码探索。
Converts source code import and include declarations into clickable navigation hyperlinks.
OctoLinker 是一款浏览器扩展,通过将基于文本的依赖引用、import 语句和工作流操作转换为可点击的链接,增强了 GitHub 仓库的导航体验。它作为跨语言代码导航器和依赖链接器,将静态引用直接转换为指向源仓库和文件的链接。 该工具提供集成的包洞察悬浮卡片,无需离开当前页面即可显示依赖详情和包信息。它特别支持将工作流文件中的 GitHub Action 定义直接映射到其底层源代码。 该系统通过跨语言导入映射和依赖分析工作流增强代码库导航。它利用模式匹配和源映射来解析不同编程语言中的相对路径和绝对路径。
Transforms import and require statements across multiple languages into clickable hyperlinks to source files.
这是一个响应式的 Sphinx 文档主题,提供了一套视觉布局和 Jinja2 模板,用于将技术内容渲染为一致的 Web 界面。它是一个 CSS 文档框架,旨在适配桌面端和移动端的各种技术手册展示。 该主题包含专门针对软件 API 参考的结构化布局,可格式化函数签名、参数和返回类型。它还提供了集成的版本控制链接机制,允许文档页面直接指向外部托管服务上的源文件。 该项目涵盖了广泛的技术内容格式,包括语法高亮的代码块、数学公式、数据表格以及用于注释和警告的分类标注框。它支持通过自定义 Logo 进行品牌化,并允许修改导航菜单以及注入自定义 CSS 或 JavaScript 资源。 该主题直接集成到 Sphinx 构建流程中,将 reStructuredText 和 Markdown 转换为带主题的 HTML 输出。
Creates direct hyperlinks from documentation pages to specific source files on external version control platforms.
Fritzing 是一款用于记录硬件构建的电子电路设计软件。它作为硬件文档工具和印刷电路板(PCB)布局工具,允许用户通过面包板、原理图和 PCB 视图创建电路的视觉表示。 该软件包含一个专用的电子元件建模器,用于创建数字表示和元件库的自定义部件。它支持完整的制造工作流,通过集成的生产服务将数字电路草图转换为专业的电路板订单。 该应用涵盖了电子电路文档、通过公共库分享硬件项目,以及 PCB 走线和形状设计。用户还可以将源代码直接链接到硬件设计中,以维护完整的项目记录。
Connects programming source files directly to hardware designs to maintain comprehensive project records.
ExecuTorch is a lightweight C++ runtime for deploying PyTorch models on mobile, embedded, and edge hardware. It provides an ahead-of-time compilation pipeline that exports, quantizes, and lowers model graphs into compact serialized programs, then executes them through a minimal runtime with hardware acceleration and on-device large language model inference capabilities. The project distinguishes itself through a hardware accelerator delegate system that partitions model subgraphs and offloads computation to specialized backends including NPUs, GPUs, and DSPs from Apple, Arm, Intel, MediaTek,
ExecuTorch links each runtime-executed operator back to the exact line of Python code that produced it, enabling hotspot identification.
Dokka 是一个可扩展的文档引擎,专为生成 Kotlin 项目的结构化 API 参考材料而设计。通过解析源代码和注释,它作为一个静态网站生成器,将代码库转换为可读文档。它直接集成到开发工作流中作为构建系统插件,允许在标准编译过程中自动创建参考材料。 该项目通过模块化、插件驱动的处理流水线脱颖而出,允许开发者修改生成工作流、自定义输出格式并调整视觉样式。它通过将来自多个子项目的文档聚合到单个统一输出中来支持复杂的项目结构。此外,它包括一个交叉引用引擎,可解析内部代码符号并链接到外部库文档,确保生成的材料保持连接和可导航。 该引擎提供对最终输出的广泛控制,包括过滤特定代码元素、嵌入实时使用示例以及直接链接到远程源代码存储库的能力。它支持多种输出格式(如 HTML、Markdown 和 Javadoc),并允许对模板和资产进行深度自定义以满足特定的品牌或文档要求。该工具旨在通过命令行接口或原生构建工具集成来调用,从而促进其在自动化部署流水线中的使用。
Adds direct links from API signatures to remote source code repositories with support for line-number references.