File: documentation.md

package info (click to toggle)
python-recurring-ical-events 3.8.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,584 kB
  • sloc: python: 4,476; makefile: 84
file content (29 lines) | stat: -rw-r--r-- 920 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
myst:
  html_meta:
    "description lang=en": |
      Reference for writing documentation
---
# Documentation

This section contains links and explanations for writing documentation.

## Markdown/MyST files

The documentation files with `.md` are structured using [Markdown] and [MyST].

## reStructuredText files

[reStructuredText] is used for `.rst` files to include the source code using [Sphinx].

## Source code

The source code is written in Python and tested with [doctest].
The format of the docstrings follows [Google's style guide].

[Markdown]: https://www.markdownguide.org/cheat-sheet/
[reStructuredText]: https://github.com/ralsina/rst-cheatsheet/blob/master/rst-cheatsheet.rst
[MyST]: https://mystmd.org/
[Sphinx]: https://www.sphinx-doc.org/
[doctest]: https://docs.python.org/3/library/doctest.html
[Google's style guide]: https://google.github.io/styleguide/pyguide.html#383-functions-and-methods