Skip to content

Conversation

@iamsaswata
Copy link
Owner

Summary

Adds the missing imdlib.real module to API documentation reference.

Problem

The imdlib.real module contains important real-time data functions:

  • open_real_data()
  • get_real_data()

However, these functions were not appearing in the API documentation at https://imdlib.readthedocs.io/en/latest/api.html

Solution

Added imdlib.real to docs/api.rst using the automodapi directive.

Changes

  • File: docs/api.rst
  • Added automodapi directive for imdlib.real module

Added imdlib.real module to docs/api.rst so that real-time data
functions (open_real_data and get_real_data) appear in the API
reference documentation.

The real module was missing from the API docs despite being a
functional part of the library.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants