Tag

Sphinx

1 views collected around this technical thread.

DevOps Engineer
DevOps Engineer
Apr 13, 2025 · Fundamentals

Setting Up Sphinx and ReadTheDocs for Automated Documentation in Python Projects

This guide explains why Sphinx and ReadTheDocs are a powerful combination for generating and hosting documentation, and provides step‑by‑step instructions—including installing dependencies, initializing the project, configuring conf.py, adding a .readthedocs.yml file, and linking the repository—so that documentation is built automatically on each commit.

DevOpsDocumentationPython
0 likes · 6 min read
Setting Up Sphinx and ReadTheDocs for Automated Documentation in Python Projects
Test Development Learning Exchange
Test Development Learning Exchange
Oct 3, 2023 · Backend Development

Using Setuptools with Sphinx to Automatically Generate Documentation for Python Packages

This article explains how to use Setuptools to manage dependencies, package source code, and provide command-line tools, and demonstrates a step‑by‑step example of integrating Sphinx to automatically generate documentation and include it in a Python package build.

DocumentationSetuptoolsSphinx
0 likes · 4 min read
Using Setuptools with Sphinx to Automatically Generate Documentation for Python Packages
DevOps
DevOps
Sep 6, 2023 · Fundamentals

Effective Technical Documentation: Structured Docs, Quadrant Model, and Tool Selection

The article explains why technical documentation is often neglected, introduces a document‑quadrant framework to organize content, compares structured and graph‑based approaches, and evaluates tools like Sphinx, Docusaurus, Google Docs, Confluence, and Logseq for creating maintainable, high‑quality documentation.

DevOpsSphinxdocumentation tools
0 likes · 8 min read
Effective Technical Documentation: Structured Docs, Quadrant Model, and Tool Selection
Test Development Learning Exchange
Test Development Learning Exchange
Jul 9, 2023 · Fundamentals

Using Setuptools with Sphinx to Automatically Generate Documentation

Setuptools is a Python packaging tool that manages dependencies, bundles source code, installs scripts, and provides command-line utilities, and when combined with Sphinx it can automatically generate project documentation, which can be integrated into the build process via a custom build command in setup.py.

Build AutomationDocumentationSetuptools
0 likes · 4 min read
Using Setuptools with Sphinx to Automatically Generate Documentation
360 Smart Cloud
360 Smart Cloud
Apr 15, 2021 · Information Security

Improving Product Quality through Code Vulnerability Scanning and Deep Code Search

This article explains why and when to scan product code for vulnerabilities, describes static source‑code and binary scanning methods, introduces deep code‑search techniques and a real‑time Sphinx‑based indexing architecture, and shows how these practices can significantly raise overall product quality.

Code SecurityIndexingSphinx
0 likes · 13 min read
Improving Product Quality through Code Vulnerability Scanning and Deep Code Search
360 Quality & Efficiency
360 Quality & Efficiency
Nov 15, 2019 · Information Security

Improving Product Quality through Code Vulnerability Inspection and Deep Code‑Search Techniques

The article explains how static source‑code scanning, binary analysis, and advanced code‑search technologies—including incremental indexing, deduplication, real‑time Sphinx indexing, and BM25 ranking—can be combined to detect and remediate product‑level vulnerabilities early, thereby significantly raising software quality and reducing risk.

BM25Code SecuritySphinx
0 likes · 13 min read
Improving Product Quality through Code Vulnerability Inspection and Deep Code‑Search Techniques
360 Tech Engineering
360 Tech Engineering
Nov 12, 2019 · Information Security

Improving Product Quality through Code Vulnerability Scanning and Deep Code Search

The article explains why and when to scan product code for vulnerabilities, describes static source‑code and binary scanning methods, introduces deep code‑search techniques, outlines the system architecture and incremental indexing pipeline, and shows how these practices can substantially raise overall product quality.

Code ScanningSphinxcode search
0 likes · 13 min read
Improving Product Quality through Code Vulnerability Scanning and Deep Code Search
DevOps
DevOps
Jan 8, 2017 · Operations

Automated Documentation Publishing Pipeline with VSTS, Azure, Docker, and GitHub Sync

This article describes how to build an automated documentation publishing pipeline using VSTS CI, Azure FTP deployment, Sphinx conversion, Docker containers, and GitHub synchronization, enabling one‑click HTML generation and backup for Markdown/reStructuredText sources.

AzureDevOpsDocker
0 likes · 5 min read
Automated Documentation Publishing Pipeline with VSTS, Azure, Docker, and GitHub Sync