Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kwant
website
Merge requests
!13
fix indentation on index page
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fix indentation on index page
basnijholt/website:patch-1
into
master
Overview
1
Commits
1
Pipelines
1
Changes
1
Merged
Bas Nijholt
requested to merge
basnijholt/website:patch-1
into
master
8 years ago
Overview
1
Commits
1
Pipelines
1
Changes
1
Expand
This is how it currently looks:
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
050fef25
1 commit,
8 years ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
content/index.rst
+
2
−
2
Options
@@ -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