Skip to content
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

fixing documentation issue #20

Merged
merged 1 commit into from
Nov 3, 2022
Merged

Conversation

dhrubo-os
Copy link
Collaborator

Signed-off-by: Dhrubo Saha dhrubo@amazon.com

Description

For document generation, sphinx creates a build folder where all the html files are stored. For opensearch-py-ml, it's tricky to build docs in github. for opensearch-py-ml, Building docs requires opensearch connection and in github we establish connection using docker. But in docker if we build docs, docs will be generated inside docker. For this reason, we need to take out those documents and then put in the github to deploy the doc.

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Dhrubo Saha <dhrubo@amazon.com>
bash $script_path/run-${RUNSCRIPT}.sh
done
fi
#if [[ -n "$RUNSCRIPTS" ]]; then
Copy link
Collaborator

@ylwu-amzn ylwu-amzn Nov 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wha's this part for? Why comment out this part?
If don't need this in future, we can remove it.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah I was testing if It requires anywhere. I'll remove this in the next PR.

Copy link
Collaborator

@ylwu-amzn ylwu-amzn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Just one question comment.

@dhrubo-os dhrubo-os merged commit 76108e8 into opensearch-project:main Nov 3, 2022
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.

None yet

3 participants