📝 update toc

This commit is contained in:
dannydannydanny 2021-09-22 16:39:47 +02:00 committed by GitHub
parent ec78229649
commit 7c78c46327
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,15 +19,12 @@
This guide focuses on designing, developing and delivering Data-Processing Sytems, written primarily in python, deploying to Linux / FreeBSD servers, optionally communicating with external interfaces (APIs or DBs). The repo is actively being updated; _bookmark_ :bookmark: it, leave a _Star_ :star: or _Watch_ :eye: the repo. This guide focuses on designing, developing and delivering Data-Processing Sytems, written primarily in python, deploying to Linux / FreeBSD servers, optionally communicating with external interfaces (APIs or DBs). The repo is actively being updated; _bookmark_ :bookmark: it, leave a _Star_ :star: or _Watch_ :eye: the repo.
## Project Phases ## Table Of Contents :consruction:
| | Version Control | DevOps | Documentation | * [Setup](#setup) ([Version Control](#setup-version-control), [Server Management](#Server Management), Documentation)
|-- |-- |-- |-- | * [Develop](#develop) ([Version Control](#develop-with-version-control), Server Management, Documentation)
| [setup](#setup) | [Setup Version Control](#setup-version-control) | b | c | * Deploy
| develop | [Develop with Version Control](#develop-with-version-control) | b | c | * Deliver?
| deploy | a | b | c |
| deliver | a | b | c |
| mastery | git-mastery
## Gitmoji reference ## Gitmoji reference
@ -58,6 +55,9 @@ Submit an [issue](https://github.com/DannyDannyDanny/gitmoji/issues) (or [Pull R
## Setup ## Setup
### Server Management
* Python set on [Ubuntu Server](https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-programming-environment-on-an-ubuntu-20-04-server)
### Setup Version Control ### Setup Version Control
🚧 Use [git hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks)! 🚧 Use [git hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks)!
@ -152,14 +152,12 @@ Path('.').iterdir()
Path('.').absolute() Path('.').absolute()
``` ```
# Documentation * **Documentation**
* Use [Google's Markdown Style Guide](https://google.github.io/styleguide/docguide/style.html) for written documentation. * Use [Google's Markdown Style Guide](https://google.github.io/styleguide/docguide/style.html) for written documentation.
* Conceptual graphical documentation as inline embedded images. * Conceptual graphical documentation as inline embedded images.
* Save Matplotlib / Seaborn plots as `.svg`. * Save Matplotlib / Seaborn plots as `.svg`.
* Sketches and handwritten illustrations scanned / photographed as `.png`/`.jpg`. * Sketches and handwritten illustrations scanned / photographed as `.png`/`.jpg`.
* Scanned / photographed illustrations should be cropped, contrast and alligned. * Scanned / photographed illustrations should be cropped, contrast and alligned.
## Topic Hierarchy
* **Project Planning** * **Project Planning**
* [non-linear roadmaps](https://productcrunch.substack.com/p/escaping-the-roadmap-trap) * [non-linear roadmaps](https://productcrunch.substack.com/p/escaping-the-roadmap-trap)
* **DevOps** * **DevOps**