This repo hosts the code for the BSC LPC documentation.
The site code and theme is based on Just The Docs v0.3.3 (tag 0.3.3 from Github, but code seems to reference 0.3.2).
We welcome user contributions to the documentation. Please suggest changes via
pull request. Fork the
repository, and check out the
gh-pages
branch. Add or edit Markdown under docs/
. Preview on Github or
locally, then make a pull request.
Information below is a quick guide to writing doc pages in Markdown.
Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
Syntax highlighted code block
# Header 1
## Header 2
### Header 3
- Bulleted
- List
1. Numbered
2. List
**Bold** and _Italic_ and `Code` text
[Link](url) and ![Image](src)
For more details see GitHub Flavored Markdown.
Documentation and resources for the BSC computing cluster in the DART (formerly PMACS) LPC environment.
The documentation site code is hosted under the gh-pages
branch.
If you are looking for the website, visit https://brainsciencecenter.github.io/bscLPC/.
Utility scripts are stored in utilities
. We acknowledge contributers of
original utilities but these utilities are provided voluntarily and support is
managed through this page. For bug reports, please open an issue here on Github.
We also welcome pull requests for additions or fixes. Please open an issue to
discuss your proposed changes before coding and making a pull request.