Open Issues Need Help
View All on GitHubAI Summary: The user wants to prevent Sphinx's `http:get` directives from appearing in an index (like a PDF routing table) using the `:noindex:` option. However, applying `:noindex:` also disables the ability to create clickable cross-references to these directives using the `http:get` role, leading to warnings. The core request is for a way to hide directives from the index while still allowing them to be referenced via roles.
Documenting RESTful HTTP APIs
Documenting RESTful HTTP APIs
Documenting RESTful HTTP APIs
AI Summary: When building Sphinx documentation in parallel using `sphinx-build -j auto`, an error occurs because the `sphinxcontrib.httpdomain` extension does not declare itself safe for parallel reading. Sphinx assumes it's unsafe, leading to a build issue. The suggested resolution is for the extension author to explicitly mark it as parallel-safe.
Documenting RESTful HTTP APIs
AI Summary: The user proposes adding a `filter-endpoints` parameter to the `autotornado` directive in `httdomain`. This parameter would accept a custom Python function, allowing users to dynamically exclude specific API routes from the auto-generated documentation based on criteria like docstrings, useful for private or unstable endpoints.
Documenting RESTful HTTP APIs
AI Summary: This GitHub issue requests the addition of `autohttp` support for the Sanic web framework. It aims to integrate the project's `autohttp` functionality with Sanic's asynchronous routing and request/response handling capabilities.
Documenting RESTful HTTP APIs
AI Summary: This issue is a feature request to add support for the Falcon web framework. It aims to integrate `autohttp`, presumably a tool for automatic HTTP handling or API generation, to work seamlessly with Falcon's architecture, thereby expanding its compatibility.
Documenting RESTful HTTP APIs
AI Summary: This issue proposes adding "autohttp" functionality specifically for Django Rest Framework (DRF). The user emphasizes DRF's widespread popularity and suggests that this integration would be a valuable enhancement to the project.
Documenting RESTful HTTP APIs