Skip to content
Snippets Groups Projects
Commit bfd17aa7 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

remove bob.blitz

parent d08bb144
No related branches found
No related tags found
1 merge request!142remove bob.blitz
Pipeline #60649 passed
......@@ -69,7 +69,7 @@ If you would like to generate a Library out of your C++ code, simply add it in t
Again, we use the overloaded library class
:py:class:`bob.blitz.extension.Library` instead of the
``bob.blitz.extension.Library`` instead of the
:py:class:`bob.extension.Library`, but the parameters are identical, and
identical to the ones of the :py:class:`bob.extension.Extension`. To avoid
later complications, you should follow the guidelines for libraries in bob
......
......@@ -61,7 +61,7 @@ As the second step, we need to add some lines in the header of the file to tell
build_requires = setup_packages + bob_packages + load_requirements()
In fact, we don't use the extension from :py:class:`bob.extension.Extension`, but the one from ``bob.blitz.extension``, which is a derivation of this package.
The difference is that in :py:class:`bob.blitz.extension.Extension` all header files and libraries for the ``Blitz++`` library are added.
The difference is that in ``bob.blitz.extension.Extension`` all header files and libraries for the ``Blitz++`` library are added.
Third, we have to add an extension using the ``Extension`` class, by listing all C/C++ files that should be compiled into the extension:
......
python
click
bob.blitz
bob.bio.base
......@@ -25,7 +25,6 @@
.. _sphinx: http://sphinx.pocoo.org
.. _zc.buildout: http://pypi.python.org/pypi/zc.buildout/
.. _mr.developer: http://pypi.python.org/pypi/mr.developer/
.. _bob.blitz: https://gitlab.idiap.ch/bob/bob.blitz
.. _pip: https://pip.pypa.io/en/stable/
.. _pip's user guide: https://pip.pypa.io/en/stable/user_guide/
.. _napoleon: https://sphinxcontrib-napoleon.readthedocs.io/en/latest/
......
......@@ -96,7 +96,7 @@ The package you cloned above is a pure-Python example package and contains all
elements to get you started. It defines a single library module called
``bob.example.project``, which declares a simple script, called ``version.py``
that prints out the version of the dependent library
:ref:`bob.blitz <bob.blitz>`. These information is available in your
``bob.blitz``. These information is available in your
``setup.py`` file and particularly in its ``setup`` function:
.. code-block:: python
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment