Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.extension
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.extension
Merge requests
!48
Remove all traces of pythonhosted (see
bob.admin#2
)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Remove all traces of pythonhosted (see
bob.admin#2
)
no-pythonhosted
into
master
Overview
0
Commits
1
Pipelines
1
Changes
5
Merged
André Anjos
requested to merge
no-pythonhosted
into
master
7 years ago
Overview
0
Commits
1
Pipelines
1
Changes
5
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
56e886e7
1 commit,
7 years ago
5 files
+
34
−
57
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
bob/extension/examples/bob.example.extension/README.rst
+
9
−
11
Options
.. vim: set fileencoding=utf-8 :
..
Fri Dec 23
1
3
:4
1:36 CET 2016
..
Mon 03 Jul 2017
1
1
:4
8:20 CEST
.. image:: http://img.shields.io/badge/docs-stable-yellow.svg
:target: http://
pythonhosted.org
/bob.example.extension/index.html
:target: http
s
://
www.idiap.ch/software/bob/docs/bob
/bob.example.extension/
stable/
index.html
.. image:: http://img.shields.io/badge/docs-latest-orange.svg
:target: https://www.idiap.ch/software/bob/docs/
latest/
bob/bob.example.extension/master/index.html
:target: https://www.idiap.ch/software/bob/docs/bob/bob.example.extension/master/index.html
.. image:: https://gitlab.idiap.ch/bob/bob.example.extension/badges/master/build.svg
:target: https://gitlab.idiap.ch/bob/bob.example.extension/commits/master
.. image:: https://gitlab.idiap.ch/bob/bob.example.extension/badges/master/coverage.svg
:target: https://gitlab.idiap.ch/bob/bob.example.extension/commits/master
.. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg
:target: https://gitlab.idiap.ch/bob/bob.example.extension
.. image:: http://img.shields.io/pypi/v/bob.example.extension.svg
:target: https://pypi.python.org/pypi/bob.example.extension
.. image:: http://img.shields.io/pypi/dm/bob.example.extension.svg
:target: https://pypi.python.org/pypi/bob.example.extension
============================
@@ -39,12 +39,9 @@ provided by the distribution, build this package with::
Documentation and Further Information
-------------------------------------
Please refer to the latest Bob user guide, accessing from the `Bob website
<http://www.idiap.ch/software/bob>`_ for how to create your own packages based
on this example. In particular, the Section entitled `Bob Satellite Package
Development and Maintenance
<https://pythonhosted.org/bob.extension/guide.html>`_
contains details on how to setup, build and roll out your code.
Refer to the latest Bob_ documentation for details. In particular, the
guide `Bob Package Development`_ contains details on how to setup, build and
roll out your own code.
Contact
@@ -58,3 +55,4 @@ development `mailing list`_.
.. _bob: https://www.idiap.ch/software/bob
.. _installation: https://www.idiap.ch/software/bob/install
.. _mailing list: https://www.idiap.ch/software/bob/discuss
.. _bob package development: https://www.idiap.ch/software/bob/docs/bob/bob.extension/master/
Loading