============================
Features:
---------
.. warning:: ``PSphinxTheme/ext/perpage.py``
- renamed: ``perpage.py`` to ``sidebarlogo_perpag.py``
- renamed: ``perpage_html_logo`` to ``sidebarlogo_perpage_dict``
.. important::
dict uses now as key the ``image_name`` or ``None`` and the value is a ``set`` of pages: see the extension docs
- added a project: Makefile
Fixes/Other Changes:
--------------------
- some documentation improvements
- added documentation: Projects using PSphinxTheme
- changed: utils.Err(): parameter info from string to a list
- changed options default: ``sidebar_prev_next=false``
- update: setup.py CleanCommand()
- updated Pycharm dict
- FIXED: pylint error:
- E:132,14: Instance of 'PSphinxAdmonition' has no 'node_class' member (no-member)
- E:134,15: Instance of 'PSphinxAdmonition' has no 'label' member (no-member)