Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Closed
wants to merge 2 commits into from
Closed
Changes from all 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
40 changes: 25 additions & 15 deletions doc/documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -39,14 +38,23 @@ Documentation of scikit-learn 0.18.dev0
</div>

<!-- row -->
<div class="row-fluid">
<div class="row-fluid">
Copy link
Contributor

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

<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">
Copy link
Contributor

Choose a reason for hiding this comment

The 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">
Copy link
Contributor

Choose a reason for hiding this comment

The 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.
Expand All @@ -55,11 +63,7 @@ Documentation of scikit-learn 0.18.dev0
</blockquote>
</div>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you want to end one of the rows here (every 3 span4 box divs)

<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">
Expand All @@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The 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>
Expand All @@ -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>