-
-
Notifications
You must be signed in to change notification settings - Fork 362
docs: adding new logo to docs #5612
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
Conversation
Check also the Sphinx-generated doc for Python API. That has a separate logo. I had to update that when updating the build. You should be able to check the result in the downloaded artifact if you are not building that locally.
Good catch, but they are referenced by these two, so why to remove? I was looking at
|
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.
Yes, please change also the logo in the python doc:
https://github.com/OSGeo/grass/blob/main/python/grass/docs/_static/grass_logo.svg
I've updated the eps and pdf versions of the logo, so they can work with PostScript. @petrasovaa I'm going to address the logo for the python docs in another PR because I've updated them to MkDocs styling using the [WIP] Python Docs Styling |
That's awesome and it looks great. |
I've added the new logo to the docs (See screenshot)
House keeping
We have two files grasslogo_vector.{eps|pdf} files in
man
directory that are used inutils/module_synopsis.sh
andps/ps.map/decorations
.Are these files still in use or can they be safely removed?
Note
This PR does not address updating the logo in the GUI. That issue is getting addressed in PR #5577