question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DOC: array creation API is defined twice in docs

See original GitHub issue

The 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

  1. create the documentation with make html
  2. Note the many warnings about duplicate C object description in the two files
  3. 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.
  4. Use firefox build/html/reference/c-api.array.html and firefox build/html/user/c-info.how-to-extend.html to view the changes

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:26 (20 by maintainers)

github_iconTop GitHub Comments

1reaction
mattipcommented, Mar 24, 2019

Did you run git submodule init && git submodule update?

1reaction
mattipcommented, Mar 1, 2019

Welcome! Information on how to contribute is in our devdocs. If it is not clear, please issue a PR to help with that too.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found