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

Update documentation #322

Open
kilchenmann opened this issue Apr 17, 2020 · 5 comments
Open

Update documentation #322

kilchenmann opened this issue Apr 17, 2020 · 5 comments
Assignees

Comments

@kilchenmann
Copy link
Contributor

kilchenmann commented Apr 17, 2020

Could we add a link to the Sipi Github repository somewhere in the documentation (preferably at the top of the page)?

Additional I had the following errors during installation and build. I was able to solve them, so we should update the documentation:

  • Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
    • Solved with brew install pkg-config --> update Prerequisites / macOs

  • Error: invalid option: --with-openjpeg

And we should remove the section "Generating Documentation" because it's not up to date. The folder manual doesn't exist anymore since we use mkdocs for the documentation.

@kilchenmann kilchenmann changed the title Missing link to the repo in the documentation Update documentation Apr 17, 2020
@julsraemy
Copy link
Contributor

@kilchenmann I'm currently looking at updating the documentation. Has the above issues been addressed?

@kilchenmann
Copy link
Contributor Author

@kilchenmann I'm currently looking at updating the documentation. Has the above issues been addressed?

No, I think this is not done yet. You're welcome to update the sipi docs 😉

@kilchenmann
Copy link
Contributor Author

Could we add a link to the Sipi Github repository somewhere in the documentation (preferably at the top of the page)?

This could be done in mkdocs configuration by adding / updating the following lines:

repo_url: https://github.com/dasch-swiss/sipi
repo_name: dasch-swiss/sipi
...
theme:
  name: material
  logo: 'assets/icons/dasch-icon-white.svg'
  favicon: 'assets/icons/dasch-favicon.ico'
  icon:
    repo: fontawesome/brands/github
...

Similar to the DSP-UI documentation

@julsraemy
Copy link
Contributor

This could be done in mkdocs configuration by adding / updating the following lines:

Indeed, this is a good idea. I just struggle to see which file in this repo needs to be updated though.

@kilchenmann
Copy link
Contributor Author

This could be done in mkdocs configuration by adding / updating the following lines:

Indeed, this is a good idea. I just struggle to see which file in this repo needs to be updated though.

It's called mkdocs.yml in the root level:
https://github.com/dasch-swiss/sipi/blob/main/mkdocs.yml

julsraemy added a commit that referenced this issue Feb 23, 2021
julsraemy added a commit that referenced this issue Mar 11, 2021
@kilchenmann kilchenmann removed their assignment Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants