-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from naik-aakash/doc_framework
Doc framework
- Loading branch information
Showing
81 changed files
with
1,818 additions
and
12 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
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
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,70 @@ | ||
/*!* Override some aspects of the pydata-sphinx-theme *!*/ | ||
/*@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap');*/ | ||
|
||
/*:root {*/ | ||
/* !* Use softer blue from bootstrap's default info color *!*/ | ||
/* --pst-color-info: 23, 162, 184;*/ | ||
/*}*/ | ||
|
||
/*!* Main index page overview cards *!*/ | ||
|
||
/*.intro-card {*/ | ||
/* background: #fff;*/ | ||
/* border-radius: 0;*/ | ||
/* padding: 30px 10px 20px 10px;*/ | ||
/* margin: 10px 0px;*/ | ||
/*}*/ | ||
|
||
/*.intro-card p.card-text {*/ | ||
/* margin: 0px;*/ | ||
/*}*/ | ||
|
||
/*.intro-card .card-img-top {*/ | ||
/* margin: 10px;*/ | ||
/* height: 52px;*/ | ||
/*}*/ | ||
|
||
/*.intro-card .card-header {*/ | ||
/* border: none;*/ | ||
/* background-color:white;*/ | ||
/* color: #150458 !important;*/ | ||
/* font-size: var(--pst-font-size-h5);*/ | ||
/* font-weight: bold;*/ | ||
/* padding: 2.5rem 0rem 0.5rem 0rem;*/ | ||
/*}*/ | ||
|
||
/*.intro-card .card-footer {*/ | ||
/* border: none;*/ | ||
/* background-color:white;*/ | ||
/*}*/ | ||
|
||
/*.intro-card .card-footer p.card-text{*/ | ||
/* max-width: 220px;*/ | ||
/* margin-left: auto;*/ | ||
/* margin-right: auto;*/ | ||
/*}*/ | ||
|
||
|
||
/*body {*/ | ||
/* font-family: 'Open Sans', sans-serif;*/ | ||
/* color:#4A4A4A; !* numpy.org body color *!*/ | ||
/*}*/ | ||
|
||
/*pre, code {*/ | ||
/* !*font-size: 100%;*!*/ | ||
/* !*line-height: 155%;*!*/ | ||
/*}*/ | ||
|
||
/*h1 {*/ | ||
/* font-family: "Lato", sans-serif;*/ | ||
/*}*/ | ||
|
||
|
||
/*h2 {*/ | ||
/* letter-spacing: -.03em;*/ | ||
/*}*/ | ||
|
||
/*h3 {*/ | ||
/* !*color: #013243; !* warm black *!*!*/ | ||
/* letter-spacing: -.03em;*/ | ||
/*}*/ |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
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,5 @@ | ||
{{ name | escape | underline}} | ||
|
||
.. currentmodule:: {{ module }} | ||
|
||
.. auto{{ objtype }}:: {{ objname }} |
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,7 @@ | ||
{{ name | escape | underline}} | ||
|
||
.. currentmodule:: {{ module }} | ||
|
||
.. autoclass:: {{ objname }} | ||
:show-inheritance: | ||
:members: |
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,5 @@ | ||
{{ name | escape | underline}} | ||
|
||
.. currentmodule:: {{ module }} | ||
|
||
.. autofunction:: {{ objname }} |
Oops, something went wrong.