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

2023.12.1 documentation changes #52

Merged
merged 5 commits into from
Dec 8, 2023
Merged

2023.12.1 documentation changes #52

merged 5 commits into from
Dec 8, 2023

Conversation

ntoll
Copy link
Member

@ntoll ntoll commented Dec 7, 2023

DO NOT MERGE UNTIL 2023.12.1 IS RELEASED

  • Fixes broken links.
  • Updates docs to reflect changes from older versions.
  • Bump version to 2023.12.1
  • Revise terminal documentation.
  • Add Python editor documentation.

import sys
print(sys.version)
</script>
<div id="editor"></div> <!-- will eventually contain the Python editor -->
Copy link
Contributor

@WebReflection WebReflection Dec 7, 2023

Choose a reason for hiding this comment

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

will eventually contain the output, not the editor ... the editor is @codemirror matter; where the output land, the target for print statements, is what the target attribute refers to.

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch. Will fix now.

Copy link
Contributor

@WebReflection WebReflection Dec 7, 2023

Choose a reason for hiding this comment

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

My deep apologies I've just checked the code and you were right ... the target as it was with classic is where the editor should be shown, I feel like we miss an output attribute at this point for where the editor output lands ... this is all new to me, I've messed up my previous comment as I was confused myself.

Copy link
Member Author

Choose a reason for hiding this comment

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

NP - I'll revert the change, but I like the output attribute... this what refinement looks like. ;-)

@WebReflection
Copy link
Contributor

A minor typo or misleading comment a part, the rest LGTM 👍

@ntoll ntoll marked this pull request as ready for review December 8, 2023 10:27
@ntoll ntoll merged commit ca653c9 into main Dec 8, 2023
@ntoll ntoll deleted the 2023-12-1 branch December 8, 2023 10:42
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.

3 participants