Skip to content

Commit 1db00f5

Browse files
committed
Add first documentation export notebook
1 parent f0a76c8 commit 1db00f5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ExportPluto.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
Export_cache_dir="pluto_state_cache",
6363
Export_baked_notebookfile=false,
6464
Export_baked_state=false,
65-
Export_exclude = ["Chapter-13/*", "TabularRL.jl/*", "Examples/*"]
65+
Export_exclude = ["Chapter-13/*", "TabularRL.jl/examples/test_notebook.jl", "TabularRL.jl/examples/rubiks_cube.jl", "Examples/*"]
6666
# more parameters can go here
6767
)'
6868

index.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ <h3>Part 2: Approximate Solution Methods</h3>
8686
<h2>Documentation</h2>
8787
<h3>Tabular Methods</h3>
8888
<ul>
89-
<li><a = href="TabularRL.jl/examples/defining_tabular_mdps.html">Defining Markov Processes</a></li>
90-
<li><a href="TabularRL.jl/examples/value_estimation_techniques.html">Value Function Solution Techniques</a></li>
91-
<li><a href="TabularRL.jl/examples/optimal_solution_techniques.html">Optimal Policy Solution Techniques</a></li>
89+
<li><a = href="TabularRL.jl/examples/defining_tabular_mdps.html">Installation and Basic Usage</a></li>
9290
</ul>
9391
<h3>Approximate Solution Methods</h3>
9492
<ul>

0 commit comments

Comments
 (0)