Skip to content

Commit

Permalink
WEB: Update broken links on web site. Add notice about MatchCrystallo…
Browse files Browse the repository at this point in the history
…graphy

Signed-off-by: Michael Jackson <mike.jackson@bluequartz.net>
  • Loading branch information
imikejackson committed Apr 25, 2024
1 parent e94a537 commit bc27002
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Website/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@

sudo scp -r mjackson@jolder.bluequartz.net:/Users/mjackson/DREAM3D-Dev/DREAM3D/Website/dream3d-wp.bluequartz.net/* .

mkdocs build -d dream3d-wp.bluequartz.net; rsync -saLPz -e ssh dream3d-wp.bluequartz.net/ $USER@thor.bluequartz.net:/var/www/dream3d-wp.bluequartz.net; rm -rf dream3d-wp.bluequartz.net

That should update the website.

4 changes: 4 additions & 0 deletions Website/docs/Latest_Release_Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ hide:
- toc
---

## Known Issues ##

- Match Crystallography: The Average Quaternions that are generated may not be correct. As a work around, use the "Delete Data" filter to remove the FeatureData / Average Quaternions and then regenerate them by using the "Convert Orientation Representation" filter to convert the Average Euler Angles to Quaternions.

## Version 6.5.171 Release Notes ##

These release notes summarize the major changes for each officially released version of DREAM.3D. The official bug report is located at the [DREAM.3D GitHub issues page](https://github.com/bluequartzsoftware/DREAM3D/issues).
Expand Down
4 changes: 3 additions & 1 deletion Website/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ The nightly version is 6.6.xxx and is available in prebuilt binaries for MacOS,

## Python Anaconda Distribution

THIS IS NOW DEPRECATED AND NO LONGER UPDATED. [Please update to the latest DREAM3D-NX release](https://www.dream3d.io/python_docs)

```lang-console
(base) C:\Users\johnsmith> conda config --add channels conda-forge
(base) C:\Users\johnsmith> conda config --set channel_priority strict
Expand All @@ -77,7 +79,7 @@ The nightly version is 6.6.xxx and is available in prebuilt binaries for MacOS,

## Documentation

+ The HTML documentation is located [here](http://www.dream3d.io) and also available within the application itself.
+ The HTML documentation is located [here](https://dream3d.bluequartz.net/Help) and also available within the application itself.
+ BlueQuartz maintains a [YouTube Channel that has some instructional videos](https://www.youtube.com/channel/UCjeF8pFMzET5ZN3vsBHATpg)

## Discussion Group
Expand Down

0 comments on commit bc27002

Please sign in to comment.