-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue #17: Sphinx documentation #98
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mark2000
force-pushed
the
feature/17-sphinx-documentation
branch
from
December 28, 2023 18:02
2b7e2c0
to
abdb9da
Compare
15 tasks
Mark2000
force-pushed
the
feature/17-sphinx-documentation
branch
from
December 29, 2023 01:55
d31aec4
to
d03da7a
Compare
Updated to not use sphinx-apidoc for more flexibility. Currently running |
Mark2000
force-pushed
the
feature/17-sphinx-documentation
branch
4 times, most recently
from
January 5, 2024 07:41
4d10695
to
54ea7b9
Compare
Mark2000
force-pushed
the
feature/17-sphinx-documentation
branch
from
January 5, 2024 08:44
a5dd217
to
745c957
Compare
Mark2000
force-pushed
the
feature/17-sphinx-documentation
branch
2 times, most recently
from
January 5, 2024 22:58
3860273
to
c1ff003
Compare
Mark2000
force-pushed
the
feature/17-sphinx-documentation
branch
2 times, most recently
from
January 23, 2024 21:47
fbdbbb0
to
70f12af
Compare
LorenzzoQM
reviewed
Jan 30, 2024
LorenzzoQM
reviewed
Jan 30, 2024
LorenzzoQM
reviewed
Jan 30, 2024
LorenzzoQM
reviewed
Jan 30, 2024
Mark2000
force-pushed
the
feature/17-sphinx-documentation
branch
from
January 30, 2024 18:23
70f12af
to
62db77f
Compare
Mark2000
force-pushed
the
feature/17-sphinx-documentation
branch
from
January 30, 2024 18:42
62db77f
to
8a15108
Compare
@LorenzzoQM addressed your comments and ready for approval |
LorenzzoQM
approved these changes
Jan 30, 2024
Thanks for making those changes. I just approved the pull request. This documentation is an excellent addition to the repo! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Part of #17
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
How should this pull request be reviewed?
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
pytest --cov bsk_rl/envs/general_satellite_tasking --cov-report term-missing tests/unittest
pytest --cov bsk_rl/envs/general_satellite_tasking --cov-report term-missing tests/integration
Does not change code functionality
Test Configuration
Checklist:
Issue #XXX: Message
and have a useful messageTo test locally since auto-generated documentation files are not being tracked by git:
From project root:
The output pages can be viewed from
docs/build/html/index.html
. Note that some pieces of documentation may look wrong, this is due to some syntax errors in docstrings, #94 addresses and fixes these issues.