-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: Update CSS alignment for main documentation page #40650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,6 +34,7 @@ programming language. | |
<h5 class="card-title">Getting started</h5> | ||
<p class="card-text">New to <em>pandas</em>? Check out the getting started guides. They | ||
contain an introduction to <em>pandas'</em> main concepts and links to additional tutorials.</p> | ||
</div> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and same here.. |
||
|
||
.. container:: custom-button | ||
|
||
|
@@ -42,7 +43,6 @@ programming language. | |
.. raw:: html | ||
|
||
</div> | ||
</div> | ||
</div> | ||
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 d-flex"> | ||
<div class="card text-center intro-card shadow"> | ||
|
@@ -51,6 +51,7 @@ programming language. | |
<h5 class="card-title">User guide</h5> | ||
<p class="card-text">The user guide provides in-depth information on the | ||
key concepts of pandas with useful background information and explanation.</p> | ||
</div> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. not sure why this |
||
|
||
.. container:: custom-button | ||
|
||
|
@@ -59,7 +60,6 @@ programming language. | |
.. raw:: html | ||
|
||
</div> | ||
</div> | ||
</div> | ||
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 d-flex"> | ||
<div class="card text-center intro-card shadow"> | ||
|
@@ -69,6 +69,7 @@ programming language. | |
<p class="card-text">The reference guide contains a detailed description of | ||
the pandas API. The reference describes how the methods work and which parameters can | ||
be used. It assumes that you have an understanding of the key concepts.</p> | ||
</div> | ||
|
||
.. container:: custom-button | ||
|
||
|
@@ -77,7 +78,6 @@ programming language. | |
.. raw:: html | ||
|
||
</div> | ||
</div> | ||
</div> | ||
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-12 d-flex"> | ||
<div class="card text-center intro-card shadow"> | ||
|
@@ -87,6 +87,7 @@ programming language. | |
<p class="card-text">Saw a typo in the documentation? Want to improve | ||
existing functionalities? The contributing guidelines will guide | ||
you through the process of improving pandas.</p> | ||
</div> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. not sure why this There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🤷♂️ (hard to see but that's a man shrugging 😄) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yeh definitely a shrug! |
||
|
||
.. container:: custom-button | ||
|
||
|
@@ -95,7 +96,6 @@ programming language. | |
.. raw:: html | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just moving the button out one
div
so it can sit inside theintro-card
element and align with respect to that