Johannes Schönberger
5e67572ac7
Do not set paper size to allow manual setting through make
2013-03-13 12:16:58 +01:00
Johannes Schönberger
1d9fb145f6
Avoid duplicate python module index
2013-03-13 12:09:39 +01:00
Johannes Schönberger
d68515f0d8
Copy some useful latex settings from NumPy
2013-03-13 12:03:44 +01:00
Johannes Schönberger
3f31b48fe1
Use plot_directive from matplotlib.sphinxext if available
2013-03-13 11:10:03 +01:00
Johannes Schönberger
97d7f88b04
Explicitly set latex font size and paper size
2013-03-13 11:08:02 +01:00
Johannes Schönberger
16863535eb
Re-enable plots in doc strings and generate PDF images for them
2013-03-13 10:59:26 +01:00
Johannes Schönberger
a1ad4ca34b
Change latex doc settings
2013-03-12 09:39:00 +01:00
Johannes Schönberger
b82764583a
Increase list-depth for nested quotes etc.
2013-03-12 09:36:33 +01:00
Paul Ivanov
b4b090271d
complete singularization of scikit-image
...
I've updated references in the code and documentation to the new name.
2012-10-08 16:29:55 -07:00
Johannes Schönberger
d690212d1c
Rename scikits-image to scikit-image
2012-10-02 19:02:37 +02:00
Johannes Schönberger
127907f5bf
Add new doc theme
2012-10-02 18:46:54 +02:00
Tony S Yu
12c35908c9
DOC: Separate config sections in conf.py
2012-09-02 12:32:14 -04:00
Tony S Yu
bd0d47a183
DOC: Turn off numpydoc flag to silence warnings
2012-09-02 12:23:17 -04:00
Stefan van der Walt
ecd4fb714a
DOC: Add intersphinx so we can refer to numpy, scipy, sklearn docs.
2012-08-24 05:26:03 -07:00
Tony S Yu
ca25314310
Remove gen_rst
2012-05-15 22:47:30 -04:00
Tony S Yu
db2f7dde6b
DOC: Set rcparams for better default plots.
2012-05-15 22:45:06 -04:00
Tony S Yu
5a89ef61a6
DOC: Replace use of gen_rst with plot2rst extension.
2012-05-15 00:52:30 -04:00
Tony S Yu
01d86e3317
DOC: Remove Sphinx extension for inheritence trees.
2012-05-09 18:56:46 -04:00
Stefan van der Walt
18b76a661d
DOC: Link logo to main webpage. Add navigation side bar.
2012-02-08 13:02:41 -08:00
Tony S Yu
7cc84b5688
DOC: Add sidebar section listing package versions.
2012-02-07 21:32:43 -05:00
Stefan van der Walt
8bd4637fc0
DOC: Fix team name in license and docs.
2011-11-30 17:52:35 -08:00
Nelle Varoquaux
1704ab31a9
skimage/version.py should be ignored. Doc has been updated with new module
...
name ``sklearn``
2011-10-18 21:14:21 +02:00
emmanuelle
6d67bba941
Renaming: scikits.image -> skimage
2011-10-18 21:12:27 +02:00
Stefan van der Walt
f3b8aec67f
Merge pull request #24 from tonysyu/doc_tweaks
...
DOC: Clean up build and restyle tables.
2011-09-24 14:52:56 -07:00
Tony S Yu
92eec1242b
DOC: fix copyright
2011-09-24 00:23:43 -04:00
Tony S Yu
70b39b8090
DOC: make index.html the master doc
...
The scikits.image logo links to the master doc, which was previously set to contents.html (essentially blank). Use index.html instead.
2011-09-24 00:15:15 -04:00
Emmanuelle Gouillart
cce3d7bcc5
Example generation from scripts, taken from scikit learn
...
(ext/gen_rst.py)
2011-09-23 23:53:47 +02:00
Stefan van der Walt
0fd5330c18
Add logo to generated documentation.
2011-09-16 23:13:56 -07:00
Tony S Yu
cba0ec6484
Remove index.html template and use markup in index.txt instead.
...
Using reStructuredText to build the front page is a bit easier to maintain.
2011-07-18 01:08:24 -04:00
Stefan van der Walt
16e5456def
DOC: Retheme docs, credit IPython authors.
2011-07-16 18:02:20 -05:00
Stefan van der Walt
c2b948b6e0
DOC: Setup plot_directive.
2011-07-16 11:10:10 -05:00
Stefan van der Walt
ec70fdad48
docs: Add project title to header.
2009-12-03 09:56:12 +02:00
Stefan van der Walt
a47a60f8ae
Clean up output of plotting directive:
...
- Do not generate PDFs.
- Do not copy image to plots dir (Sphinx copies to _images already).
2009-10-14 08:51:25 +02:00
Stefan van der Walt
d9c206b625
Set plot directory prefix.
2009-10-14 07:08:13 +02:00
Stefan van der Walt
0601ec4b00
Remove dependency on only_directives.
2009-10-14 06:55:33 +02:00
Stefan van der Walt
735f180d4e
Add only_directives.py and plot_directive.py from numpy.
2009-10-14 06:50:22 +02:00
Ralf Gommers
7175d7c187
Add support for MPL plots in the docs.
...
Both inline plots and plots from script files work.
Some things to keep in mind:
- for including scripts from docstrings, use prefix "../plots/",
for including scripts in a rst file, use "plots/".
This is due to the docs being generated from the source/api folder.
- inline plots are not (yet) aware of variables being defined earlier
in the Examples section.
- we now use the numpydoc sphinx extensions, the original MPL ones can not
be used because they have no support for the make file and conf.py not
being in the same folder.
There is one minor thing that does not work yet. The source code link for
plots does not work because for some reason the script files are not
copied to the build dir.
2009-10-14 00:30:07 +02:00
Stefan van der Walt
64c23ae460
Grab version number from setup.py for docs.
2009-10-09 08:48:14 +02:00
Stefan van der Walt
35a94b760e
Docs: add inheritance diagram extension.
2009-09-24 19:24:36 +02:00
Stefan van der Walt
0452388ef0
Generate cleaner API reference with autosummary tables.
2009-09-24 17:50:31 +02:00
Stefan van der Walt
8c45ca5f54
Add API generation and fix documentation build.
2009-09-24 12:03:48 +02:00
Stefan van der Walt
09bc858ec2
Add Sphinx documentation.
2009-08-22 13:01:54 -07:00