Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Bloqade-Geometry

Bloqade-Geometry is a collection of tools for transforming and modeling geometric
objects used for defining layouts and operation of neutral atom quantum computers.
6 changes: 0 additions & 6 deletions docs/blog/.authors.yml

This file was deleted.

1 change: 0 additions & 1 deletion docs/blog/index.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Welcome to Bloqade-Geometry

Bloqade-Geometry is a collection of tools for transforming and modeling geometric objects used for defining layouts and operation of neutral atom quantum computers.
Expand All @@ -12,5 +11,3 @@ uv add bloqade-geometry
```

See [Installation](install.md) for more details.

Check out new [Blog](blog/index.md) to understand more about Bloqade-Geometry.
11 changes: 11 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,14 @@
--md-footer-logo-dark-mode: none;
--md-footer-logo-light-mode: block;
}

/* Example for setting a maximum width for code blocks */
pre code {
max-width: 800px; /* Adjust this value as needed (e.g., 100% for full width) */
overflow-x: auto; /* Adds horizontal scrollbar if content exceeds width */
}

/* Example for adjusting content area width for the Material theme */
.md-grid {
max-width: 1240px; /* Increase the overall content area width */
}
2 changes: 0 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ nav:
- index.md
- Installation: install.md
- Contributing: contrib.md
- Blog:
- blog/index.md

- API Reference:
- Geometry dialect groups:
Expand Down
Loading