Skip to content
Snippets Groups Projects

fix indentation on index page

Merged Bas Nijholt requested to merge basnijholt/website:patch-1 into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -50,8 +50,8 @@ The complete code that constructs the graphene flake shown on the right side is
.. code:: python
def disk(pos):
x, y = pos
return x**2 + y**2 < 8**2
x, y = pos
return x**2 + y**2 < 8**2
lat = kwant.lattice.honeycomb()
sys = kwant.Builder()
Loading