https://github.com/biojulia/biojuliadocs
https://github.com/biojulia/biojuliadocs
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/biojulia/biojuliadocs
- Owner: BioJulia
- License: mit
- Created: 2023-06-30T17:06:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-28T21:07:42.000Z (over 1 year ago)
- Last Synced: 2025-04-11T12:51:10.216Z (about 1 year ago)
- Language: Julia
- Size: 2.14 MB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
#
BioJuliaDocs
> Note: This landing site is under extensive development and will receive frequent updates.
> It is not in a ready state, and is published under GitHub Pages only for testing purposes.
[](https://github.com/BioJulia/BioJuliaDocs/actions/workflows/pages/pages-build-deployment)
[](https://biojulia.dev/BioJuliaDocs)
## Description
The BioJuliaDocs initiative is an in-development project to produce a landing site for BioJulia
similar to [SciMLDocs](https://github.com/SciML/SciMLDocs) (see the production page [here](https://docs.sciml.ai/Overview/stable/)).
## Testing
The rendered BioJuliaDocs site, for testing purposes, is published online using GitHub Pages at [biojulia.dev/BioJuliaDocs](https://biojulia.dev/BioJuliaDocs). A GitHub action rebuilds the site on every successful pull request.
To deploy the site locally, open two separate julia processes,
and activate the "docs/" project.
Then, in the first, run:
```julia
# Make sure you are within or are pointing to the the docs/ folder
using LiveServer
servedocs(; foldername=pwd())
```
And in the other, run:
```julia
using DocumenterVitepress
DocumenterVitepress.dev_docs("build"; md_output_path="")
```
Open the LocalHost Url spawned by the vitepress process
## Contributing
We appreciate contributions from users/members of the BioJulia commmunity
including reporting bugs/typos, fixing issues, and adding new sections.
This is a fantastic opportunity to polish one's technical writing skills as well as show off one's skill with BioJulia packages ;)
Take a look at the [contributing files](https://github.com/BioJulia/Contributing)
detailed contributor and maintainer guidelines, and code of conduct.
## Questions?
Feel free to open a new discussion under the [BioJuliaDocs Discussions](https://github.com/BioJulia/discussions) section.
Alternatively, one can chat with the community either via the [Slack](https://julialang.org/slack/) #biology workspace
or in the [forums](https://discourse.julialang.org/).
This project is lead by [Michael Persico](mailto:michael.a.persico@gmail.com?subject=[GitHub]) (him/il)
as part of a Julia Summer of Code project.
Feel free to contact me directly should you wish to address any concerns privately.