copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Sphinx — Sphinx documentation These sections cover various topics in using and extending Sphinx for various use-cases They are a comprehensive guide to using Sphinx in many contexts and assume more knowledge of Sphinx
Using Sphinx — Sphinx documentation This guide serves to demonstrate how one can get started with Sphinx and covers everything from installing Sphinx and configuring your first Sphinx project to using some of the advanced features Sphinx provides out-of-the-box
Getting started — Sphinx documentation Much of Sphinx’s power comes from the richness of its default plain-text markup format, reStructuredText, along with its significant extensibility capabilities The goal of this document is to give you a quick taste of what Sphinx is and how you might use it
安装Sphinx — Sphinx documentation You may install a global version of Sphinx into your system using OS-specific package managers However, be aware that this is less flexible and you may run into compatibility issues if you want to work across different projects
Sphinx 文档目录 — Sphinx documentation sphinx国际化细节 用sphinx国际翻译 使用Transifex服务进行团队翻译 Using Weblate service for team translation 有助于sphinx参考翻译 Translation progress and statistics
Build your first project — Sphinx documentation In this tutorial you will build a simple documentation project using Sphinx, and view it in your browser as HTML The project will include narrative, handwritten documentation, as well as autogenerated API documentation
reStructuredText Primer — Sphinx documentation reStructuredText is the default plaintext markup language used by Sphinx This section is a brief introduction to reStructuredText (reST) concepts and syntax, intended to provide authors with enough information to author documents productively
Automatic documentation generation from code - Sphinx doc Sphinx provides yet another level of automation: the autosummary extension The autosummary directive generates documents that contain all the necessary autodoc directives
Markdown — Sphinx documentation To support Markdown-based documentation, Sphinx can use MyST-Parser MyST-Parser is a Docutils bridge to markdown-it-py, a Python package for parsing the CommonMark Markdown flavor
更新日志 — Sphinx documentation Currently, such bytes are replaced with '?' along with logging a warning Patch by Adam Turner #13682: Deprecate sphinx io Sphinx no longer uses the sphinx io classes, having replaced them with standard Python I O The entire sphinx io module will be removed in Sphinx 10 Patch by Adam Turner