Skip to main content

Questions tagged [documentation]

THIS TAG IS FOR DOCUMENT GENERATORS ONLY. Include language and/or SDE tag as well. DO NOT USE to ask for links to documentation or tools, or to critique vendor documentation.

documentation
0 votes
0 answers
19 views

How does DRF de-serializes the json?

I am using react as frontend and django as backend. I have used fetch API to send send POST request to the server. The data is passed through JSON.stringify(). This request will be intercepted by ...
Samarpan Gupta's user avatar
0 votes
1 answer
27 views

Does Guile Scheme have a document generator for docstrings or documenting comments?

The source code of Guile Scheme contains docstrings (e.g., https://git.savannah.gnu.org/cgit/guile.git/tree/module/srfi/srfi-43.scm#n107). In the source code of SLib I can event see comments with some ...
Yuriy Al. Shirokov's user avatar
0 votes
0 answers
32 views

How can i customize odoo 17 views, like colors, modify the base icons

I want to customize the odoo 17 base theme, to create a customized environment, is there any documentation about it? cause in the odoo documentation there is no info about it. I donwloaded anoter ...
Jaime Millán's user avatar
0 votes
0 answers
30 views

render math equations in doc strings in online documentation [duplicate]

Can mdbook be used to render equations in Rust doc strings? Like, I get that I can used it in book.toml in an mdbook, but can I use it in a rust crate somehow? Is there some other reasonable way to ...
Chad's user avatar
  • 1,530
0 votes
0 answers
40 views

How to order class attributes before methods with autoclass in sphinx-docs?

When generating the class docs using .. autoclass:: I tried with the flag autodoc_member_order = 'groupwise'. However, the methods are coming above class attributes. Any suggestions on how to order ...
V Surya Kumar's user avatar
0 votes
0 answers
31 views

Why does Swagger duplicate my documentation in endpoints using {format}?

I am creating documentation with Swagger in a Django project, I don't understand why it duplicates some endpoints by adding {format} at first sight they are the same endpoints: for example GET /...
Plaoo's user avatar
  • 439
-1 votes
0 answers
17 views

Problem of Node.js documentation multiple lines selection by mouse

When I use my mouse to select multiple lines in the Node.js documentation, the scrollbar will easily move up or down even though the cursor just moves a little, which causes the mouse to select amount ...
Anonymous Liu's user avatar
0 votes
0 answers
22 views

How to generate the API of a websocket request and response using Postman?

I have a Node.js application that functions as a WebSocket server. I can establish a WebSocket connection between my server and Postman, and Postman can receive the response. Now, I need to document ...
Alireza's user avatar
  • 231
0 votes
1 answer
43 views

How do I document complex function parameters in my own R package?

I am currently transforming my big R-Project into a package and I am trying to document it properly with enough examples and tests. Some of my functions use parameters that are of a complex type like ...
Kiek's user avatar
  • 25
-1 votes
0 answers
17 views

isValidUrl from datadog/browser-core

I'm looking for documentation specifically for isValidUrl from datadog/browser-core. I have searched their docs webpage but nothing - https://docs.datadoghq.com/search/?s=isValidUrl Tried to find the ...
Sambuxc's user avatar
  • 470
-1 votes
0 answers
14 views

Where i can find documentation about GeoDirectory plugin, maybe a howTo?

I'm starting a new project with a plugin that is new for me, that plugin is GeoDirectory, and I cant find something like Developer documentations, a real one documentation where i can learn how to ...
Asinox's user avatar
  • 6,811
0 votes
0 answers
28 views

How to add 3rd party htmls to sphinx index.rst content?

I am working on documenting a project in C++. The workflow is set as follows: I write my documentation in .h files. The headers are then loaded into Doxygen and html files are generated. These files ...
SigmaKlim's user avatar
0 votes
0 answers
12 views

GraphQL schema documentation based on SPQR and JSR 303 annotations

I'm using the SPQR Spring Boot for GraphQL. My requirement is that if I have JSR-303/380 annotations in the POJO classes, it should be added as comments in the generated schema. Is there any mechanism ...
slyrit's user avatar
  • 1
0 votes
1 answer
38 views

API Platform Documentation Issue: Incorrectly Treating Route Parameter as Required ID

I'm encountering an issue with API Platform where it seems to treat a route parameter as a required idBadge, even though it's not specified as such in my route configuration. Here's the setup: I have ...
Develop'ER's user avatar
-2 votes
0 answers
18 views

How can I prevent "adjusting" for pod2man?

I wrote a perl-pod manual page that looked correct under perldoc. But when I converted it to PostScript via pod2man and groff -Tps -man, the SYNOPSIS was "block-adjusted", adding a lot of ...
U. Windl's user avatar
  • 4,069

15 30 50 per page
1
2 3 4 5
312