Skip to content

Commit

Permalink
Clean the code.
Browse files Browse the repository at this point in the history
  • Loading branch information
adiroiban committed Sep 14, 2017
1 parent c781281 commit 32d4acb
Show file tree
Hide file tree
Showing 20 changed files with 16 additions and 52 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,11 @@ env:
generate:
build/venv/bin/sphinx-build -b html -j 2 -n docs/ build/html

test:
rm -f build/errors
build/venv/bin/sphinx-build -b html -Ean -j 2 -w build/errors \
docs/ build/html
if [ -s build/errors ]; then false ; fi

clean:
@rm -rf build
2 changes: 0 additions & 2 deletions docs/bash.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Bash
####

:menu_order: 016

.. contents::


Expand Down
3 changes: 0 additions & 3 deletions docs/css.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
CSS, LESS and Styles
####################

:menu_order: 014
:slug: css

.. contents::


Expand Down
2 changes: 0 additions & 2 deletions docs/defects-tech-debt.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Bugs and Tech-Debt
##################

:menu_order: 004

.. contents::


Expand Down
2 changes: 0 additions & 2 deletions docs/dependencies.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Dependencies
############

:menu_order: 017

.. contents::


Expand Down
2 changes: 0 additions & 2 deletions docs/documentation.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Documentation
#############

:menu_order: 007

.. contents::


Expand Down
2 changes: 0 additions & 2 deletions docs/generic.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Generic
#######

:menu_order: 001

.. contents::

General
Expand Down
3 changes: 0 additions & 3 deletions docs/html.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
HTML, XML and other markups
###########################

:menu_order: 015
:slug: html

.. contents::


Expand Down
4 changes: 1 addition & 3 deletions docs/javascript.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
JavaScript
##########

:menu_order: 013

.. contents::

General
Expand Down Expand Up @@ -143,7 +141,7 @@ Example::

In HTML, we use " as quotes around attribute values, like this:

.. sourcecode:: javascript
.. sourcecode:: html

<a href="foo">bar</a>
In JavaScript, we use ' as much as possible.
Expand Down
2 changes: 0 additions & 2 deletions docs/leave.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Leave / Holiday
###############

:menu_order: 010

General
=======

Expand Down
2 changes: 0 additions & 2 deletions docs/library.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Library
#######

:menu_order: 011

These page contains list of pages talking about life, programming craftsmanship,
good/clean code, and much more.
The list is in random order:
Expand Down
22 changes: 9 additions & 13 deletions docs/onboarding.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
Onboarding
##########

:menu_order: 1
:url: /onboarding.html
:save_as: onboarding.html

This page is used to organize tasks and track the onboarding process for new members.
You can see past/active tasks in the `onboarding repo <hhttps://github.com/chevah/onboarding/>`_.

Expand Down Expand Up @@ -84,14 +80,14 @@ Ask the tech lead for any questions.
* Take note of the `coding conventions <http://styleguide.chevah.com>`_ applied for this project. These general coding conventions are for all 'texts' (code, documentation, etc).

* There are specific rules that apply to programming languages. Begin by reading the general `coding conventions <http://styleguide.chevah.com>`_.
Then review each language specific convention as you will be writing in that language.
Then review each language specific convention as you will be writing in that language.

* While you are in IRC on #chevah "in the office", set to auto-away to let others know that you are not at the computer. Set the away status to "busy" (/away busy) if you are working at something and don't want to be disturbed.

* You will use your own hardware for work tasks.
To compensate for this usage of your hardware we will cover hardware expenses for your home computer.
If you need a hardware component or peripheral that will help your work related tasks, ask and we can cover those expenses.
Ask tech lead for details.
To compensate for this usage of your hardware we will cover hardware expenses for your home computer.
If you need a hardware component or peripheral that will help your work related tasks, ask and we can cover those expenses.
Ask tech lead for details.

* Each task that you are working on should have a ticket in Trac/Github. If there is no ticket, create one and start the `Ticket Work Flow <http://styleguide.chevah.com/tickets.html>`_.

Expand All @@ -106,12 +102,12 @@ Ask tech lead for details.
* From time to time, check the Trac timeline to stay up to date with latest changes in the project.

* When starting a support ticket, request the OS version architecture used and version of the SFTPPlus products.
Further details in Trac.
Further details in Trac.

* Before a Pull Request is closed, it must be reviewed by at least one other team member. Further info of the `Review process <http://styleguide.chevah.com/review.html>`_.

* Leave days can be requested at any time.
Check the dedicated page in Trac.
Check the dedicated page in Trac.

* Add your preferred email address in Trac ( Preferences -> General ) to enable email notifications.

Expand Down Expand Up @@ -145,9 +141,9 @@ Use the dedicated ProAtria Skype account as the official tools to collaborate wi
* Request for VPN certificates to connect to internal servers/services.

* You will need a Trac account setup.
Trac tickets are used for managing work items since there is no support with the web-based GitHub issue/task/defect management
Trac also contains wiki pages to other documentation.
Get to know the team by checking the dedicated page in our private wiki.
Trac tickets are used for managing work items since there is no support with the web-based GitHub issue/task/defect management
Trac also contains wiki pages to other documentation.
Get to know the team by checking the dedicated page in our private wiki.


4. Exploring SFTPPlus for the first time
Expand Down
2 changes: 0 additions & 2 deletions docs/python.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Python
######

:menu_order: 012

.. contents::


Expand Down
2 changes: 0 additions & 2 deletions docs/references.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
References
##########

:menu_order: 016

.. contents::

These page contains a list of sources used for creating this content.
Expand Down
2 changes: 0 additions & 2 deletions docs/release.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Release process
###############

:menu_order: 006

.. contents::


Expand Down
2 changes: 0 additions & 2 deletions docs/review.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Review
######

:menu_order: 003

This page will discuss the code/changes review process as both the person
who requests a review and a person who checks the review.
The review instructions are platform independent so they apply to tickets,
Expand Down
2 changes: 0 additions & 2 deletions docs/security.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Security
########

:menu_order: 009

.. contents::


Expand Down
2 changes: 0 additions & 2 deletions docs/testing.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Testing
#######

:menu_order: 002

.. contents::

Writing automated tests is an important part of development.
Expand Down
2 changes: 0 additions & 2 deletions docs/tickets.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Tickets
#######

:menu_order: 005

.. contents::


Expand Down
2 changes: 0 additions & 2 deletions docs/work.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
Work
####

:menu_order: 008

.. contents::

General
Expand Down

0 comments on commit 32d4acb

Please sign in to comment.