-
Notifications
You must be signed in to change notification settings - Fork 22
fix: remove and do not reference out-of-date pages #108
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
Open
wesleyboar
wants to merge
9
commits into
main
Choose a base branch
from
fix/remove-links-to-out-of-date-pages
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.
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
f7d8544
fix: remove links to out-of-date pages
wesleyboar 830c9ec
fix: css assumes a `card` is only ever an `<a>`
wesleyboar da84ab8
chore: remove archvied nav of removed docs
wesleyboar 8f371b5
chore: remove comment that is resolved by #105
wesleyboar 15a59e9
docs(usecases): update steps to add use case
wesleyboar b81c93e
Merge branch 'main' into fix/remove-links-to-out-of-date-pages
wesleyboar a9aa050
Merge branch 'main' into fix/remove-links-to-out-of-date-pages
wesleyboar f86454d
Merge branch 'main' into fix/remove-links-to-out-of-date-pages
wesleyboar 27b553a
Merge branch 'main' into fix/remove-links-to-out-of-date-pages
wesleyboar 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
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 |
|---|---|---|
|
|
@@ -107,20 +107,10 @@ nav: | |
| # - 4. Jupyter & HPC: tools/simulation/opensees/openseesRunJupyterHPC.md | ||
| # - 5. TACC: tools/simulation/opensees/openseesRunTACC.md | ||
|
|
||
| # - Use Cases Flat: | ||
| # - Overview: usecases/overview.md | ||
| # - Data Analytics: usecases/dataanalyticsusecases.md | ||
| # - GeoHazard: usecases/geohazardusecases.md | ||
| # - Seismic: usecases/seismicusecases.md | ||
| # - Wind and Storm Surge: usecases/windstormsurgeusecases.md | ||
|
|
||
|
Comment on lines
-110
to
-116
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Because I deleted these files, I think I need not archive old links to them. |
||
|
|
||
| - Use Cases: | ||
| - Overview: usecases/overview.md | ||
| - Data Analytics: | ||
| # the following have been moved to the user guide. we need to remove these files from the directory in use cases, but doing so would break `{% include-markdown '../usecases/haan/usecase` in `user-guide/docs/tools/visualization.md` | ||
| # - Basic Image Browsing and Mapping: usecases/haan/usecase.md | ||
| # - Grouping and Tagging Image Files: usecases/haan/usecase-2.md | ||
|
Comment on lines
-121
to
-123
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Resolved via #105. |
||
| - Multi-Data Set Image Analysis in Taggit: usecases/haan/usecase-3.md | ||
| - ML and AI: usecases/vantassel_and_zhang/usecase.md | ||
| - Application Programming Interfaces: usecases/brandenberg-api/usecase.md | ||
|
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.
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 fixed bug that only showed when I changed cards to not be links.