Skip to content
Snippets Groups Projects
Commit b7a8b9dd authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Start on dev docs

parent f4063de9
No related branches found
No related tags found
No related merge requests found
...@@ -12,3 +12,4 @@ git.properties ...@@ -12,3 +12,4 @@ git.properties
target/ target/
public/target/ public/target/
protected/target/ protected/target/
site/
# Developer - Code style
- Variable names should alway be in *camelcase* and do **not** start with a capital letter
- Class names should alway be in *Camelcase* and do **always** start with a capital letter
\ No newline at end of file
File moved
File moved
...@@ -83,8 +83,8 @@ If everything builds fine, you're good to go! Otherwise, don't hesitate to conta ...@@ -83,8 +83,8 @@ If everything builds fine, you're good to go! Otherwise, don't hesitate to conta
## About ## About
Go to the [about page](about.md) Go to the [about page](general/about.md)
## License ## License
See: [License](license.md) See: [License](general/license.md)
...@@ -4,6 +4,8 @@ pages: ...@@ -4,6 +4,8 @@ pages:
- General: - General:
- Config: 'general/config.md' - Config: 'general/config.md'
- Requirements: 'general/requirements.md' - Requirements: 'general/requirements.md'
- About: 'general/about.md'
- License: 'general/license.md'
- Pipelines: - Pipelines:
- Basty: 'pipelines/basty.md' - Basty: 'pipelines/basty.md'
- Bam2Wig: 'pipelines/bam2wig.md' - Bam2Wig: 'pipelines/bam2wig.md'
...@@ -35,8 +37,8 @@ pages: ...@@ -35,8 +37,8 @@ pages:
- 0.3.2: 'release_notes_0.3.2.md' - 0.3.2: 'release_notes_0.3.2.md'
- 0.3.1: 'release_notes_0.3.1.md' - 0.3.1: 'release_notes_0.3.1.md'
- 0.3.0: 'release_notes_0.3.0.md' - 0.3.0: 'release_notes_0.3.0.md'
- About: 'about.md' - Developer:
- License: 'license.md' - 'developer/code-style.md'
#- ['developing/Setup.md', 'Developing', 'Setting up your local development environment'] #- ['developing/Setup.md', 'Developing', 'Setting up your local development environment']
#theme: readthedocs #theme: readthedocs
repo_url: https://github.com/biopet/biopet repo_url: https://github.com/biopet/biopet
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment