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

Add Getting Started page #374

Merged
merged 76 commits into from
Nov 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
ba3d4ae
create getting started page, add initial flowcharts for HPC and Cloud…
b-reyes Oct 11, 2024
6dccf40
add transparent background to digraph, provide class to digraph, set …
b-reyes Oct 16, 2024
51c5f36
push changes to see if transparent background works with RTD rendering
b-reyes Oct 17, 2024
e9e0c61
instead of using graphviz directly in markdown generate svg using dot…
b-reyes Oct 17, 2024
1749102
modify color scheme for flowcharts, modify produced svgs so their hei…
b-reyes Oct 18, 2024
3ed042f
change node color for light mode to black/white for flowcharts
b-reyes Oct 21, 2024
a7aadef
add intro paragraphs to getting started page and modify hpc flowchart
b-reyes Oct 21, 2024
112c82f
move getting started and faq page into accessing RC resources, move t…
b-reyes Oct 21, 2024
5b3d4b0
reformat the logging in page and work on the getting a CURC account s…
b-reyes Oct 21, 2024
15f4aa5
rename first heading in index to Getting Started, rename getting_star…
b-reyes Oct 23, 2024
417b710
put RMACC page content in tab section in logging-in.md, replace all t…
b-reyes Oct 25, 2024
13409fb
remove rmacc folder holding pngs as they are no longer used
b-reyes Oct 25, 2024
7874301
move current-sem-trainings.md under the access folder, create a direc…
b-reyes Oct 25, 2024
4b685bf
remove unused Logging-in directory
b-reyes Oct 25, 2024
94a3a8f
remove unused directory Interactive-Jobs
b-reyes Oct 25, 2024
9efedb2
remove unused Job-Submissions directory
b-reyes Oct 25, 2024
39b2f81
move File-Transfers directory under compute and rename it to globus_i…
b-reyes Oct 25, 2024
5d0ac87
remove unused Loading-Modules directory
b-reyes Oct 25, 2024
f1ab325
remove unused Templates directory
b-reyes Oct 25, 2024
dbebf86
remove unused XSEDE directory
b-reyes Oct 25, 2024
04a6306
move Petalibrary folder to storage/petalibrary and rename it to mount…
b-reyes Oct 25, 2024
9a0feca
change current-sem-trainings.md tabs to new format and make sentence …
b-reyes Oct 25, 2024
cd9c339
move amc-access-images under additional-resources/amc_ssh_images, mov…
b-reyes Oct 25, 2024
453b111
reorganize FAQ page so it is less overwhelming and has sections for C…
b-reyes Oct 25, 2024
c3eb5db
move over a majority of the duo page items into the Duo FAQ section, …
b-reyes Oct 25, 2024
68380cc
put last duo item under FAQ section, remove Duo page, add where to fi…
b-reyes Oct 28, 2024
bf4f59a
move courses using rc resources to its own page under additional reso…
b-reyes Oct 28, 2024
ef20798
rename access directory to getting_started and modify all references …
b-reyes Oct 28, 2024
17bf526
complete Python script for checking tab references and add it to the …
b-reyes Oct 28, 2024
2f52212
do incorrect tab reference to make sure it is caught
b-reyes Oct 28, 2024
ee3fc1e
modify RTD build to take into account building of dot files and check…
b-reyes Oct 28, 2024
93743c7
fix env var reference in .readthedocs.yaml
b-reyes Oct 28, 2024
344ddbc
try different method for pre checks
b-reyes Oct 28, 2024
e47699e
modify items so building of graphs and checks occur before docs build
b-reyes Oct 28, 2024
ead3848
fix intentional incorrect tab reference, the check worked!!
b-reyes Oct 28, 2024
7fc430f
see current directoriy in RTD build
b-reyes Oct 28, 2024
f2dbb4c
see if creating svg and then having RTD overwrite it will work
b-reyes Oct 28, 2024
7f3850e
remove modification to dot file as it worked!
b-reyes Oct 28, 2024
3d647fb
replace old tab usage with new tab usage on the alpine-hardware, slur…
b-reyes Oct 28, 2024
35e53da
add blurb for CFS to navigating_docs.md
b-reyes Oct 29, 2024
8dcd7ce
fix all links associated with the flowcharts, modify items on landing…
b-reyes Oct 29, 2024
d32b092
put all tabs created on blanca.md page in new tab format
b-reyes Oct 29, 2024
2c88104
turn tabs in ood landing page into new tab format
b-reyes Oct 29, 2024
46ff7b2
modify tabs in batch-jobs.md and interactive-jobs.md so they fit new …
b-reyes Oct 30, 2024
50215fc
modify tabs for petalibrary.md so they fit new format
b-reyes Oct 30, 2024
a9be814
modify tabs in spack.md so the fit new format
b-reyes Oct 30, 2024
7e8bfe8
modify tabs in coding-best-practices.md so they are in the new format
b-reyes Oct 30, 2024
9fa1bcf
put tabs in new format for the MPIBestpractices.md page
b-reyes Oct 30, 2024
e65cac9
modify tabs used in MPI-C.md and MPI-Fortran.md so they are in the ne…
b-reyes Oct 30, 2024
cc03e70
modify same named tabs used in MPI-C.md and MPI-Fortran.md so they ar…
b-reyes Oct 30, 2024
c180292
modify tabs on OpenMP-C.md and OpenMP-Fortran.md pages so they are in…
b-reyes Oct 30, 2024
016e0ec
remove all custom.css content associated with old tabs, remove sphinx…
b-reyes Oct 30, 2024
38da0e7
remove commented out code in remove_tooltip.py
b-reyes Oct 30, 2024
d04e331
make institution tabs in logging-in.md page sychronized and correct r…
b-reyes Oct 30, 2024
1de6ba3
create a script that automatically generates svg based on dot files, …
b-reyes Oct 31, 2024
69626e9
replace source with /bin/sh in RTD file
b-reyes Oct 31, 2024
0b7f033
remove unnecessary printing of file name in create_svg.sh
b-reyes Oct 31, 2024
3900a85
move check_tab_ref.py into its own directory that contains all of our…
b-reyes Oct 31, 2024
d525b1f
finish check of dot file references, add dot reference check to makef…
b-reyes Nov 1, 2024
8c77217
change file name Containerization.md to contrainerization.md
b-reyes Nov 1, 2024
7981d62
fix mistake made on purpose in dot file
b-reyes Nov 1, 2024
f37646b
trouble shoot RTD fail
b-reyes Nov 1, 2024
3cc6b56
troubleshoot rtd
b-reyes Nov 1, 2024
bbd8fe6
rename containerization.md to containerization2.md
b-reyes Nov 1, 2024
8a62042
rename containerization2.md to containerization.md
b-reyes Nov 1, 2024
4d89460
put in incorrect reference in cloud flowchart for testing purposes
b-reyes Nov 1, 2024
023eecb
fix purposeful incorrect ref in cloud flowchart, comment on check_dot…
b-reyes Nov 1, 2024
58f94e6
make small improvements to grammar and admonition content on faq and …
b-reyes Nov 1, 2024
c92f74a
rename igraphviz_flowcharts to graphviz_flowcharts, begin creating RE…
b-reyes Nov 1, 2024
2bf9be0
make dot flowchart files have doc-flowchart class instead of gs-flowc…
b-reyes Nov 1, 2024
45b3c2c
make --pst-color-accent cu boulder gold when in dark mode to prevent …
b-reyes Nov 1, 2024
4c1fe3c
Merge branch 'main' into add-flow-chart
b-reyes Nov 1, 2024
bce7741
remove indent for bullets in item 4 of README.md in graphviz directory
b-reyes Nov 1, 2024
2354565
improve grammar, shorten sentences, and add clarity to statements
b-reyes Nov 4, 2024
e6e10e3
update CSU link as the other one caused a 404
b-reyes Nov 4, 2024
639585f
improve sentence in High Performance Computing Flowchart section
b-reyes Nov 5, 2024
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
Prev Previous commit
Next Next commit
turn tabs in ood landing page into new tab format
b-reyes committed Oct 29, 2024
commit 2c88104dfb3e63f7540fd664fcc1f0de2f8481c7
17 changes: 12 additions & 5 deletions docs/open_ondemand/index.md
Original file line number Diff line number Diff line change
@@ -4,17 +4,22 @@ Open OnDemand is a browser based, integrated, single access point for all of you

