-
Notifications
You must be signed in to change notification settings - Fork 249
POC: WIP: DOC/website: Redesign landing page of PyGMT website #4762
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
Draft
yvonnefroehlich
wants to merge
45
commits into
main
Choose a base branch
from
create-website-cards
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.
Draft
Changes from all commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
6c0f26a
Use cards for landing page, add section 'Project overview', recorder …
yvonnefroehlich 76f81be
Improve layout of cards (not: affect also extral resources)
yvonnefroehlich 431ff91
Adjust / test card layout for external resources
yvonnefroehlich 6122a6a
Try to set up real bullet point list
yvonnefroehlich cbb82d0
Fix replace error
yvonnefroehlich 70b9c56
Make formulations idential
yvonnefroehlich e549b48
Remove un-needed new lines
yvonnefroehlich 83b7159
Split README content into pages for docs
yvonnefroehlich 0cfe97f
Remove execution permission
yvonnefroehlich ffd35b3
Add icons
yvonnefroehlich 4f2a889
Center text on landing page
yvonnefroehlich 7f18fe2
Adjust font size and lower padding of text on lading page
yvonnefroehlich 142fb15
Add logo on landing page via sphinx markdown instead of html
yvonnefroehlich f572808
Remove blank lines and with spaces
yvonnefroehlich 7606c48
Prepare for links
yvonnefroehlich 6405409
Test links without shared website URL
yvonnefroehlich 772333d
Remove links from cards, add links to bullet point list
yvonnefroehlich e44f69e
Rewrite text in doc to have link linking to selected version
yvonnefroehlich 34aea2e
Improve text for 'Why PyGMT'
yvonnefroehlich 25f4168
Fix links
yvonnefroehlich e321bdf
Shorten formulation
yvonnefroehlich 66def28
Try cards and bottoms for specific topics
yvonnefroehlich a4b8d7d
Polish cards
yvonnefroehlich adf8900
Polish cards
yvonnefroehlich 55c197f
Polish cards
yvonnefroehlich e396a6c
Improve icons
yvonnefroehlich 6ca196d
Improve icons
yvonnefroehlich 683b8db
Polish cards
yvonnefroehlich d3f5178
Remove question mark
yvonnefroehlich 09c4b1e
Increase size of icons
yvonnefroehlich 405b82d
Fix typo
yvonnefroehlich f935948
Fix links for buttons
yvonnefroehlich dfc9bf4
Add links to cards
yvonnefroehlich ed68a57
Fix typos and improve formulations
yvonnefroehlich 3efbd6f
Improve formulation
yvonnefroehlich 737f0f3
Add comments to explain landiing page setup
yvonnefroehlich f3fa221
Move comment
yvonnefroehlich ffce07a
Merge branch 'main' into create-website-cards
yvonnefroehlich 4026518
Fix typo
yvonnefroehlich fed5cd9
Rename from 'Conference presentations' to ' Presentations'
yvonnefroehlich f6f5158
Move comment out of 'grid' to avoid sphinx warning
yvonnefroehlich f9afea7
Merge branch 'main' into create-website-cards
yvonnefroehlich aefa35d
Move minversions and changelog back to Technical Reference
yvonnefroehlich 6019b68
Merge branch 'main' into create-website-cards
yvonnefroehlich 0a9ec49
Merge branch 'main' into create-website-cards
yvonnefroehlich 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 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 |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| # Citing PyGMT | ||
|
|
||
| ```{include} ../README.md | ||
| :start-after: <!-- doc-cite-start-after --> | ||
| :end-before: <!-- doc-cite-end-before --> | ||
| ``` |
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.
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.
Perhaps move the changes of this file into a separate PR?
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.
I agree it is better to have this in a separate PR. My idea is to keep it here to make it easier to see how the changed card design, especially the coloring, works for the
Extral Resourcespage. Currently I change the colors instyle.cssglobally. Maybe (I have to figure out how) it is also possible to change it only for the cards on specific pages or files. However, I feel it would be good to keep things consistent and not introduce more blue hues.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.
A separate PR for updating the "External Resources" page is at #4785.