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.

Filter by
Sorted by
Tagged with
Advice
5 votes
1 replies
75 views

I'm building a reference guide, R Functions for Categorical Data Analysis, https://friendly.github.io/psy6136/R-functions.html, that lists R functions for analysis and visualization, organized around ...
user101089's user avatar
  • 4,083
Advice
0 votes
2 replies
63 views

Is Kafka consumer heartbeat message same as consumer poll and commit? Or does it run on a separate thread and keeps sending heartbeat to Kafka broker as long as the consumer JVM is responding? The ...
Mayank Madhav's user avatar
0 votes
0 answers
97 views

We use sphinx linkcheck to make sure that our docs do not contain broken links, but Wikipedia has started returning a 403, assuming that our CI is a robot. Fair enough, it is a robot, so has anyone ...
jon_two's user avatar
  • 1,278
Tooling
0 votes
3 replies
52 views

Is there a way to make Intellij add the types of the parameters and the return values in its auto-generated java documentation? My desired documentation format would look like this: ...
3nondatur's user avatar
  • 475
Tooling
1 vote
0 replies
38 views

I am looking to move away from Excel spreadsheets. I want my json body to be the point of reference for mapping UI entry field, Database table.name.field, data exchange etc. Does this make sense?
J Duncan's user avatar
Advice
0 votes
5 replies
48 views

I’m working on an Electron project, and I can generate JSON for my code using JSDoc: jsdoc -X > data.json I want to use this JSON output to create a live, ...
Ethan Martin's user avatar
0 votes
0 answers
44 views

I’ve noticed that GJS documentation uses DevDocs. I’m trying to understand the documentation pipeline for GJS: Does it read comments from the source code and generate documentation automatically? Do ...
Ethan Martin's user avatar
0 votes
0 answers
124 views

I am generating python API documentation using Sphinx and sphinx-apidoc with sphinx-rtd-theme The problem is: The page titles and ToC entries for modules/packages always show the full import path, e....
usan's user avatar
  • 179
0 votes
0 answers
26 views

Against ts_ls, the hover action on myModule above does not result in the documentation popping up. I've tried ...
CherryMan's user avatar
1 vote
0 answers
73 views

Problem I’m using Docusaurus with Typesense and the docsearch-typesense-scraper to index my documentation site. Everything runs fine — the sitemap is found, and the scraper produces records. However, ...
Erwin's user avatar
  • 11
0 votes
0 answers
84 views

I’m building documentation for multiple products on a single Docusaurus 3 website. Each product has its own versions, and I want users to be able to select a product first, then optionally select a ...
20ECE008 Pavithra G's user avatar
2 votes
1 answer
86 views

I’m working with Swift and I’ve documented my class initializers using ///. However, when I create an object with ...
Alex Navarro's user avatar
0 votes
0 answers
39 views

I am working with Single Sign-On (SSO) using SAML for multiple SaaS applications. Each SaaS provider requires different attribute mappings (for example: email, firstName, lastName, NameID, etc.). I ...
Secode's user avatar
  • 1
0 votes
1 answer
55 views

I tried to generate documentation for my python project using pydoc. My repository looks like this: main.py src/ ├─ cli.py ├─ ui.py In the main.py file, I have ...
Helopiteure's user avatar
0 votes
1 answer
104 views

I'm trying to make some stability promises for my library. Ideally I'd like to be able to mark the top of a file as stable/unstable, and emit some things as a result. Unstable allows unused, and is ...
gjh33's user avatar
  • 121
0 votes
2 answers
87 views

I'm working on a Laravel 10.x project with an API that allows updating an event using a PUT /events/{id} endpoint. This endpoint accepts multipart/form-data to optionally upload an image and pdf, and ...
Kadir Buğra Akkuş's user avatar
0 votes
0 answers
65 views

I’ve been successfully integrating the Mastercard Gateway API (MPGS) using the official GitHub guide: https://github.com/scriptpapi/MPGS-Integration-Guides-and-Samples/blob/main/docs/direct.md So far, ...
iwritecomeinmymind's user avatar
1 vote
1 answer
511 views

I am working on a C# program that would send a power off packet to my xbox series controller in order to turn it off. In 2024 Microsoft released GIP docs and as far as I understand Xbox One and Series ...
magrega's user avatar
  • 263
0 votes
1 answer
61 views

In my Sphinx documentation I have the following code-block: .. code-block:: python import logging logging.getLogger('mymodule').setLevel(logging.INFO) but ...
Sirion's user avatar
  • 1,003
3 votes
1 answer
156 views

At the cppref page on the concept std::default_initializable, I saw the following code: ...
xmllmx's user avatar
  • 44.7k
0 votes
0 answers
38 views

Linking to overloaded methods is a nightmare, especially since it is typical for argument lists to have common prefixes. Ugly, bug prone, brittle, and current IDEs aren't able to process such ...
Turin's user avatar
  • 2,311
0 votes
1 answer
132 views

I have a file called constants.py where I store all my constants, such as paths PATH_DATASETS = "data/datasets/" or values ...
vlopezb0's user avatar
0 votes
1 answer
200 views

I was wondering if there is some way of creating documentation in Backstage without a component. I would like to create documentation that appears in the Documentation option displayed in the sidebar ...
Felipe's user avatar
  • 379
2 votes
1 answer
86 views

