DOC: array creation API is defined twice in docs
See original GitHub issueThe information in doc/source/user/c-info.how-to-extend.rst
is repeated in `doc/source/reference/c-api.array.rst. The first should only reference the second, and the descriptive text should be merged.
This may be a good starter task. The cycle to fix this issue, based on the doc building documentation is to
- create the documentation with
make html
- Note the many warnings about
duplicate C object description
in the two files - Edit the files to unify the documentation, one should be using
.. c:function::
to define the functions and the other using:c:func:
to reference it, perhaps with descriptive text. - Use
firefox build/html/reference/c-api.array.html
andfirefox build/html/user/c-info.how-to-extend.html
to view the changes
Issue Analytics
- State:
- Created 5 years ago
- Comments:26 (20 by maintainers)
Top Results From Across the Web
Using arrays in Google Sheets - Google Docs Editors Help
An array is a table (consisting of rows and columns) of values. ... You can also create your own arrays in a formula...
Read more >Google Visualization API Reference | Charts
Adds new rows to the data table, and returns the index of the last added row. You can call this method to create...
Read more >Best practices for Cloud Firestore - Firebase
The following best practices describe how to avoid situations that create contention issues. Updates to a single document. As you design your app,...
Read more >Class: Array (Ruby 2.7.0)
Arrays are ordered, integer-indexed collections of any object. Array indexing starts at 0, as in C or Java. A negative index is assumed...
Read more >Adding data | Firestore - Google Cloud
Create an empty document with an automatically generated identifier, and assign data to it later. This guide explains how to use the set,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Did you run
git submodule init && git submodule update
?Welcome! Information on how to contribute is in our devdocs. If it is not clear, please issue a PR to help with that too.