Skip to content

Commit

Permalink
Added code management chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
shabda committed Jul 15, 2018
1 parent ea8dec9 commit c899053
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
build/
*.pyc
*.pyc
.vscode
22 changes: 22 additions & 0 deletions source/code_management.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Source code management
+++++++++++++++++++++++++

git
------------

github
---------

gitlab
-------

Countinous integeration
-------------------------

gitlab
=======

circleci
===========


1 change: 1 addition & 0 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Essential Python Tools

linters
environment_management
code_management



Expand Down

0 comments on commit c899053

Please sign in to comment.