This GitHub Pages summarize some investigations on recent methods for genome-wide cell type specific identification of enhancer/gene relationships. You can go to hoellin.github.io/eg to navigate the Pages.
First of all, clone this repository to your local computer. Then, all you have to do is to modify the .md files wherever you find it useful, to commit and to push. The deployement of the GitHub pages is then automatically handled by mkdocs and GitHub Action.
mkdocs serve- Start a live-reloading docs server.mkdocs build --no-directory-urls- Build the documentation site (local).
Note that you need to install both mkdocs and mkdocs-material to build the documentation locally.
pip install mkdocs
pip install mkdocs-material- Create a new file in the
docsfolder. - Add a reference to the file to the
mkdocs.ymlfile. - Commit and push the changes.
To enable syntax highlighting, use Pygments and extra css stylesheets (for instance choose one here and download it here).
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfencesPowered by mkdocs.org and Material for MkDocs.