📝 update toc
This commit is contained in:
parent
ec78229649
commit
7c78c46327
1 changed files with 14 additions and 16 deletions
20
README.md
20
README.md
|
|
@ -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.
|
||||
|
||||
## Project Phases
|
||||
## Table Of Contents :consruction:
|
||||
|
||||
| | Version Control | DevOps | Documentation |
|
||||
|-- |-- |-- |-- |
|
||||
| [setup](#setup) | [Setup Version Control](#setup-version-control) | b | c |
|
||||
| develop | [Develop with Version Control](#develop-with-version-control) | b | c |
|
||||
| deploy | a | b | c |
|
||||
| deliver | a | b | c |
|
||||
| mastery | git-mastery
|
||||
* [Setup](#setup) ([Version Control](#setup-version-control), [Server Management](#Server Management), Documentation)
|
||||
* [Develop](#develop) ([Version Control](#develop-with-version-control), Server Management, Documentation)
|
||||
* Deploy
|
||||
* Deliver?
|
||||
|
||||
## Gitmoji reference
|
||||
|
||||
|
|
@ -58,6 +55,9 @@ Submit an [issue](https://github.com/DannyDannyDanny/gitmoji/issues) (or [Pull R
|
|||
|
||||
## 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
|
||||
|
||||
🚧 Use [git hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks)!
|
||||
|
|
@ -152,14 +152,12 @@ Path('.').iterdir()
|
|||
Path('.').absolute()
|
||||
```
|
||||
|
||||
# Documentation
|
||||
* **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.
|
||||
* Save Matplotlib / Seaborn plots as `.svg`.
|
||||
* Sketches and handwritten illustrations scanned / photographed as `.png`/`.jpg`.
|
||||
* Scanned / photographed illustrations should be cropped, contrast and alligned.
|
||||
|
||||
## Topic Hierarchy
|
||||
* **Project Planning**
|
||||
* [non-linear roadmaps](https://productcrunch.substack.com/p/escaping-the-roadmap-trap)
|
||||
* **DevOps**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue