Merge About into index.rst

niccokunzmann-patch-1
Steve Piercy 2025-05-04 01:14:24 -07:00
rodzic 551ab64f71
commit 462fb08528
3 zmienionych plików z 18 dodań i 13 usunięć

Wyświetl plik

@ -1,12 +0,0 @@
About
=====
`Max M`_ had often needed to parse and generate iCalendar files. Finally, he got
tired of writing ad-hoc tools. This package is his attempt at making an
iCalendar package for Python. The inspiration has come from the email package
in the standard lib, which he thinks is pretty simple, yet efficient and
powerful.
The ``icalendar`` package is an :rfc:`5545` compatible parser/generator for iCalendar files.
.. _`Max M`: http://www.mxm.dk

Wyświetl plik

@ -92,6 +92,7 @@ intersphinx_mapping = {
# https://documatt.com/sphinx-reredirects/usage.html
redirects = {
"contributing": "/contribute/index.html",
"about": "/index.html#about-icalendar",
}

Wyświetl plik

@ -1,12 +1,28 @@
.. include:: ../README.rst
.. _about-icalendar:
About
=====
`Max M`_ had often needed to parse and generate iCalendar files. Finally, he got
tired of writing ad-hoc tools. This package is his attempt at making an
iCalendar package for Python. The inspiration has come from the email package
in the standard lib, which he thinks is pretty simple, yet efficient and
powerful.
The ``icalendar`` package is an :rfc:`5545` compatible parser/generator for iCalendar files.
.. _`Max M`: http://www.mxm.dk
Contents
========
.. toctree::
:maxdepth: 2
about
install
usage
api