Skip to content

Commit

Permalink
update index.html page links
Browse files Browse the repository at this point in the history
  • Loading branch information
jessica-mitchell committed Jul 4, 2023
1 parent 76962f8 commit ae9cf94
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/htmldoc/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h1>Welcome to the NEST Simulator documentation!</h1>
<div class="grid_6">
<a href="installation/index.html" class="buttonlink">Install NEST</a>
<a href="get-started_index.html" class="buttonlink">Tutorials and examples</a>
<a href="ref_material/pynest_apis.html" class="buttonlink">PyNEST API</a>
<a href="ref_material/pynest_api/index.html" class="buttonlink">PyNEST API</a>
<a href="models/index.html" class="buttonlink">Available models</a>
<a href="understand_index.html" class="buttonlink">How NEST works</a>
</div>
Expand All @@ -87,7 +87,7 @@ <h2 id="nest-sample"> Here is a sample NEST script. Click each section and disco
<div>
<ul>
<li><a href="installation/index.html">Get and install NEST</a></li>
<li><a href="ref_material/pynest_apis.html">Access PyNEST APIs</a></li>
<li><a href="ref_material/pynest_api/index.html">Access PyNEST APIs</a></li>
<li><a href="release_notes/v3.0/refguide_nest2_nest3.html">Convert script from NEST 2.x to 3.x</a>
</li>
</ul>
Expand All @@ -105,7 +105,7 @@ <h2 id="nest-sample"> Here is a sample NEST script. Click each section and disco
<li><a href="neurons/parametrization.html">Discover parameterization possibilities</a></li>
<li><a href="models/index_neuron.html">Want a different neuron model? Find them all here!</a></li>
<li><a href="nest_behavior/random_numbers.html">Learn how we do randomness in NEST</a></li>
<li><a href="ref_material/pynest_apis.html#module-nest.lib.hl_api_nodes">Get API docs for Create</a>
<li><a href="ref_material/pynest_api/index.html#nest.lib.hl_api_nodes.Create">Get API docs for Create</a>
</li>
</ul>
</div>
Expand Down Expand Up @@ -137,7 +137,7 @@ <h2 id="nest-sample"> Here is a sample NEST script. Click each section and disco
<li><a href="devices/record_from_simulations.html">Get more info on recording from simulations</a>
</li>
<li><a href="models/index_recorder.html">See our recording devices in our model directory</a></li>
<li><a href="ref_material/pynest_apis.html#module-nest.lib.hl_api_connections">Get API docs for
<li><a href="ref_material/pynest_api/index.html#nest.lib.hl_api_connections.Connect">Get API docs for
Connect</a></li>
</ul>
</div>
Expand All @@ -151,7 +151,7 @@ <h2 id="nest-sample"> Here is a sample NEST script. Click each section and disco
<ul>
<li><a href="nest_behavior/running_simulations.html">Check out our guide how to run simulations</a>
</li>
<li><a href="ref_material/pynest_apis.html#nest.lib.hl_api_simulation.Simulate">Get API docs for
<li><a href="ref_material/pynest_api/index.html#nest.lib.hl_api_simulation.Simulate">Get API docs for
Simulate</a></li>
</ul>
</div>
Expand Down Expand Up @@ -204,7 +204,7 @@ <h1>API documentation</h1>
<img class="icon" src="_static/img/Gear-256_nest.png" />
</div>
<div class="grid_10">
Need to look up a command for NEST? Browse all <a href="ref_material/pynest_apis.html">our available
Need to look up a command for NEST? Browse all <a href="ref_material/pynest_api/index.html">our available
functions.</a>
</div>
</div>
Expand Down

0 comments on commit ae9cf94

Please sign in to comment.