You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error is the same in all cases: a reference to binary object address is included in the signature of the function, which is auto-generated by Sphinx. See the image below for an example.
Steps to reproduce
Build tudatpy: Clone the tudat-bundle repo. Checkout the develop branch of tudat & tudatpy. Build tudatpy following the instructions in the readme file of tudat-bundle.
Build the documentation: With the tudat-bundle conda env used in 1 still activated, build the docs locally by going to tudat-bundle/tudatpy/docs/ and running the command make html
Explore the docs: Open the file tudatpy/docs/build/html/index.html with a web browser and search for one of the functions listed below.
Problematic Functions
Ephemeris
List of Functions
interpolated_spice
tabulated_from_existing
Estimation
List of Functions
add_dependent_variable
compatible_dependent_variable_settings
compatible_dependent_variables_list
concatenated_dependent_variable
dependent_variable
dependent_variable_history
dependent_variable_history_per_set
filter_observations
get_bodies_in_link_ends
get_computed_observations
get_concatenated_computed_observations
get_concatenated_float_observation_times
get_concatenated_observation_times
get_concatenated_observations
get_concatenated_observations_and_times
get_concatenated_residuals
get_concatenated_weights
get_mean_residuals
get_observable_types
get_observation_times
get_observations
get_observations_and_times
get_reference_points_in_link_ends
get_residuals
get_rms_residuals
get_single_observation_sets
get_time_bounds_list
get_time_bounds_per_set
get_weights
set_constant_weight (x2)
set_reference_point (x2)
set_reference_points
set_tabulated_weights
split_observation_sets
EstimationInput constructor
Observation
List of Functions
two_way_doppler_averaged
one_way_range
n_way_range
two_way_range
angular position
relative_angular_position
one_way_doppler_instantaneous
one way doppler averaged
n_way_doppler_averaged
n_way_doppler_averaged_from_one_way_links
Propagator
List of Functions
hybrid_arc
translational
rotational
mass
multitype
multi_arc
The text was updated successfully, but these errors were encountered:
Description
The docstrings for the functions listed below are incorrectly rendered by Sphinx. The issue occurs when building the documentation locally using tudat-multidoc (tudat CLI) or the new method introduced as part of the 2024 updates to the tudatpy API documentation workflow. The docstrings are also rendered incorrectly on the API Reference website.
The error is the same in all cases: a reference to binary object address is included in the signature of the function, which is auto-generated by Sphinx. See the image below for an example.
Steps to reproduce
develop
branch of tudat & tudatpy. Build tudatpy following the instructions in thereadme
file of tudat-bundle.tudat-bundle/tudatpy/docs/
and running the commandmake html
tudatpy/docs/build/html/index.html
with a web browser and search for one of the functions listed below.Problematic Functions
Ephemeris
List of Functions
Estimation
List of Functions
Observation
List of Functions
Propagator
List of Functions
The text was updated successfully, but these errors were encountered: