Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
b7a8b9dd
Commit
b7a8b9dd
authored
Sep 21, 2015
by
Peter van 't Hof
Browse files
Start on dev docs
parent
f4063de9
Changes
6
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
b7a8b9dd
...
...
@@ -12,3 +12,4 @@ git.properties
target/
public/target/
protected/target/
site/
docs/developer/code-style.md
0 → 100644
View file @
b7a8b9dd
# 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
docs/about.md
→
docs/
general/
about.md
View file @
b7a8b9dd
File moved
docs/license.md
→
docs/
general/
license.md
View file @
b7a8b9dd
File moved
docs/index.md
View file @
b7a8b9dd
...
...
@@ -83,8 +83,8 @@ If everything builds fine, you're good to go! Otherwise, don't hesitate to conta
## About
Go to the
[
about page
](
about.md
)
Go to the
[
about page
](
general/
about.md
)
## License
See:
[
License
](
license.md
)
See:
[
License
](
general/
license.md
)
mkdocs.yml
View file @
b7a8b9dd
...
...
@@ -4,6 +4,8 @@ pages:
-
General
:
-
Config
:
'
general/config.md'
-
Requirements
:
'
general/requirements.md'
-
About
:
'
general/about.md'
-
License
:
'
general/license.md'
-
Pipelines
:
-
Basty
:
'
pipelines/basty.md'
-
Bam2Wig
:
'
pipelines/bam2wig.md'
...
...
@@ -35,8 +37,8 @@ pages:
-
0.3.2
:
'
release_notes_0.3.2.md'
-
0.3.1
:
'
release_notes_0.3.1.md'
-
0.3.0
:
'
release_notes_0.3.0.md'
-
About
:
'
about.md'
-
License
:
'
licens
e.md'
-
Developer
:
-
'
developer/code-styl
e.md'
#- ['developing/Setup.md', 'Developing', 'Setting up your local development environment']
#theme: readthedocs
repo_url
:
https://github.com/biopet/biopet
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment