From df277c0c89014b26e33a377255f89dfaea5b7a30 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <amuoz@ed.ac.uk>
Date: Wed, 25 May 2022 17:16:55 +0100
Subject: [PATCH] update docs and include api

---
 CONTRIBUTING.md             | 21 ---------------------
 docs/source/CONTRIBUTING.md |  1 -
 docs/source/README.md       |  1 -
 docs/source/index.rst       |  2 ++
 4 files changed, 2 insertions(+), 23 deletions(-)
 delete mode 120000 docs/source/CONTRIBUTING.md
 delete mode 120000 docs/source/README.md

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 58236f7f..5b051ca2 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -5,27 +5,6 @@ We focus our work on python 3.7 due to the current neural network being develope
 ## Issues
 All issues are managed within the gitlab [ repository ](https://git.ecdf.ed.ac.uk/swain-lab/aliby/aliby/-/issues), if you don't have an account on the University of Edinburgh's gitlab instance and would like to submit issues please get in touch with [Prof. Peter Swain](mailto:peter.swain@ed.ac.uk ).
 
-## Branching
-* master: very sparingly and only for changes that need to be made in both
- versions as I will be merging changes from master into the development
- branches frequently
- 
-Branching cheat-sheet:
-```git
-git branch my_branch # Create a new branch called branch_name from master
-git branch my_branch another_branch #Branch from another_branch, not master
-git checkout -b my_branch # Create my_branch and switch to it
-
-# Merge changes from master into your branch
-git pull #get any remote changes in master
-git checkout my_branch
-git merge master
-
-# Merge changes from your branch into another branch
-git checkout another_branch
-git merge my_branch #check the doc for --no-ff option, you might want to use it
-```
-
 ## Data aggregation
 
 ALIBY has been tested by a few research groups, but we welcome new data sources for the models and pipeline to be as general as possible. Please get in touch with [ us ](mailto:peter.swain@ed.ac.uk ) if you are interested in testing it on your data.
diff --git a/docs/source/CONTRIBUTING.md b/docs/source/CONTRIBUTING.md
deleted file mode 120000
index 44fcc634..00000000
--- a/docs/source/CONTRIBUTING.md
+++ /dev/null
@@ -1 +0,0 @@
-../CONTRIBUTING.md
\ No newline at end of file
diff --git a/docs/source/README.md b/docs/source/README.md
deleted file mode 120000
index fe840054..00000000
--- a/docs/source/README.md
+++ /dev/null
@@ -1 +0,0 @@
-../../README.md
\ No newline at end of file
diff --git a/docs/source/index.rst b/docs/source/index.rst
index 42074d1b..4c770be5 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -12,3 +12,5 @@
 
 .. include:: ../../README.md
    :parser: myst_parser.sphinx_
+
+.. include:: api.rst
-- 
GitLab