Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
Jupyter-sphinx is a Sphinx extension that executes embedded code in a Jupyter kernel, and embeds outputs of that code in the document. It has support for rich output such as images, LaTeX math and even JavaScript widgets, and supports thebelab for live code execution with minimal effort.
This package provides a Sphinx directive to add unselectable prompt.
sphinx_gallery is a Sphinx extension that builds an HTML version from any set of Python scripts and puts it into an examples gallery.
A Sphinx extension to literally insert the output of arbitrary commands into documents, helping you to keep your command examples up to date.
This package provides a Matplotlib theme for Sphinx.
Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system. It's the default theme of Sphinx.
A utility tool that provides several features that make it easy to translate and to apply translation to Sphinx generated document.
This package provides a sphinx extension for designing beautiful, view size responsive web components.
This package is an extension to reStructuredText and Sphinx to be able to read and render the Doxygen xml output.
This extension makes it possible to draw Mermaid diagrams in Sphinx documentation.
sphinxcontrib-jsmath is a Sphinx extension which renders display math in HTML via JavaScript.
This package provides a Sphinx plugin to add inline tabbed content to your Sphinx documentation.
This package provides a small sphinx extension to add "copy" buttons to code blocks.
This package provides a Sphinx and Docutils extension to parse MyST, a rich and extensible flavour of Markdown for authoring technical and scientific documentation.
sphinxcontrib-qthelp is a Sphinx extension which outputs QtHelp documents.
This package provides a modern skeleton for Sphinx themes.
This package is a sphinx extension that automatically documents argparse commands and options
This package provides a Python API to easily integrate Sphinx documentation into your web application. It provides tools to integrate Sphinx documents in web templates and to handle searches.
Sphinxcontrib-newsfeed is an extension for adding a simple Blog, News or Announcements section to a Sphinx website.
Sphinx AutoAPI is a Sphinx extension for generating complete API documentation without needing to load, run, or import the project being documented. In contrast to the traditional Sphinx autodoc, which requires manual authoring and uses code imports, AutoAPI finds and generates documentation by parsing source code.
This package provides a Sphinx extension for linking to a project's issue tracker. This includes roles for linking to issues, pull requests and user profiles. Support for GitHub is built-in, but other services can also be supported with sphinx-issues.
A theme for Sphinx used by ReadTheDocs.org.
This package contains the Cloud theme for Sphinx and some related extensions.
This Sphinx extension, sphinxcontrib.autoprogram, provides an automated way to document command-line programs. It scans argparse.ArgumentParser object, and then expands it into a set of .. program:: and .. option:: directives.