## Getting started with Open OnDemand

`````{tabs}
(tabset-ref-ood-gs)=
`````{tab-set}
:sync-group: tabset-ood-gs

````{tab} CU Boulder
````{tab-item} CU Boulder
:sync: ood-gs-ucb

To connect to Open OnDemand, you must first have a CU Research Computing account. If you do not have an account, please consult [our account request page](../getting_started/logging-in.md) to get started. Once you have a CU Research Computing account you can connect to Open OnDemand by visiting <https://ondemand.rc.colorado.edu>. This link will bring you to a login page for Open OnDemand. Use your CU Research Computing credentials and Duo 2-factor authentication to login.

![](OnDemand/login_page.png)

````

````{tab} CSU
````{tab-item} CSU
:sync: ood-gs-csu


To connect to Open OnDemand, you must first have a CU Research Computing account. If you do not have an account, please consult our [getting a CURC account for CSU users](../getting_started/logging-in.html?tabset-get-account=get-account-csu#tabset-ref-get-account){.external} documentation. Once you have obtained an account, you can connect to Open OnDemand by visiting <https://ondemand-rmacc.rc.colorado.edu>. This will bring you to a CILogon page. Once on this page, click the drop-down menu under **"Select an Identity Provider"** and select **"Colorado State University"**.
```{eval-rst}
@@ -29,7 +34,8 @@ This will bring you to a login prompt where you should use your CSU NetID and Du

````

````{tab} AMC
````{tab-item} AMC
:sync: ood-gs-amc

To connect to Open OnDemand, you must first have a CU Research Computing account. If you do not have an account, please consult our [getting a CURC account for AMC users](../getting_started/logging-in.html?tabset-get-account=get-account-amc#tabset-ref-get-account){.external} documentation. Once you have obtained an account, you can connect to Open OnDemand by visiting <https://ondemand-rmacc.rc.colorado.edu>. This will bring you to a CILogon page. Once on this page, click the drop-down menu under **"Select an Identity Provider"** and select **"ACCESS CI (XSEDE)"**.
```{eval-rst}
@@ -44,7 +50,8 @@ This will bring you to a login prompt where you should use your XSEDE/ACCESS acc

````

````{tab} RMACC
````{tab-item} RMACC
:sync: ood-gs-rmacc

To connect to Open OnDemand, you must first have a CU Research Computing account. For more information on creating a CU Research Computing account, please see our [getting a CURC account for RMACC users](../getting_started/logging-in.html?tabset-get-account=get-account-rmacc#tabset-ref-get-account){.external} documentation. Once you have obtained an account, you can connect to Open OnDemand by visiting <https://ondemand-rmacc.rc.colorado.edu>. This will bring you to a CILogon page. Once on this page, click the drop-down menu under **"Select an Identity Provider"** and select **"ACCESS CI (XSEDE)"**.
```{eval-rst}