{% extends 'django_site_documentation/base.html' %} {% load static %} {% block title %}Editing: {{ page_path }} | {{ doc_title }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
{% csrf_token %}
{% if doc_path %} Cancel Cancel {% else %} Cancel Cancel {% endif %}

AI Documentation Generator

Enter the relative path to a Python file in your project to generate Markdown documentation.

{% endblock %} {% block extra_js %} {% endblock %}