Skip to content

Commit 4b9ad45

Browse files
Change tribits.og to tribitspub.github.io/TriBITS
Signed-off-by: Roscoe A. Bartlett <rabartl@sandia.gov>
1 parent e1b6b9f commit 4b9ad45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/about/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
a---
22
title: Documentation
33
permalink: documentation.html
44
folder: about
@@ -11,7 +11,7 @@ Find out more about Trilinos: how to use it, install it, configure it, and even
1111
* [Trilinos Hands-on Tutorial](https://github.com/trilinos/Trilinos_tutorial/wiki/TrilinosHandsOnTutorial) -- Introductory and example material used for numerous live hands-on tutorials.
1212
* [Trilinos 10.12 Tutorial (.pdf)](pdfs/Trilinos10.12Tutorial.pdf) ([10.10](pdfs/Trilinos10.10Tutorial.pdf), [10.8](pdfs/Trilinos10.8Tutorial.pdf), [10.6](pdfs/Trilinos10.6Tutorial.pdf), [10.4](pdfs/Trilinos10.4Tutorial.pdf), [10.2](pdfs/Trilinos10.2Tutorial.pdf), [10.0](pdfs/Trilinos10.0Tutorial.pdf), [9.0](pdfs/Trilinos9.0Tutorial.pdf), [8.0](pdfs/Trilinos8.0Tutorial.pdf), [7.0](pdfs/Trilinos7.0Tutorial.pdf), [6.0](pdfs/Trilinos6.0Tutorial.pdf), [5.0](pdfs/Trilinos5.0Tutorial.pdf), [4.0](pdfs/Trilinos4.0Tutorial.pdf)) -- *A tutorial for Trilinos users. Covers primarily the Epetra stack of packages. This tutorial is no longer updated for new Trilinos releases*. See the [Trilinos Hands-on Tutorial](https://github.com/trilinos/Trilinos_tutorial/wiki/TrilinosHandsOnTutorial) for more up-to-date information.
1313
* [find_package(Trilinos) Documentation](pdfs/Finding_Trilinos.txt) -- Instructions for building your Trilinos 10.0 and later compatible CMake-aware software project. The `find_package()` capability makes it easy to build against Trilinos, including linking against the correct list of libraries. In Trilinos 10.6 and later, a small functional example to be used as a template for applications wanting to use FIND_PACKAGE(Trilinos) can be found in the source code under [demos/simpleBuildAgainstTrilinos](https://github.com/trilinos/Trilinos/tree/master/demos/simpleBuildAgainstTrilinos).
14-
* [TriBITS Developers Guide and Reference](https://tribits.org/doc/TribitsDevelopersGuide.html) -- TriBITS developer guide. Covers numerous topics, like how to add a new package, sub package, or TPL.
14+
* [TriBITS Developers Guide and Reference](https://tribitspub.github.io/TriBITS/users_guide/index.html) -- TriBITS developer guide. Covers numerous topics, like how to add a new package, sub package, or TPL.
1515
* [Third-Party Libraries](pdfs/third_party_libraries.txt) -- A discussion of the various third-party libraries often used in conjunction with Trilinos.
1616
* [An Overview of the Trilinos Project](pdfs/TrilinosACMTOMS2004.pdf) -- ACM Transactions on Mathematical Software, Vol. 31, Issue 3, September 2005, Pages 397-423.
1717
* [Epetra Performance Optimization Guide (.pdf)](pdfs/EpetraPerformanceGuide.pdf) -- A guide to getting the best performance out of Epetra.

0 commit comments

Comments
 (0)