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 9
9
jobs :
10
10
post_build :
11
11
- 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 80
80
* these are the cctbx and newmat package. You should
81
81
* refer to the documentation and legal notes included in their respective directories:
82
82
*\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).
84
84
* 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.
87
86
*\par
88
87
* <a href="https://cctbx.github.io/">The cctbx library</a>(Ralf Grosse-Kunstleve).
89
88
* This library is used to determine the atomic scattering factors for X-Ray,
90
89
* neutrons, as well as anomalous scattering factors and the atomic number,
91
- * and for all spacegroup interpretation.
90
+ * and for all spacegroup/symmetry interpretation.
92
91
*\par
93
92
*
94
93
*/
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