Skip to content

Documentation pages with information for the Facility users

Notifications You must be signed in to change notification settings

JensBerndtsson/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryoEM Sweden Facility Documentation

This repository contains documentation pages with information for the Facility users Check it online at: xxx

Building the documentation (requires GitHub user)

  • Install anaconda (or any other Python)
  • Create a new environment (e.g conda create --name cryoem-docs)
  • Install deps: pip install sphinx sphinx-readthedocs
  • Clone repository: git clone git@github.com:cryoem-sweden/docs.git
  • cd docs
  • make html

Updating the documentation (requires GitHub user)

  • Make sure you are able to build the docs as stated in the previous section
  • cd docs
  • git pull # update with new changes
  • edit files or add new files
  • make html (or make clean html to completely rebuild)
  • Review generated html at: /path/to/docs/_build/html/index.html
  • Commit changes: * git add * git commit -m "Messages about your changes" * git push

About

Documentation pages with information for the Facility users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.4%
  • Batchfile 17.6%
  • CSS 17.0%
  • Makefile 14.0%