I want my ASP.NET (C#) project to show the XML docs comments in Swagger UI. This is working but I also want there to be an implicit <summary> tag on my ...
Peter L's user avatar
  • 3,495
0 votes
0 answers
33 views

I am testing Sphinx to help documenting MatLab (and Python sometimes) code using the comments. After a lot of struggling, I managed to get both working but noticed that I don't get sub-levels on the ...
geekygekko's user avatar
3 votes
1 answer
164 views

The situation I want to use the Sphinx autodoc features to document a Python API that is implemented in the following way. I have a module that is used to expose various symbols (functions, constants, ...
Rigel's user avatar
  • 90
1 vote
0 answers
68 views

I am writing documentation for some classes written using the ES6 class syntax. I have some classes which inherit their constructor from their parent class, as below: ...
jban28's user avatar
  • 113
0 votes
0 answers
62 views

I have a project with this structure: ...
Donato Santacroce - Credem Est's user avatar
-2 votes
1 answer
110 views

I'm familiar with Rust, and recently I'm going to write a C project. In Rust, we usually embed some code snippets as usage examples directly in the doc comment. However, I found this hard to be ...
Evian's user avatar
  • 1,225
0 votes
0 answers
29 views

I have a Postman that I have to document, I found the document page but it seems to let me add just some descriptions. Let's say this is a REST API service with json input, is there any way to ...
Tobia's user avatar
  • 9,667
3 votes
0 answers
108 views

When approaching a new code, even for embedded software written in C, it is common to face a large number of big files, with no/scarce/wrong comments. In this situation, to have a basic understanding ...
Tex76's user avatar
  • 87
0 votes
0 answers
55 views

The following option in the Doxyfile can be used to hide the trailing "Class Reference" text from a page title. ...
Isaac Blanc's user avatar
0 votes
1 answer
235 views

The Android Studio's Empty Activity default configuration calls the plugin function in two ...
doru001's user avatar
-1 votes
1 answer
104 views

I am using the following code to do OCR using Google Vision AI: ...
Bart Friederichs's user avatar
0 votes
0 answers
43 views

Is there a way to generate "File lists" in Sphinx documentation for a Python repository similar to Doxygen File lists generated for C++ as shown below? Doxygen File lists I've tried the '...
ba9's user avatar
  • 1
1 vote
2 answers
713 views

When I was learning C++ using JetBrains CLion IDE, I noticed there are comments in the code that looks different from Ctrl + / comments. Those comments have a pen and book gutter icon (documentation). ...
Muhammad JUBAER HASAN's user avatar
0 votes
0 answers
103 views

Background I have some methods i added to String programmatically and I want to document those for code completion and generated docs. I started with just YARD’s @!method and wanted to write also type ...
Mailo Světel's user avatar
1 vote
1 answer
114 views

When using reStructuredText in Sphinx, how can I have optional list items using the only directive? As an example: ...
kotakotakota's user avatar
0 votes
0 answers
31 views

Is is possible to set up Doxygen so that the detailed function definition blocks are shown on both class and topic pages? Say I had the following class, with Doxygen comments above the method ...
Isaac Blanc's user avatar
1 vote
0 answers
86 views

How does one link to an auto-generated Doxygen page such as Topics or Namespaces? Typically, I would link to a page by defining ...
Isaac Blanc's user avatar
2 votes
0 answers
53 views

I have a custom type defined as follows: custom_type.py ...
yuhui's user avatar
  • 21
-1 votes
1 answer
42 views

While writing a JS application for performing a pairwise Tukey test, I encountered an issue with the function jStat.ttest() I described my experience below. However, in addition I would very much like ...
Marko Kolaksazov's user avatar
8 votes
3 answers
2k views

I can't download documentation for most of all classes. For example: I'm using class ActivityResultContracts and when I move cursor on class name or on method in ...
Eugene Myname's user avatar
2 votes
0 answers
43 views

I'm reading the node.js documentation, and I don't understand the explanation of the asynchronous flow: https://nodejs.org/en/learn/asynchronous-work/asynchronous-flow-control. Indeed, the last ...
Truc Truca's user avatar
1 vote
0 answers
42 views

We currently work on job that stretches out over month. Every time I look at the code, I see a lot of code and in don’t remember what decision lead to that code. there is a solution for that problem ...
pretend I have a cool name's user avatar
1 vote
1 answer
73 views

In recent times I annotated my entire large C# project with XML documentation, and I also made heavy use of the inheritdoc notation (for example when we are overriding a base class method). Imagine my ...
equin0x80's user avatar
  • 343
1 vote
1 answer
365 views

I am trying to understand the introduction of package-lock.yml in the DBT Documentation for Upgrading to 1.7 However, it is not quite clear how ...
New Contributer's user avatar
1 vote
0 answers
48 views

Following the documentation of Swagger I've been able to document most of my API. The one I'm stuck on seems to be an array in the GET url. What this generates is: ...
Matt's user avatar
  • 1,131
1 vote
1 answer
138 views

I have a dotnet API application documented with swagger. In one of my end-points I receive a DTO like this: ...
Guilherme silva's user avatar
0 votes
0 answers
117 views

My .csproj file uses <GenerateDocumentationFile>true</GenerateDocumentationFile> to indicate that we will be auto-...
Bruno Massa's user avatar

1
2 3 4 5
94