-
Notifications
You must be signed in to change notification settings - Fork 21
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
Fixed text appearance in documentation #510
base: master
Are you sure you want to change the base?
Conversation
… to resize images
Is this working? I still see the |
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.
Please fix ASAP.
Also the problem with the images <p align="center"><img width=
. If not sure how it is done, please ask in the #documentation channel in Julia's Slack, I would try to avoid using raw HTML blocks, as they do not work with VitepressDocumenter.jl.
```shell | ||
(KomaMRI) pkg> dev ./KomaMRIBase ./KomaMRICore ./KomaMRIFiles ./KomaMRIPlots | ||
pkg> activate KomaMRICore | ||
pkg> dev ./KomaMRIBase | ||
pkg> instantiate | ||
|
||
pkg> activate KomaMRIFiles | ||
pkg> dev ./KomaMRIBase | ||
pkg> instantiate | ||
|
||
pkg> activate KomaMRIPlots | ||
pkg> dev ./KomaMRIBase | ||
pkg> instantiate | ||
|
||
pkg> activate . | ||
pkg> dev ./KomaMRICore ./KomaMRIFiles ./KomaMRIPlots | ||
pkg> instantiate | ||
``` | ||
Finally, use the `instantiate` command to install all the required packages (specified in the `Project.toml`): | ||
In case you want to contribute specifically in documentation, you will need to use the `docs` enviroment with the following script: | ||
|
||
```shell | ||
(KomaMRI) pkg> instantiate | ||
pkg> activate docs | ||
pkg> dev ./KomaMRI | ||
pkg> instantiate | ||
|
||
``` |
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.
Was the instantiate necessary? (look into Koma's CI setup) There is an additional new line after the las instantiate. The command to setup the monorepo is too long, put inside a !!! details
callout, so it is collapsable.
Fixed the appearance of text in "5-contribute-to-koma.md"