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.
- Host: GitHub
- URL: https://github.com/neymarsabin/finalyearprojectdocs
- Owner: neymarsabin
- Created: 2017-03-26T02:20:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T07:18:54.000Z (almost 9 years ago)
- Last Synced: 2025-10-09T00:55:07.247Z (9 months ago)
- Topics: documentation, docx, git, github, latex, org, project, rails, ruby
- Homepage:
- Size: 88.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.org
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