Skip to content

Commit

Permalink
start.py: remove links to the example notebooks. (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Sep 16, 2021
1 parent 2df148f commit 1a656cc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions start.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,15 @@
TEMPLATE = """
<table>
<tr>
<th style="text-align:center">Basic data objects.</th>
<th style="width:70px" rowspan=2></th>
<th style="text-align:center">Codes and computers.</th>
<th style="width:70px" rowspan=2></th>
<th style="text-align:center">Processes.</th>
<th style="width:70px" rowspan=2></th>
<th style="text-align:center">Electronic Lab Notebook.</th>
<tr>
<td valign="top"><ul>
<li><a href="{appbase}/notebooks/structures.ipynb" target="_blank">Dealing with one structure</a></li>
<li><a href="{appbase}/notebooks/aiida_datatypes_viewers.ipynb" target="_blank">AiiDA datatypes viewers</a></li>
</ul></td>
<td valign="top"><ul>
<li><a href="{appbase}/notebooks/setup_computer.ipynb" target="_blank">Setup computer</a></li>
<li><a href="{appbase}/notebooks/setup_code.ipynb" target="_blank">Setup code</a></li>
<li><a href="{appbase}/notebooks/codes_computers.ipynb" target="_blank">Dealing with codes and computers</a></li>
</ul></td>
<td valign="top"><ul>
<li><a href="{appbase}/notebooks/process_list.ipynb" target="_blank">Process list</a></li>
Expand Down

0 comments on commit 1a656cc

Please sign in to comment.