An open API service indexing awesome lists of open source software.

https://github.com/hspaans/hspaans.github.io

Personal Blog about activities on GitHub
https://github.com/hspaans/hspaans.github.io

blog dojo

Last synced: 5 months ago
JSON representation

Personal Blog about activities on GitHub

Awesome Lists containing this project

README

          

# hspaans.github.io

[Python Developers Guide for headers](https://devguide.python.org/documentation/markup/#sections)

```text
# with overline, for parts
* with overline, for chapters
=, for sections
-, for subsections
^, for subsubsections
", for paragraphs
```

```rst
####################################
Part -- Number Signs above and below
####################################

with overline, for parts

************************************
Chapter -- Asterisks above and below
************************************

with overline, for chapters

Title -- Number Signs
#####################

Suptitle -- Asterisks
*********************

Section -- Equal Signs
======================

Subsection -- Hyphens
---------------------

Subsubsection -- Circumflex
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Paragraph -- Double Quotes
""""""""""""""""""""""""""
```