Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Documentation for cclib

This directory contains the source of the current official website and documentation for cclib, available on GitHub pages at http://cclib.github.io.

How to update documentation

The website is generated using Sphinx with some custom adjustments. The reStructuredText sources are in the sphinx subdirectory, and executing make places the built website in sphinx/_build/html. Some of the content is generated automatically from the cclib code using autodoc or custom Python scripts, and this should be handled by the Makefile.