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
- Host: GitHub
- URL: https://github.com/hspaans/hspaans.github.io
- Owner: hspaans
- Created: 2025-03-09T13:36:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-01-31T01:39:24.000Z (5 months ago)
- Last Synced: 2026-01-31T16:49:10.216Z (5 months ago)
- Topics: blog, dojo
- Homepage: https://hspaans.github.io/
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
""""""""""""""""""""""""""
```