{% extends "base.html" %} {% block title %}Upload{% endblock title %} {% block content %}

Upload documentation

Select an XML file containing library or resource file documentation. These files can be created using libdoc.py tool.


{% if libname %}
Successfully uploaded library {{ libname }}.
{% endif %}{{ form.file.errors }}
{{ form.file }}
{{ form.override }}

{% endblock content %}