https://github.com/biocontainers/edu
BioContainers Documentation.
https://github.com/biocontainers/edu
bioconda biocontainers containers documentation documentation-code readthedocs travis
Last synced: 3 months ago
JSON representation
BioContainers Documentation.
- Host: GitHub
- URL: https://github.com/biocontainers/edu
- Owner: BioContainers
- Created: 2016-10-19T20:49:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T13:52:15.000Z (11 months ago)
- Last Synced: 2025-04-03T06:37:33.198Z (3 months ago)
- Topics: bioconda, biocontainers, containers, documentation, documentation-code, readthedocs, travis
- Language: JavaScript
- Homepage: http://biocontainers-edu.biocontainers.pro
- Size: 34.3 MB
- Stars: 7
- Watchers: 5
- Forks: 23
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.rst
Awesome Lists containing this project
README
BioContainers Documentation
=============================The BioContainers documentation is generated using readthedocs and sphinx. The final version of the documentation is deployed in: https://biocontainers-edu.readthedocs.io/en/latest/
If you want to contribute with the documentation please do a Pull Request (PR) in the branch ``read_docs``.
The documentation source files `.rst` are stored in the **docs** folder.
If you want to build the project locally, you need to follow these steps:
First Steps with Sphinx
-------------------------Install Sphinx, either from a distribution package or from PyPI with
```bash
$ pip install Sphinx
```
To build HTML docs in the `build` directory you chose. Execute make without an argument to see which targets are available.
```bash
$ make html```