Skip to content

Commit

Permalink
Move documentation files into folder structure #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludee committed Feb 20, 2023
1 parent 380d268 commit 7872a10
Show file tree
Hide file tree
Showing 16 changed files with 28 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ License and Citation
:alt: License

.. |badge_documentation| image:: https://img.shields.io/github/actions/workflow/status/rl-institut/super-repo/gh-pages.yml?branch=production
:target: \docs
:target: https://rl-institut.github.io/super-repo/
:alt: Documentation

.. |badge_contributing| image:: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 15 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,26 @@ A template repo to test and document elements and features for research software
It implements the collection of repository elements and files. <br>
The goal is to simplify and standardise the creation of software in GitHub repositories.

## Fields for development:
## Documentation Structure

The documentation is separated into two main sections:
`development` and `code documentation`. <br>

### Fields for development

Files and structures related to collaborative development, community processes,
and documentation.

- COLLABORATION
- GIT
- DOCUMENTATION
- RELEASE

### Fields for code documentation

Methods and standards of the module.

- INSTALL
- CODE-STYLE
- TESTS
- LOGGING
- RELEASE
24 changes: 12 additions & 12 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,24 +54,24 @@ nav:
- Home: index.md
- Development:
- Collaboration:
- collaboration/index.md
- License: collaboration/license.md
- Citation: collaboration/citation.md
- Contributing: collaboration/contributing.md
- Users: collaboration/users.md
- Code of Conduct: collaboration/code_of_conduct.md
- development/collaboration/index.md
- License: development/collaboration/license.md
- Citation: development/collaboration/citation.md
- Contributing: development/collaboration/contributing.md
- Users: development/collaboration/users.md
- Code of Conduct: development/collaboration/code_of_conduct.md
- Git:
- git/index.md
- Gitignore: git/gitignore.md
- development/git/index.md
- Gitignore: development/git/gitignore.md
- Documentation:
- documentation/index.md
- development/documentation/index.md
- Release:
- release/index.md
- development/release/index.md
- Code Documentation:
- Install:
- install/index.md
- code/install/index.md
- Code Style:
- style/index.md
- code/style/index.md
- Functions:
- code/index.md
- code/code_example.md

0 comments on commit 7872a10

Please sign in to comment.