Orbit properties are not discoverable
See original GitHub issue🐞 Problem
None of the delegated properties of Orbit
appear in the documentation or the autocomplete, including all the classical elements.
🎯 Goal
Clearly inform the user what are the possible operations with Orbit
objects without having them figure out thanks to the notebooks, or investigating what a _BaseState
object is.
💡 Possible solutions
- Perhaps we should stop using magic delegation to a property, as suggested in #370.
- Another option is to load all these properties on class creation to allow Sphinx to detect them while creating the docs
📋 Steps to solve the problem
- Comment below about what you’ve started working on.
- Add, commit, push your changes
- Submit a pull request and add this in comments -
Addresses #<put issue number here>
- Ask for a review in comments section of pull request
- Celebrate your contribution to this project 🎉
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (11 by maintainers)
Top Results From Across the Web
What's new — poliastro 0.17.0 documentation
Issue #435 : Orbit properties were not discoverable. Issue #469: Better error for collinear points in Lambert problem.
Read more >Orbit Reader 20™ User Guide - APH Technology Products
Note: This User Guide addresses the most current version of Orbit Reader 20. If a set of instructions does not work as expected,...
Read more >SAM Orbit for IP Routing User Manual - Grass Valley
Describes IP routing features of Orbit. ... 1.4.1 Device Discovery . ... currently not discoverable, are shown with a red background.
Read more >Orbit Reader 40TM User Guide - Independent Living Aids
The Orbit Reader 40 is a portable, refreshable braille display and stand-alone reader with the following features:.
Read more >Users Manual
Choose a location on your property with a good wifi signal . ... Once your Orbit® timer is plugged into the ... timer...
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 FreeTop 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
Top GitHub Comments
It’s true that I’m missing some methods there, but we are not using introspection there so it has to be another issue.
There might be a way to fix this issue without changing the design though, but I am not aware of it.