An open API service indexing awesome lists of open source software.

https://github.com/neymarsabin/finalyearprojectdocs

Documentation of the final year project.
https://github.com/neymarsabin/finalyearprojectdocs

documentation docx git github latex org project rails ruby

Last synced: 3 months ago
JSON representation

Documentation of the final year project.

Awesome Lists containing this project

README

          

#+TITLE: Final Year Project Documentation
#+AUTHOR: neymarsabin
#+EMAIL: reddevil.sabin@gmail.com
#+OPTIONS: H:1 num:nil toc:nil
#+DATE: 2017:03:26

* Introduction
This repo is the collection of all documentations of the final year project by (Team Envianto).

* Team Members
- Sabin Nepal
- Aruna Shrestha
- Rajan Bhattarai
- Achyut Dahal

* Collaboration
First of all clone the repository into your local computer:
#+BEGIN_SRC sh
git clone
#+END_SRC
To make changes to the docs:
#+BEGIN_EXAMPLE
You can use EMACS or libreoffice or MSoffice to make the docs.Platform independent:
#+END_EXAMPLE
Now, Create A New Branch:
#+BEGIN_SRC sh
git checkout -b my_branch
#+END_SRC
Do your changes in the ~.org~ file or ~.docx~ file as per your wish...and
#+BEGIN_SRC sh
git add
git commit -m "some commit message "
git push origin
#+END_SRC
And I will review the changes and merge them to the master branch.
#+BEGIN_EXAMPLE
Please donot directly make changes to the master branch.
#+END_EXAMPLE