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 @@ -116,15 +116,14 @@ namespace ObjCryst
116
116
* these are the cctbx and newmat package. You should
117
117
* refer to the documentation and legal notes included in their respective directories:
118
118
*\par
119
- * <a href="newmat.htm ">The newmat matrix library</a> (Robert B Davies).
119
+ * <a href="https://github.com/rzr/newmat ">The newmat matrix library</a> (Robert B Davies).
120
120
* This library is only used
121
- * for matrix SVD decomposition and inversion in Least Squares methods (Least Squares
122
- * method was written only for tests purposes... Don't expect anything from it...).
121
+ * for matrix SVD decomposition and inversion in Least Squares methods.
123
122
*\par
124
123
* <a href="https://cctbx.github.io/">The cctbx library</a>(Ralf Grosse-Kunstleve).
125
124
* This library is used to determine the atomic scattering factors for X-Ray,
126
125
* neutrons, as well as anomalous scattering factors and the atomic number,
127
- * and for all spacegroup interpretation.
126
+ * and for all spacegroup/symmetry interpretation.
128
127
*\par
129
128
*
130
129
*/
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