Skip to content
Snippets Groups Projects
Commit 8247836c authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

[doc] started the doc

parent bc6ac183
No related branches found
No related tags found
No related merge requests found
...@@ -25,16 +25,10 @@ extensions = [ ...@@ -25,16 +25,10 @@ extensions = [
'sphinx.ext.intersphinx', 'sphinx.ext.intersphinx',
'sphinx.ext.napoleon', 'sphinx.ext.napoleon',
'sphinx.ext.viewcode', 'sphinx.ext.viewcode',
'sphinx.ext.mathjax',
#'matplotlib.sphinxext.plot_directive' #'matplotlib.sphinxext.plot_directive'
] ]
import sphinx
if sphinx.__version__ >= "1.4.1":
extensions.append('sphinx.ext.imgmath')
imgmath_image_format = 'svg'
else:
extensions.append('sphinx.ext.pngmath')
# Be picky about warnings # Be picky about warnings
nitpicky = True nitpicky = True
...@@ -132,7 +126,7 @@ pygments_style = 'sphinx' ...@@ -132,7 +126,7 @@ pygments_style = 'sphinx'
# Some variables which are useful for generated material # Some variables which are useful for generated material
project_variable = project.replace('.', '_') project_variable = project.replace('.', '_')
short_description = u'' short_description = u'Extract features from images using (C)NN built with pyTorch'
owner = [u'Idiap Research Institute'] owner = [u'Idiap Research Institute']
......
.. vim: set fileencoding=utf-8 : .. vim: set fileencoding=utf-8 :
.. _bob.ip.tensorflow_extractor: .. _bob.ip.pytorch_extractor:
=================================================== ===================================================
Bob interface for feature extraction using PyTorch Bob interface for feature extraction using PyTorch
......
========================================== =======================================
Python API for bob.ip.tensorflow_extractor Python API for bob.ip.pytorch_extractor
========================================== =======================================
Classes
-------
.. autosummary::
bob.ip.pytorch_extractor.CNN8
bob.ip.pytorch_extractor.CasiaNet
Detailed API
------------
.. automodule:: bob.ip.pytorch_extractor .. automodule:: bob.ip.pytorch_extractor
:special-members: __init__, __call__ :special-members: __init__, __call__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment