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.
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
E0d/update first pr #858
base: main
Are you sure you want to change the base?
E0d/update first pr #858
Changes from 21 commits
f009253
4907598
71c780b
56fa0b8
68a09c4
b10b1f1
029cd88
4b48f84
579d5ce
fa6bf34
60c39a1
3b70842
e4e417f
94d839d
2559e5b
45149a5
79afdbe
52826fa
c60bc55
3da69b8
550fa3e
a399bae
2f7ba2c
4ecacc6
4fd0868
fc617a4
dc99a5b
cf61ba5
f7036a3
b3ba810
160d322
3f7086c
dadcedb
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know why this isn't working but I don't use this directive, I use
.. note::
or.. warning::
But, maybe the following text is indented wrong? You could just soft-wrap the line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sarina sorted it out. A combination of how the admonition title works and how the details are formatted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually, noticing that admonition provides 0 styling, which isn't super useful. Does warning or another option provide styling?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Grammatical mistake - "of" rather than "or".... "please do yourself the favor of using python virtual..."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm still wrapping my head around the different types of Tutor - Main, Full, Nightly(?). I did find that this link was the most straight forward as far as just getting it installed as a python package (although it does mention other ways): https://docs.tutor.edly.io/install.html#install
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know this was referenced in the forums discussion, but after going through it, I found it not as helpful for the following reasons:
tutor dev launch
because I'm confidenttutor mounts add
does not do what it's explaining.tutor images build openedx
instead of building openedx-dev. I may be learning still, but I was never able to see my changes reflected on the screen when I built the non "-dev" image.I would suggest that consolidating the link you mentioned and this one: https://docs.tutor.edly.io/dev.html#first-time-setup so it's more clear on what commands are to be run in order to get your instance running, and get your changes on the legacy platform reflected locally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When you say
tutor mounts add
does not do what it's explaining, are you referring to this section?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, further down in the docs:

Although re-reading it I have misunderstood that this command is meant to be used in combination with the others since it bind mounts the edx-platform image for build-time or at run-time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Submitted a PR to fix the "edx-plaform" typo.
overhangio/tutor#1205
@tonybusa, if you still have specific suggestions on how to improve those docs, contributions would be very welcome! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@arbrandes thoughts about a change that makes sense to kick the tires? I updated a string in messages.json which I didn't think we great, it would be better to change a little react code I think.