-
Notifications
You must be signed in to change notification settings - Fork 59
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 with page: build_a_course.rst #783 #798
base: main
Are you sure you want to change the base?
Issue with page: build_a_course.rst #783 #798
Conversation
This PR procures to fix the issue openedx#783.
Thanks for the pull request, @Apgomeznext! This repository is currently maintained by @openedx/docs-openedx-org-maintainers. Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review.
|
/home/docs/checkouts/readthedocs.org/user_builds/docsopenedxorg/checkouts/798/source/educators/how-tos/add_units.rst:8: CRITICAL: Problems with "include" directive path: | ||
InputError: [Errno 2] No such file or directory: 'educators/how-tos/reusable_content/create_unit.txt'. | ||
/home/docs/checkouts/readthedocs.org/user_builds/docsopenedxorg/checkouts/798/source/educators/quickstarts/build_a_course.rst:45: CRITICAL: Problem with "start-after" option of "include" directive: | ||
Text not found. |
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.
Why is this text in this file? I think this file can just be deleted?
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.
Solved :)
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.
This looks good to me. I'd like @jswope00 to review as well since it's addressing an issue he made, and I want to be sure it's being addressed the way he intended.
|
||
:ref:`Create a Unit` (how-to) | ||
|
||
:ref:`Create a Subsection` (how-to) |
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.
@Apgomeznext This leads to a strange scenario where add_units is a clip of a larger file, and its seealso refers to itself as part of the larger file.
To me, that is difficult to follow and to understand for any new person looking at docs. And I'm not sure why it is necessary overall. I'd propose deleting add_units.rst entirely.
@Apgomeznext See my comment about line breaks between links. Also there is a conflict, likely related to the fact that Sarina has been doing work on these See Also lists as well. |
@jswope00, please let me know if there is another issue. |
This PR procures to fix the issue #783.