diegoborbadev / digpedia

🧠 My own knowledge base.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DigPedia

My own knowledge base: explanations, links, and examples on various subjects.

Click here to access summary; more explanations below.

Future articles/topics listed in the issues.

Structure

The file structure is based on 3 things:

  • Topics: Each folder is one topic; a topic can have subtopics, each subtopic can have its own subtopics, and so on.
  • Articles: Each file, except for READMEs and summaries, is an article.
  • READMEs: Except for this one that you are currently reading, all READMEs are introductions to their respective topics.

Summaries

All summaries are automatically generated by Script.py, based on the directory structure.

The summaries structure is:

  • README.md first (if it exists)
  • Articles
  • Topics

For example:

.
β”œβ”€β”€ Topic1/
β”‚   β”œβ”€β”€ Subtopic1/
β”‚   β”‚   β”œβ”€β”€ Subtopic1_Article.md
β”‚   β”‚   └── Summary.md
β”‚   β”œβ”€β”€ Topic1_Article.md
β”‚   β”œβ”€β”€ README.md
β”‚   └── Summary.md
└── Topic2/
    β”œβ”€β”€ Topic2_Article.md
    └── Summary.md

Considering this structure, the content of Topic1/Summary.md will be:

But, the content of Topic2/Summary.md will be:

About

🧠 My own knowledge base.

License:MIT License


Languages

Language:Python 100.0%