Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.learn.libsvm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.learn.libsvm
Commits
c29431c8
Commit
c29431c8
authored
Mar 29, 2014
by
André Anjos
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean-up; C++ class documentation
parent
af301a29
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
2628 additions
and
287 deletions
+2628
-287
MANIFEST.in
MANIFEST.in
+2
-2
buildout.cfg
buildout.cfg
+0
-1
doc/c_cpp_api.rst
doc/c_cpp_api.rst
+339
-0
doc/conf.py
doc/conf.py
+7
-0
doc/doxygen.rc
doc/doxygen.rc
+2280
-0
xbob/learn/libsvm/svm.cc
xbob/learn/libsvm/svm.cc
+0
-284
No files found.
MANIFEST.in
View file @
c29431c8
include LICENSE README.rst bootstrap.py buildout.cfg
include LICENSE README.rst bootstrap.py buildout.cfg
recursive-include doc conf.py *.rst
recursive-include doc conf.py
doxygen.rc
*.rst
recursive-include xbob/learn/libsvm *.cpp *.h
recursive-include xbob/learn/libsvm *.cpp *.h
recursive-include xbob/learn/svm/data *.*
recursive-include xbob/learn/
lib
svm/data *.*
buildout.cfg
View file @
c29431c8
...
@@ -5,7 +5,6 @@
...
@@ -5,7 +5,6 @@
[buildout]
[buildout]
parts = scripts
parts = scripts
eggs = xbob.learn.libsvm
eggs = xbob.learn.libsvm
ipdb
extensions = xbob.buildout
extensions = xbob.buildout
mr.developer
mr.developer
auto-checkout = *
auto-checkout = *
...
...
doc/c_cpp_api.rst
View file @
c29431c8
This diff is collapsed.
Click to expand it.
doc/conf.py
View file @
c29431c8
...
@@ -31,6 +31,8 @@ extensions = [
...
@@ -31,6 +31,8 @@ extensions = [
'sphinx.ext.autosummary'
,
'sphinx.ext.autosummary'
,
'sphinx.ext.doctest'
,
'sphinx.ext.doctest'
,
'sphinx.ext.intersphinx'
,
'sphinx.ext.intersphinx'
,
'breathe'
,
'sphinxcontrib.restbuilder'
,
]
]
# The viewcode extension appeared only on Sphinx >= 1.0.0
# The viewcode extension appeared only on Sphinx >= 1.0.0
...
@@ -281,5 +283,10 @@ intersphinx_mapping = {
...
@@ -281,5 +283,10 @@ intersphinx_mapping = {
numpy_manual
:
None
,
numpy_manual
:
None
,
}
}
# For Breathe
breathe_projects
=
{
'cxx'
:
'doc/xml'
,
}
def
setup
(
app
):
def
setup
(
app
):
pass
pass
doc/doxygen.rc
0 → 100644
View file @
c29431c8
This diff is collapsed.
Click to expand it.
xbob/learn/libsvm/svm.cc
deleted
100644 → 0
View file @
af301a29
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment