From 95f85480de7eec5ba26fd54b7d8994f09e550225 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 2 Feb 2021 09:40:22 +0300 Subject: site: remove generated files I will be publishing the website through post-receive hooks so that every minor change doesn't generate thousands of lines of git logs. --- docs/docs/carbslinux/Conventions.html | 97 ----------------------------------- 1 file changed, 97 deletions(-) delete mode 100644 docs/docs/carbslinux/Conventions.html (limited to 'docs/docs/carbslinux/Conventions.html') diff --git a/docs/docs/carbslinux/Conventions.html b/docs/docs/carbslinux/Conventions.html deleted file mode 100644 index b91b9a7..0000000 --- a/docs/docs/carbslinux/Conventions.html +++ /dev/null @@ -1,97 +0,0 @@ - - - - - - -Conventions (Carbs Linux User Manual) - - - - - - - - - - - - - - - - - - -
-

-Up: Contribution Guidelines   [Contents]

-
-
-

3.1 Conventions

- - - -
-
[0010]
-

Try to keep the file readable. -

-
[0011]
-

Characters on a line shouldn’t exceed 100 characters. -

-
[0012]
-

Make sure you don’t have code commented out during -commit. Uncomment them or remove them completely. -

-
[0013]
-

Do not add comments following the code, add them to the -top of the code. It makes it harder to read, and lines longer. Here is an example: -

-
- -
-
# Good way of commenting.
-your code goes here
-
-your code goes here  # Avoid this way of commenting.
-
-
-
- - - - - - - - - - - -- cgit v1.2.3