File tree Expand file tree Collapse file tree 4 files changed +21
-5
lines changed Expand file tree Collapse file tree 4 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 99 jobs :
1010 post_build :
1111 - cd ObjCryst/doc && doxygen
12- - cp -Rf ObjCryst/doc/build/html/ "$READTHEDOCS_OUTPUT/html/"
12+ - mv ObjCryst/doc/build/html/* "$READTHEDOCS_OUTPUT/html/"
13+ sphinx :
14+ configuration : ObjCryst/doc/sphinx-objcryst/conf.py
Original file line number Diff line number Diff line change 8080* these are the cctbx and newmat package. You should
8181* refer to the documentation and legal notes included in their respective directories:
8282*\par
83- * <a href="newmat.htm ">The newmat matrix library</a> (Robert B Davies).
83+ * <a href="https://github.com/rzr/newmat ">The newmat matrix library</a> (Robert B Davies).
8484* This library is only used
85- * for matrix SVD decomposition and inversion in Least Squares methods (Least Squares
86- * method was written only for tests purposes... Don't expect anything from it...).
85+ * for matrix SVD decomposition and inversion in Least Squares methods.
8786*\par
8887* <a href="https://cctbx.github.io/">The cctbx library</a>(Ralf Grosse-Kunstleve).
8988* This library is used to determine the atomic scattering factors for X-Ray,
9089* neutrons, as well as anomalous scattering factors and the atomic number,
91- * and for all spacegroup interpretation.
90+ * and for all spacegroup/symmetry interpretation.
9291*\par
9392*
9493*/
Original file line number Diff line number Diff line change 1+ # Minimal sphinx config - not actually used for ObjCryst,
2+ # this is just necessary for readthedocs to be happy
3+
4+ # Configuration file for the Sphinx documentation builder.
5+ #
6+ # For the full list of built-in configuration values, see the documentation:
7+ # https://www.sphinx-doc.org/en/master/usage/configuration.html
8+
9+ # -- Project information -----------------------------------------------------
10+ # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
11+
12+ project = 'ObjCryst++'
13+ copyright = '2024, Vincent Favre-Nicolin'
14+ author = 'Vincent Favre-Nicolin'
15+ release = '2022.1'
You can’t perform that action at this time.
0 commit comments