Skip to content

Commit

Permalink
Link fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwokcb committed Jan 22, 2025
1 parent 76e8728 commit f4bb124
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ <h2 id="flask-connector-examples">Flask Connector Examples</h2>
<li><a href="./flask/ocio/README.md">OCIO to MaterialX Definition Generation (Alpha)</a> : Use the OpenColorIO package to query for color space transforms and create MaterialX node definitions.</li>
<li><a href="./flask/template/README.md">Simple template example</a> : A simple &quot;template&quot; application that can be copied and modified as desired.</li>
</ul>
<p>See build instructions found in <a href="utilities/README.md">utilities</a>.</p>
<p>See build instructions found <a href="https://github.com/kwokcb/materialxWeb/blob/main/utilities/README.md">here</a>.</p>

</body>
</html>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ See the <a href="https://kwokcb.github.io/materialxWeb/index.html">home page</a>
- [OCIO to MaterialX Definition Generation (Alpha)](./flask/ocio/README.md) : Use the OpenColorIO package to query for color space transforms and create MaterialX node definitions.
- [Simple template example](./flask/template/README.md) : A simple "template" application that can be copied and modified as desired.

See build instructions found in [utilities](utilities/README.md).
See build instructions found <a href="https://github.com/kwokcb/materialxWeb/blob/main/utilities/README.md">here</a>.
2 changes: 1 addition & 1 deletion documents/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h1><a class="anchor" id="autotoc_md18"></a>
<li><a class="el" href="md__d_1_2_work_2materialx_2materialx_web_2flask_2ocio_2_r_e_a_d_m_e.html">OCIO to MaterialX Definition Generation (Alpha)</a> : Use the OpenColorIO package to query for color space transforms and create MaterialX node definitions.</li>
<li>Simple template example : A simple "template" application that can be copied and modified as desired.</li>
</ul>
<p>See build instructions found in utilities. </p>
<p>See build instructions found <a href="https://github.com/kwokcb/materialxWeb/blob/main/utilities/README.md">here</a>. </p>
</div></div><!-- PageDoc -->
<a href="doxygen_crawl.html"></a>
</div><!-- contents -->
Expand Down
10 changes: 4 additions & 6 deletions utilities/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -368,15 +368,13 @@
<h2 id="building">Building</h2>
<h3 id="flask-application-building">Flask Application Building</h3>
<ul>
<li>Run the <code>build_flask.sh</code> script to install all packages found in the Flask folder.</li>
<li>For the OpenColorIO application the <code>materialxocio</code> package must be installed locally by cloning and installing the package found<br>
here<a href="https://github.com/kwokcb/materialxocio.git">repo. This package is currently not published on <code>PyPi</code>.</li>
<li>Run the <a href="https://github.com/kwokcb/materialxWeb/blob/main/utilities/build_flask.sh">build_flask.sh</a> script to install all packages found in the Flask folder.</li>
<li>For the OpenColorIO application the <code>materialxocio</code> package must be installed locally by cloning and installing the package found in this <a href="https://github.com/kwokcb/materialxocio.git">repo</a>. This package is currently not published on <code>PyPi</code>.</li>
</ul>
<h3 id="documentation">Documentation</h3>
<ul>
<li>Run the <code>build_docs.sh</code> script to build documentation for this repository.</li>
<li>Update the <code>documents\Doxyfile</code> as necessary to add / update files / folders to include<br>
with the documentation.</li>
<li>Run the <a href="https://github.com/kwokcb/materialxWeb/blob/main/utilities/build_docs.sh">build_docs.sh</a> script to build documentation for this repository.</li>
<li>Update the <code>documents\Doxyfile</code> as necessary to add / update files / folders to include with the documentation.</li>
</ul>

</body>
Expand Down
10 changes: 4 additions & 6 deletions utilities/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

### Flask Application Building

- Run the `build_flask.sh` script to install all packages found in the Flask folder.
- For the OpenColorIO application the `materialxocio` package must be installed locally by cloning and installing the package found
in this <a href="https://github.com/kwokcb/materialxocio.git">repo</a>. This package is currently not published on `PyPi`.
- Run the <a href="https://github.com/kwokcb/materialxWeb/blob/main/utilities/build_flask.sh">build_flask.sh</a> script to install all packages found in the Flask folder.
- For the OpenColorIO application the `materialxocio` package must be installed locally by cloning and installing the package found in this <a href="https://github.com/kwokcb/materialxocio.git">repo</a>. This package is currently not published on `PyPi`.

### Documentation

- Run the `build_docs.sh` script to build documentation for this repository.
- Update the `documents\Doxyfile` as necessary to add / update files / folders to include
with the documentation.
- Run the <a href="https://github.com/kwokcb/materialxWeb/blob/main/utilities/build_docs.sh">build_docs.sh</a> script to build documentation for this repository.
- Update the `documents\Doxyfile` as necessary to add / update files / folders to include with the documentation.

0 comments on commit f4bb124

Please sign in to comment.