This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
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 #218 from ndawe/docs
[MRG] use new RTD docs theme
- Loading branch information
Showing
58 changed files
with
2,685 additions
and
1,522 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
@import url("theme.css"); | ||
|
||
#root-numpy h1 { | ||
font-size: 250%; | ||
margin-bottom: 0; | ||
} | ||
|
||
h2.main-subtitle { | ||
font-style: italic; | ||
color: #777; | ||
} | ||
|
||
.wy-nav-content { | ||
max-width: none; | ||
} | ||
|
||
div.highlight pre { | ||
font-family: monospace; | ||
font-size: 100%; | ||
} | ||
|
||
#root-numpy-reference code.xref.py.py-obj.docutils.literal { | ||
color: #E74C3C; | ||
font-size: 100%; | ||
} |
This file was deleted.
Oops, something went wrong.
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,8 @@ | ||
Examples | ||
======== | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
auto_examples/index | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,30 +1,25 @@ | ||
.. raw:: html | ||
|
||
<a href="https://github.com/rootpy/root_numpy"> | ||
<img style="position: absolute; top: 40px; right: 0; border: 0;" | ||
<img style="position: absolute; top: 0; right: 0; border: 0;" | ||
src="_static/fork_me.png"> | ||
</a> | ||
<h1 class="main">root_numpy</h1> | ||
<h2 class="main">An interface between ROOT and NumPy</h2> | ||
|
||
========== | ||
root_numpy | ||
========== | ||
|
||
.. raw:: html | ||
|
||
<h2 class="main-subtitle">An interface between ROOT and NumPy</h2> | ||
|
||
.. include:: ../README.rst | ||
:start-line: 20 | ||
|
||
Documentation | ||
------------- | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
install | ||
start | ||
reference/index | ||
|
||
Examples | ||
-------- | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
auto_examples/index | ||
|
||
examples |
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
from numpydoc import setup | ||
from __future__ import division, absolute_import, print_function | ||
|
||
from .numpydoc import setup |
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
Oops, something went wrong.