-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
Add Installation section in docs overview #7027
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 |
---|---|---|
|
@@ -18,10 +18,9 @@ Documentation of scikit-learn 0.18.dev0 | |
</blockquote> | ||
</div> | ||
<div class="span4 box"> | ||
<h2><a href="user_guide.html">User Guide</a></h2> | ||
<blockquote>The main documentation. This contains an | ||
in-depth description of all algorithms and how | ||
to apply them. | ||
<h2><a href="install.html">Installation</a></h2> | ||
<blockquote>Steps to install the latest release | ||
of scikit-learn. | ||
</blockquote> | ||
</div> | ||
<div class="span4 box"> | ||
|
@@ -39,14 +38,23 @@ Documentation of scikit-learn 0.18.dev0 | |
</div> | ||
|
||
<!-- row --> | ||
<div class="row-fluid"> | ||
<div class="row-fluid"> | ||
<div class="span4 box"> | ||
<h2><a href="user_guide.html">User Guide</a></h2> | ||
<blockquote>The main documentation. This contains an | ||
in-depth description of all algorithms and how | ||
to apply them. | ||
</blockquote> | ||
</div> | ||
<div class="row-fluid"> | ||
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. i believe you dont want this tag here, because it isn't in a separate row |
||
<div class="span4 box"> | ||
<h2><a href="tutorial/index.html">Tutorials</a></h2> | ||
<blockquote>Useful tutorials for developing a feel | ||
for some of scikit-learn's applications in the | ||
machine learning field. | ||
</blockquote> | ||
</div> | ||
<div class="row-fluid"> | ||
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. same as above |
||
<div class="span4 box"> | ||
<h2><a href="modules/classes.html">API</a></h2> | ||
<blockquote>The exact API of all functions and classes, as given by the docstrings. | ||
|
@@ -55,11 +63,7 @@ Documentation of scikit-learn 0.18.dev0 | |
</blockquote> | ||
</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. you want to end one of the rows here (every 3 |
||
<div class="span4 box"> | ||
<h2><a href="presentations.html">Additional Resources</a></h2> | ||
<blockquote>Talks given, slide-sets and other information relevant to scikit-learn. | ||
</blockquote> | ||
</div> | ||
|
||
</div> | ||
<!-- row --> | ||
<div class="row-fluid"> | ||
|
@@ -78,13 +82,14 @@ Documentation of scikit-learn 0.18.dev0 | |
to use in a given situation. | ||
</blockquote> | ||
</div> | ||
<div class="row-fluid"> | ||
<div class="span4 box"> | ||
<h2><a href="faq.html">FAQ</a></h2> | ||
<blockquote>Frequently asked questions about the project and contributing. | ||
</blockquote> | ||
<h2><a href="presentations.html">Additional Resources</a></h2> | ||
<blockquote>Talks given, slide-sets and other information relevant to scikit-learn. | ||
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. indentation |
||
</blockquote> | ||
</div> | ||
</div> | ||
|
||
<!-- row --> | ||
<div class="row-fluid"> | ||
<div class="span4 box"> | ||
<h2><a href="related_projects.html">Related packages</a></h2> | ||
|
@@ -93,5 +98,10 @@ Documentation of scikit-learn 0.18.dev0 | |
scope or not well established enough for scikit-learn. | ||
</blockquote> | ||
</div> | ||
|
||
<div class="row-fluid"> | ||
<div class="span4 box"> | ||
<h2><a href="faq.html">FAQ</a></h2> | ||
<blockquote>Frequently asked questions about the project and contributing. | ||
< /blockquote> | ||
</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 indentation is off from the original file