Files @ b16dac5c97e6
Branch filter:

Location: kallithea/docs/api/models.rst

b16dac5c97e6 632 B text/prs.fallenstein.rst Show Annotation Show as Raw Download as Raw
Mads Kiilerich
pygments: update css for Pygments 2.2.0

Most of kallithea/public/css/pygments.css was created with Pygments 1.4 and a command like

pygmentize -S default -f html | sed 's/^\(.*\) { /.code-highlight \1, .codehilite \1 { /g' > kallithea/public/css/pygments.css

Now, the minimum supported version is 1.5 and the latest available version is 2.2.0 .

Recreate the file with latest version, Pygments 2.2.0 .
.. _models:

========================
The :mod:`models` module
========================

.. automodule:: kallithea.model
   :members:

.. automodule:: kallithea.model.comment
   :members:

.. automodule:: kallithea.model.notification
   :members:

.. automodule:: kallithea.model.permission
   :members:

.. automodule:: kallithea.model.repo_permission
   :members:

.. automodule:: kallithea.model.repo
   :members:

.. automodule:: kallithea.model.repo_group
   :members:

.. automodule:: kallithea.model.scm
   :members:

.. automodule:: kallithea.model.user
   :members:

.. automodule:: kallithea.model.user_group
   :members: