Skip to content
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

Update URLs to point to re-git. #1102

Merged
merged 2 commits into from
Aug 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
#
# Build notes:
#
# * https://rtt.lanl.gov/redmine/projects/draco/wiki/
# * https://rtt.lanl.gov/redmine/projects/draco/wiki/Common_Configure_Options
# * https://re-git.lanl.gov/draco/draco/-/wikis/home
# * https://re-git.lanl.gov/draco/draco/-/wiki/Common_Configure_Options
#--------------------------------------------------------------------------------------------------#
cmake_minimum_required(VERSION 3.18.0 FATAL_ERROR)
string(CONCAT ddesc "An object-oriented component library supporting radiation transport "
Expand Down
19 changes: 9 additions & 10 deletions autodoc/README.autodoc
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
Autodoc
================================================================================
====================================================================================================

Developer documentation is generated using doxygen
(https://www.stack.nl/~dimitri/doxygen). If available, this build can use
graphviz (dot), dia and mscgen to generate graphics like dependency diagrams,
UML and sequence diagrams.
Developer documentation is generated using doxygen (https://www.stack.nl/~dimitri/doxygen). If
available, this build can use graphviz (dot), dia and mscgen to generate graphics like dependency
diagrams, UML and sequence diagrams.

Documentation is generated nightly and published to the LANL Yellow Network at
https://rtt.lanl.gov/autodoc.
https://jayenne.re-pages.lanl.gov/jayenne/draco/index.html.

The Draco source code templates (draco/environment/templates) provide
recommended doxygen commands for use by Draco developers.
The Draco source code templates (draco/environment/templates) provide recommended doxygen commands
for use by Draco developers.

Additional information:

Expand All @@ -19,7 +18,7 @@ Additional information:
- equations : https://www.stack.nl/~dimitri/doxygen/manual/formulas.html
- call graphs : https://www.stack.nl/~dimitri/doxygen/manual/diagrams.html

================================================================================
====================================================================================================
Sample: mscgen diagram

/*!
Expand Down Expand Up @@ -49,4 +48,4 @@ Sample: equation
* \par Test equation generation
*
* This is an inline equation: \f$ x = a + c \f$ Is it?
*/
*/
4 changes: 2 additions & 2 deletions autodoc/html/header.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ $extrastylesheet
<td align="left">
<a href="https://github.com/lanl/Draco"> GitHub </a>
&nbsp; | &nbsp;
<a href="https://rtt.lanl.gov/redmine"> Redmine </a>
<a href="https://re-git.lanl.gov/draco"> Gitlab </a>
&nbsp; | &nbsp;
<a href="https://rtt.lanl.gov/cdash"> CDash </a>
<a href="https://rtt.lanl.gov/cdash3"> CDash </a>
</td>
<td align="right">
<a href="../../autodoc/draco/index.html"> Draco Autodoc Home </a>
Expand Down
18 changes: 8 additions & 10 deletions autodoc/mainpage.dcc.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@

\par Executive Summary

Draco is a C++ radiation transport component library developed by CCS-2, Los
Alamos National Laboratory. In addition to providing infrastructure for
radiation transport code development, Draco serves as a "model Development
Environment (DE)" for code development activities within CCS-2. Most CCS-2 code
projects are based on the coding standards, idioms, style, organization, and
architecture of Draco.
Draco is a C++ radiation transport component library developed by CCS-2, Los Alamos National
Laboratory. In addition to providing infrastructure for radiation transport code development, Draco
serves as a "model Development Environment (DE)" for code development activities within CCS-2. Most
CCS-2 code projects are based on the coding standards, idioms, style, organization, and architecture
of Draco.

\par Authors:

Expand All @@ -24,14 +23,13 @@ architecture of Draco.
\par Resources

To get started building Draco see \ref build_system or [build
system](https://rtt.lanl.gov/redmine/projects/draco/wiki/Common_Configure_Options).
system](https://re-git.lanl.gov/draco/draco/-/wikis/Common_Configure_Options).
Package overviews can be found in the <a href="pages.html">Related Pages</a>
section of the documentation. Also see:

- <a href=https://github.com/lanl/Draco>Draco on GitHub</a>.
- <a href=http://rtt.lanl.gov/redmine/projects/draco>Draco project
management (Redmine) </a>.
- <a href=http://rtt.lanl.gov/cdash>Draco regression reporting on CDash</a>.
- <a href=http://re-git.lanl.gov/draco/draco>Draco project management (Redmine) </a>.
- <a href=http://rtt.lanl.gov/cdash3>Draco regression reporting on CDash</a>.
- Draco mailing list, [email protected]

\par Copyright
Expand Down
Loading