-
Notifications
You must be signed in to change notification settings - Fork 124
Update documentation on extends #2362
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
Open
FreekPols
wants to merge
25
commits into
jupyter-book:main
Choose a base branch
from
FreekPols:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+325
−138
Open
Changes from 16 commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
e2ae7d0
🚀 Release
github-actions[bot] 9695f92
Merge pull request #1 from FreekPols/changeset-release/main
FreekPols 09348e4
document no-pdf block
FreekPols 64d134d
update docs on extends
FreekPols 84b18b7
abbreviations in yml file using extends
FreekPols caf157b
small changes in admonitions for readability
FreekPols a2fcfb9
small change in analytics for readability
FreekPols 4dd565c
changed markdown example in aside to better understand the aside
FreekPols ac4f2ab
small edits in authorship for readability
FreekPols 7bc2b0f
update citations, didnt work to get a link to citations#reference at …
FreekPols 530c0b4
Update docs/table-of-contents.md
FreekPols 151a839
Update docs/table-of-contents.md
FreekPols 60e11ac
Downgrade version from 1.6.0 to 1.5.17
FreekPols 2c174f9
Downgrade version from 1.0.13 to 1.0.12
FreekPols 8102b06
small edits on figures
FreekPols 272c76e
included notification of plugin for pdf export
FreekPols 4505aea
Update docs/admonitions.md
FreekPols b68ead7
Update docs/admonitions.md
FreekPols 2b2ff6d
Update docs/asides.md
FreekPols f696cb6
Update docs/authorship.md
FreekPols a2b952b
processing suggestions
FreekPols 0e4a08f
include instruction for side by side fig
FreekPols ca77686
Merge branch 'main' into main
FreekPols d683a7a
🚀 Release
github-actions[bot] 5d71b52
Merge pull request #2 from FreekPols/changeset-release/main
FreekPols File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| version: 1 | ||
| project: | ||
|
|
||
| abbreviations: | ||
| # Alphabetical order | ||
| AMS: American Mathematical Society | ||
| API: Application Programming Interface | ||
| AST: Abstract Syntax Tree | ||
| CLI: Command Line Interface | ||
| CRediT: Contributor Roles Taxonomy | ||
| CSS: Cascading Style Sheet | ||
| CSV: comma-separated values | ||
| DOI: Digital Object Identifier | ||
| ESM: ECMAScript Modules | ||
| GPU: Graphics Processing Unit | ||
| HTML: Hypertext Markup Language | ||
| ID: Identifier | ||
| ISNI: International Standard Name Identifier | ||
| JATS: Journal Article Tag Suite | ||
| JSON: JavaScript Object Notation | ||
| LTS: Long Term Support | ||
| MyST: Markedly Structured Text | ||
| NISO: National Information Standards Organization | ||
| OA: Open Access | ||
| PDF: Portable Document Format | ||
| PID: Persistent Identifier | ||
| POSIX: Portable Operating System Interface | ||
| REES: Reproducible Execution Environment Specification | ||
| ROR: Research Organization Registry | ||
| RRID: Research Resource Identifier | ||
| RST: reStructuredText | ||
| SPDX: Software Package Data Exchange | ||
| TLA: Three Letter Acronym | ||
| TOC: table of contents | ||
| TPU: Tensor Processing Unit | ||
| URL: Uniform Resource Locator | ||
| VoR: Version of Record | ||
| WASM: WebAssembly | ||
| YAML: Yet Another Markup Language | ||
| XML: Extensible Markup Language |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,8 @@ short_title: Asides & Margins | |
| description: Asides provide an easy way to represent content that is only indirectly related to the article's main content, such as in the sidebar or margin. | ||
| --- | ||
|
|
||
| Asides provide an easy way to represent content that is only indirectly related to the article's main content. Where supported, MyST will attempt to display an {myst:directive}`aside` _as close as possible_ but separately from the main article, such as in the side-margin. | ||
| Asides provide an easy way to represent content that is only indirectly related to the article's main content. | ||
| Where supported, MyST will attempt to display an {myst:directive}`aside` _as close as possible_ but separately from the main article, such as in the side-margin. | ||
FreekPols marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ```{aside} Margin Content | ||
| Here’s some margin content! It was created by using the {myst:directive}`margin` directive in a Markdown, we can include images: | ||
|
|
@@ -15,8 +16,12 @@ or any other sort of content! | |
| ``` | ||
|
|
||
| ```markdown | ||
| :::{aside} An Optional Title | ||
| This is an aside. It is not entirely relevant to the main article. | ||
| :::{aside} Margin Content | ||
| Here’s some margin content! It was created by using the {myst:directive}`margin` directive in a Markdown, we can include images: | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This sentence doesn't parse correctly. |
||
|
|
||
|  | ||
|
|
||
| or any other sort of content! | ||
| ::: | ||
| ``` | ||
|
|
||
|
|
@@ -28,6 +33,7 @@ Many of the features on this page are experimental and may change at any time. | |
|
|
||
| These elements can conflict with the document outline when they are both competing for the margin space (see [#170](https://github.com/jupyter-book/myst-theme/issues/170)). | ||
|
|
||
| There is, yet, no plugin available transforming this directive into a Typst pdf. | ||
FreekPols marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| ::: | ||
|
|
||
| % Using bold here, until we fix #170 | ||
|
|
||
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.