kopia lustrzana https://github.com/collective/icalendar
Merge About into index.rst
rodzic
551ab64f71
commit
462fb08528
|
@ -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
|
|
@ -92,6 +92,7 @@ intersphinx_mapping = {
|
|||
# https://documatt.com/sphinx-reredirects/usage.html
|
||||
redirects = {
|
||||
"contributing": "/contribute/index.html",
|
||||
"about": "/index.html#about-icalendar",
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue