-
Notifications
You must be signed in to change notification settings - Fork 3
Add dissMapR and invasiMapR software pages #68
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
base: main
Are you sure you want to change the base?
Conversation
Add first pages for new dissMapR and invasiMap R packages
|
Thanks @macSands! I see you took inspiration from the gcube page, which makes sense. We'll change that up a bit though and include the external tutorials directly into the website. Here's how it will look:
It's very good for us to know that the dissmapr and invasiMap packages and related tutorials are coming, but given that 1) we'll change the way we're adding them to the website (semi-automatically) and 2) they're currently not there yet, I'm going to keep this pull request in draft form until we have concrete files to parse. FYI: the navigation is maintained here: documentation/astro.config.mjs Lines 29 to 37 in fcc5234
Right now the software tutorials are added manually to the navigation, but after the switch we'll set that to autogenerate. |
|
I noticed the repositories are created, so I started to add dissmapr to the documentation website. We read each .Rmd file and produce a .md file and figures that are added to the website. However, our method does not work here because the Rmd files use an external .Rmd file. Warning in file(con, "r") :
cannot open file 'C:/Users/SANNE_~1/AppData/Local/Temp/RtmpMV10n6/rmd_file/_common.Rmd': No such file or directory |
Hi @macSands: Would it be possible to not use external files in your .Rmd so I can add your documentation to the website? |
|
Ping @macSands |
Add first pages for new dissMapR and invasiMap R packages in development. Software repositories 'https://b-cubed-eu.github.io/dissmapr/' and 'https://b-cubed-eu.github.io/invasimapr' still to be created, so links won't work yet. With the new 'Astro + Starlight project' structure, I'm not sure where to update navigation tab.