Skip to content

Pressio/rom-tools-and-workflows-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rom-tools-and-workflows-demos

This repository provides a suite of tutorials and demos on how to use the ROM tools and workflows Python library.

Specifically, we provide tutorials for

  • Basis construction
  • Parameter spaces
  • Workflows

Manual Install

These steps outline how to build the documentation manually.

  1. Begin by installing the romtools package:
git clone https://github.com/Pressio/rom-tools-and-workflows.git
pip install -e rom-tools-and-workflows
  1. Then clone the rom-tools-and-workflows-demos repo and navigate to the docs directory
git clone https://github.com/Pressio/rom-tools-and-workflows-demos.git
cd rom-tools-and-workflows-demos/docs
  1. Install dependencies
pip install -r build_requirements.txt
  1. Generate the documentation
make html

This will create a new generated_docs directory.

  1. Open the generated index.html with your desired browser. For example, to use Firefox, run:
firefox generated_docs/index.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published