forked from python-graphblas/python-graphblas
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Fill out the documentation (python-graphblas#268)
* Update docs - Update main landing page - Build Getting Started page - Build User Guide - Placeholder for API Ref and Contributor Guide
- Loading branch information
Showing
39 changed files
with
2,506 additions
and
214 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
|
||
/* Main Page Stylings */ | ||
|
||
.container-xl { | ||
max-width: 1400px; | ||
} | ||
|
||
.intro-card { | ||
margin-bottom: 30px; | ||
} | ||
|
||
.intro-card:hover { | ||
box-shadow: 0.2rem 0.5rem 1rem var(--pst-color-link) !important; | ||
} | ||
|
||
.intro-card .card-header { | ||
background-color: inherit; | ||
} | ||
|
||
.intro-card .card-header .card-text { | ||
font-weight: bold; | ||
} | ||
|
||
.intro-card .card-body { | ||
margin-top: 0; | ||
} | ||
|
||
.intro-card .card-body .card-text:first-child { | ||
margin-bottom: 0; | ||
} | ||
|
||
.shadow { | ||
box-shadow: 0.2rem 0.5rem 1rem var(--pst-color-text-muted) !important; | ||
} | ||
|
||
.table { | ||
font-size: smaller; | ||
width: inherit; | ||
} | ||
|
||
.table td, .table th { | ||
padding: 0 .75rem; | ||
} | ||
|
||
.table.inline { | ||
display: inline-table; | ||
margin-right: 30px; | ||
} | ||
|
||
/* Styling for Jupyter Notebook ReST Exports */ | ||
|
||
.dataframe tbody th, .dataframe tbody td { | ||
padding: 10px; | ||
} |
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.