-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jeffrey Hyman
committed
Oct 30, 2023
1 parent
3b9c74a
commit 9038ed9
Showing
156 changed files
with
39,604 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: documentation | ||
|
||
on: [push, pull_request, workflow_dispatch] | ||
|
||
permissions: | ||
contents: write | ||
|
||
jobs: | ||
docs: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/setup-python@v3 | ||
- name: Install dependencies | ||
run: | | ||
pip install sphinx sphinx_rtd_theme myst_parser | ||
- name: Sphinx build | ||
run: | | ||
sphinx-build doc _build | ||
- name: Deploy to GitHub Pages | ||
uses: peaceiris/actions-gh-pages@v3 | ||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} | ||
with: | ||
publish_branch: gh-pages | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: _build/ | ||
force_orphan: true |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,140 @@ | ||
<!DOCTYPE html> | ||
<html class="writer-html5" lang="en" > | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Overview: module code — dfnWorks 2.7 documentation</title> | ||
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> | ||
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" /> | ||
<!--[if lt IE 9]> | ||
<script src="../_static/js/html5shiv.min.js"></script> | ||
<![endif]--> | ||
|
||
<script src="../_static/jquery.js?v=5d32c60e"></script> | ||
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> | ||
<script src="../_static/documentation_options.js?v=ab527d87"></script> | ||
<script src="../_static/doctools.js?v=888ff710"></script> | ||
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script> | ||
<script src="../_static/js/theme.js"></script> | ||
<link rel="index" title="Index" href="../genindex.html" /> | ||
<link rel="search" title="Search" href="../search.html" /> | ||
</head> | ||
|
||
<body class="wy-body-for-nav"> | ||
<div class="wy-grid-for-nav"> | ||
<nav data-toggle="wy-nav-shift" class="wy-nav-side"> | ||
<div class="wy-side-scroll"> | ||
<div class="wy-side-nav-search" > | ||
|
||
|
||
|
||
<a href="../index_docs.html" class="icon icon-home"> | ||
dfnWorks | ||
<img src="../_static/dfnworks_logo.png" class="logo" alt="Logo"/> | ||
</a> | ||
<div class="version"> | ||
2.7, LANL, Docs: LA-UR-17-22216, Software: LA-CC-17-027 | ||
</div> | ||
<div role="search"> | ||
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get"> | ||
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" /> | ||
<input type="hidden" name="check_keywords" value="yes" /> | ||
<input type="hidden" name="area" value="default" /> | ||
</form> | ||
</div> | ||
</div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu"> | ||
<ul> | ||
<li class="toctree-l1"><a class="reference internal" href="../intro.html">Welcome To dfnWorks</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../applications.html">Example Applications</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../setup.html">Setting and Running up dfnWorks</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../examples.html">Examples</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../pydfnworks.html">pydfnworks: the dfnWorks python package</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../pydfnGen.html">pydfnworks: dfnGen</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../pydfnFlow.html">pydfnworks: dfnFlow</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../pydfnTrans.html">pydfnworks: dfnTrans</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../pydfnGraph.html">pydfnworks: dfnGraph</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../pydfnWorks-well.html">pydfnworks: Well Package</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../dfngen.html">dfnGen - C++ Generation Code</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../dfnflow.html">dfnFlow</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../dfntrans.html">dfnTrans</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../output.html">Run Files</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../publications.html">dfnWorks Publications</a></li> | ||
<li class="toctree-l1"><a class="reference internal" href="../gallery.html">dfnWorks Gallery</a></li> | ||
</ul> | ||
|
||
</div> | ||
</div> | ||
</nav> | ||
|
||
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" > | ||
<i data-toggle="wy-nav-top" class="fa fa-bars"></i> | ||
<a href="../index_docs.html">dfnWorks</a> | ||
</nav> | ||
|
||
<div class="wy-nav-content"> | ||
<div class="rst-content"> | ||
<div role="navigation" aria-label="Page navigation"> | ||
<ul class="wy-breadcrumbs"> | ||
<li><a href="../index_docs.html" class="icon icon-home" aria-label="Home"></a></li> | ||
<li class="breadcrumb-item active">Overview: module code</li> | ||
<li class="wy-breadcrumbs-aside"> | ||
</li> | ||
</ul> | ||
<hr/> | ||
</div> | ||
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"> | ||
<div itemprop="articleBody"> | ||
|
||
<h1>All modules for which code is available</h1> | ||
<ul><li><a href="pydfnworks/dfnFlow/fehm.html">pydfnworks.dfnFlow.fehm</a></li> | ||
<li><a href="pydfnworks/dfnFlow/flow.html">pydfnworks.dfnFlow.flow</a></li> | ||
<li><a href="pydfnworks/dfnFlow/mass_balance.html">pydfnworks.dfnFlow.mass_balance</a></li> | ||
<li><a href="pydfnworks/dfnFlow/pflotran.html">pydfnworks.dfnFlow.pflotran</a></li> | ||
<li><a href="pydfnworks/dfnGen/generation/generator.html">pydfnworks.dfnGen.generation.generator</a></li> | ||
<li><a href="pydfnworks/dfnGen/generation/input_checking/check_input.html">pydfnworks.dfnGen.generation.input_checking.check_input</a></li> | ||
<li><a href="pydfnworks/dfnGen/generation/input_checking/fracture_family.html">pydfnworks.dfnGen.generation.input_checking.fracture_family</a></li> | ||
<li><a href="pydfnworks/dfnGen/generation/input_checking/user_defined_fracture_functions.html">pydfnworks.dfnGen.generation.input_checking.user_defined_fracture_functions</a></li> | ||
<li><a href="pydfnworks/dfnGen/generation/output_report/gen_output.html">pydfnworks.dfnGen.generation.output_report.gen_output</a></li> | ||
<li><a href="pydfnworks/dfnGen/generation/stress.html">pydfnworks.dfnGen.generation.stress</a></li> | ||
<li><a href="pydfnworks/dfnGen/meshing/add_attribute_to_mesh.html">pydfnworks.dfnGen.meshing.add_attribute_to_mesh</a></li> | ||
<li><a href="pydfnworks/dfnGen/meshing/mesh_dfn.html">pydfnworks.dfnGen.meshing.mesh_dfn</a></li> | ||
<li><a href="pydfnworks/dfnGen/meshing/mesh_dfn_helper.html">pydfnworks.dfnGen.meshing.mesh_dfn_helper</a></li> | ||
<li><a href="pydfnworks/dfnGen/meshing/udfm/false_connections.html">pydfnworks.dfnGen.meshing.udfm.false_connections</a></li> | ||
<li><a href="pydfnworks/dfnGen/meshing/udfm/map2continuum.html">pydfnworks.dfnGen.meshing.udfm.map2continuum</a></li> | ||
<li><a href="pydfnworks/dfnGen/meshing/udfm/upscale.html">pydfnworks.dfnGen.meshing.udfm.upscale</a></li> | ||
<li><a href="pydfnworks/dfnGen/well_package/wells.html">pydfnworks.dfnGen.well_package.wells</a></li> | ||
<li><a href="pydfnworks/dfnGraph/dfn2graph.html">pydfnworks.dfnGraph.dfn2graph</a></li> | ||
<li><a href="pydfnworks/dfnGraph/graph_flow.html">pydfnworks.dfnGraph.graph_flow</a></li> | ||
<li><a href="pydfnworks/dfnGraph/graph_transport.html">pydfnworks.dfnGraph.graph_transport</a></li> | ||
<li><a href="pydfnworks/dfnGraph/pruning.html">pydfnworks.dfnGraph.pruning</a></li> | ||
<li><a href="pydfnworks/dfnTrans/transport.html">pydfnworks.dfnTrans.transport</a></li> | ||
</ul> | ||
|
||
</div> | ||
</div> | ||
<footer> | ||
|
||
<hr/> | ||
|
||
<div role="contentinfo"> | ||
<p>© Copyright 2020, LANL, LA-UR-17-22216.</p> | ||
</div> | ||
|
||
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a | ||
<a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> | ||
provided by <a href="https://readthedocs.org">Read the Docs</a>. | ||
|
||
|
||
</footer> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
<script> | ||
jQuery(function () { | ||
SphinxRtdTheme.Navigation.enable(true); | ||
}); | ||
</script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.