diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/CrystFEL-docs.sgml | 1 | ||||
-rw-r--r-- | doc/reference/CrystFEL-sections.txt | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/doc/reference/CrystFEL-docs.sgml b/doc/reference/CrystFEL-docs.sgml index 89b4832e..e1da1784 100644 --- a/doc/reference/CrystFEL-docs.sgml +++ b/doc/reference/CrystFEL-docs.sgml @@ -34,6 +34,7 @@ <chapter> <title>Unit cells</title> <xi:include href="xml/unitcell.xml"/> + <xi:include href="xml/cell-utils.xml"/> </chapter> <chapter> diff --git a/doc/reference/CrystFEL-sections.txt b/doc/reference/CrystFEL-sections.txt index 284740a1..3ccc1511 100644 --- a/doc/reference/CrystFEL-sections.txt +++ b/doc/reference/CrystFEL-sections.txt @@ -88,12 +88,28 @@ cell_set_pointgroup cell_set_reciprocal cell_set_spacegroup <SUBSECTION> +tfn_combine +tfn_identity +tfn_inverse +tfn_print +tfn_vector +tfn_free +</SECTION> + +<SECTION> +<FILE>cell-utils</FILE> cell_rotate rotate_cell cell_print resolution match_cell match_cell_ab +cell_is_sensible +validate_cell +uncenter_cell +bravais_lattice +right_handed +str_lattice </SECTION> <SECTION> |