Skip to content

Commit bcd37bf

Browse files
committed
update the doc and api doc to 1.0b4
1 parent 725d641 commit bcd37bf

File tree

4 files changed

+88
-81
lines changed

4 files changed

+88
-81
lines changed

doc/manual/source/_static/.empty

Whitespace-only changes.

doc/manual/source/api/pyobjcryst.rst

Lines changed: 42 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,130 +1,134 @@
1-
pyobjcryst Package
1+
pyobjcryst package
22
==================
33

4-
:mod:`pyobjcryst` Package
5-
-------------------------
6-
7-
.. automodule:: pyobjcryst.__init__
8-
:members:
9-
:undoc-members:
10-
:show-inheritance:
4+
Submodules
5+
----------
116

12-
:mod:`atom` Module
13-
------------------
7+
pyobjcryst.atom module
8+
----------------------
149

1510
.. automodule:: pyobjcryst.atom
1611
:members:
1712
:undoc-members:
1813
:show-inheritance:
1914

20-
:mod:`crystal` Module
21-
---------------------
15+
pyobjcryst.crystal module
16+
-------------------------
2217

2318
.. automodule:: pyobjcryst.crystal
2419
:members:
2520
:undoc-members:
2621
:show-inheritance:
2722

28-
:mod:`general` Module
29-
---------------------
23+
pyobjcryst.general module
24+
-------------------------
3025

3126
.. automodule:: pyobjcryst.general
3227
:members:
3328
:undoc-members:
3429
:show-inheritance:
3530

36-
:mod:`io` Module
37-
----------------
31+
pyobjcryst.io module
32+
--------------------
3833

3934
.. automodule:: pyobjcryst.io
4035
:members:
4136
:undoc-members:
4237
:show-inheritance:
4338

44-
:mod:`molecule` Module
45-
----------------------
39+
pyobjcryst.molecule module
40+
--------------------------
4641

4742
.. automodule:: pyobjcryst.molecule
4843
:members:
4944
:undoc-members:
5045
:show-inheritance:
5146

52-
:mod:`polyhedron` Module
53-
------------------------
47+
pyobjcryst.polyhedron module
48+
----------------------------
5449

5550
.. automodule:: pyobjcryst.polyhedron
5651
:members:
5752
:undoc-members:
5853
:show-inheritance:
5954

60-
:mod:`refinableobj` Module
61-
--------------------------
55+
pyobjcryst.refinableobj module
56+
------------------------------
6257

6358
.. automodule:: pyobjcryst.refinableobj
6459
:members:
6560
:undoc-members:
6661
:show-inheritance:
6762

68-
:mod:`scatterer` Module
69-
-----------------------
63+
pyobjcryst.scatterer module
64+
---------------------------
7065

7166
.. automodule:: pyobjcryst.scatterer
7267
:members:
7368
:undoc-members:
7469
:show-inheritance:
7570

76-
:mod:`scatteringpower` Module
77-
-----------------------------
71+
pyobjcryst.scatteringpower module
72+
---------------------------------
7873

7974
.. automodule:: pyobjcryst.scatteringpower
8075
:members:
8176
:undoc-members:
8277
:show-inheritance:
8378

84-
:mod:`scatteringpowersphere` Module
85-
-----------------------------------
79+
pyobjcryst.scatteringpowersphere module
80+
---------------------------------------
8681

8782
.. automodule:: pyobjcryst.scatteringpowersphere
8883
:members:
8984
:undoc-members:
9085
:show-inheritance:
9186

92-
:mod:`spacegroup` Module
93-
------------------------
87+
pyobjcryst.spacegroup module
88+
----------------------------
9489

9590
.. automodule:: pyobjcryst.spacegroup
9691
:members:
9792
:undoc-members:
9893
:show-inheritance:
9994

100-
:mod:`unitcell` Module
101-
----------------------
95+
pyobjcryst.unitcell module
96+
--------------------------
10297

10398
.. automodule:: pyobjcryst.unitcell
10499
:members:
105100
:undoc-members:
106101
:show-inheritance:
107102

108-
:mod:`utils` Module
109-
-------------------
103+
pyobjcryst.utils module
104+
-----------------------
110105

111106
.. automodule:: pyobjcryst.utils
112107
:members:
113108
:undoc-members:
114109
:show-inheritance:
115110

116-
:mod:`version` Module
117-
---------------------
111+
pyobjcryst.version module
112+
-------------------------
118113

119114
.. automodule:: pyobjcryst.version
120115
:members:
121116
:undoc-members:
122117
:show-inheritance:
123118

124-
:mod:`zscatterer` Module
125-
------------------------
119+
pyobjcryst.zscatterer module
120+
----------------------------
126121

127122
.. automodule:: pyobjcryst.zscatterer
128123
:members:
129124
:undoc-members:
130125
:show-inheritance:
126+
127+
128+
Module contents
129+
---------------
130+
131+
.. automodule:: pyobjcryst
132+
:members:
133+
:undoc-members:
134+
:show-inheritance:

doc/manual/source/conf.py

Lines changed: 39 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
# add these directories to sys.path here. If the directory is relative to the
1111
# documentation root, use os.path.abspath to make it absolute, like shown here.
1212
# sys.path.append(os.path.abspath('.'))
13-
#sys.path.insert(0, os.path.abspath('../../..'))
13+
# sys.path.insert(0, os.path.abspath('../../..'))
1414

1515
# -- General configuration -----------------------------------------------------
1616

1717
# If your documentation needs a minimal Sphinx version, state it here.
18-
#needs_sphinx = '1.0'
18+
# needs_sphinx = '1.0'
1919

2020
# Add any Sphinx extension module names here, as strings. They can be extensions
2121
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
@@ -28,7 +28,7 @@
2828
source_suffix = '.rst'
2929

3030
# The encoding of source files.
31-
#source_encoding = 'utf-8-sig'
31+
# source_encoding = 'utf-8-sig'
3232

3333
# The master toctree document.
3434
master_doc = 'index'
@@ -43,23 +43,24 @@
4343
sys.path.insert(0, os.path.abspath('../../..'))
4444
from setup import versiondata
4545
fullversion = versiondata.get('DEFAULT', 'version')
46+
# sys.path.remove(os.path.abspath('../../..'))
4647
# The short X.Y version.
4748
version = '.'.join(fullversion.split('.')[:2])
4849
# The full version, including alpha/beta/rc tags.
4950
release = fullversion
5051

5152
# The language for content autogenerated by Sphinx. Refer to documentation
5253
# for a list of supported languages.
53-
#language = None
54+
# language = None
5455

5556
# There are two options for replacing |today|: either, you set today to some
5657
# non-false value, then it is used:
57-
#today = ''
58+
# today = ''
5859
today_seconds = versiondata.getint('DEFAULT', 'timestamp')
5960
today = time.strftime('%B %d, %Y', time.localtime(today_seconds))
6061
year = today.split()[-1]
6162
# Else, today_fmt is used as the format for a strftime call.
62-
#today_fmt = '%B %d, %Y'
63+
# today_fmt = '%B %d, %Y'
6364
# substitute YEAR in the copyright string
6465
copyright = copyright.replace('%Y', year)
6566

@@ -68,27 +69,27 @@
6869
exclude_patterns = []
6970

7071
# The reST default role (used for this markup: `text`) to use for all documents.
71-
#default_role = None
72+
# default_role = None
7273

7374
# If true, '()' will be appended to :func: etc. cross-reference text.
74-
#add_function_parentheses = True
75+
# add_function_parentheses = True
7576

7677
# If true, the current module name will be prepended to all description
7778
# unit titles (such as .. function::).
78-
#add_module_names = True
79+
# add_module_names = True
7980

8081
# If true, sectionauthor and moduleauthor directives will be shown in the
8182
# output. They are ignored by default.
82-
#show_authors = False
83+
# show_authors = False
8384

8485
# The name of the Pygments (syntax highlighting) style to use.
8586
pygments_style = 'sphinx'
8687

8788
# A list of ignored prefixes for module index sorting.
88-
#modindex_common_prefix = []
89+
# modindex_common_prefix = []
8990

9091
# Display all warnings for missing links.
91-
#nitpicky = True
92+
# nitpicky = True
9293

9394
# -- Options for HTML output ---------------------------------------------------
9495

@@ -99,27 +100,27 @@
99100
# Theme options are theme-specific and customize the look and feel of a theme
100101
# further. For a list of options available for each theme, see the
101102
# documentation.
102-
#html_theme_options = {}
103+
# html_theme_options = {}
103104
html_theme_options = {'collapsiblesidebar' : 'true'}
104105

105106
# Add any paths that contain custom themes here, relative to this directory.
106-
#html_theme_path = []
107+
# html_theme_path = []
107108

108109
# The name for this set of Sphinx documents. If None, it defaults to
109110
# "<project> v<release> documentation".
110-
#html_title = None
111+
# html_title = None
111112

112113
# A shorter title for the navigation bar. Default is the same as html_title.
113-
#html_short_title = None
114+
# html_short_title = None
114115

115116
# The name of an image file (relative to this directory) to place at the top
116117
# of the sidebar.
117-
#html_logo = None
118+
# html_logo = None
118119

119120
# The name of an image file (within the static path) to use as favicon of the
120121
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
121122
# pixels large.
122-
#html_favicon = None
123+
# html_favicon = None
123124

124125
# Add any paths that contain custom static files (such as style sheets) here,
125126
# relative to this directory. They are copied after the builtin static files,
@@ -128,44 +129,44 @@
128129

129130
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
130131
# using the given strftime format.
131-
#html_last_updated_fmt = '%b %d, %Y'
132+
# html_last_updated_fmt = '%b %d, %Y'
132133

133134
# If true, SmartyPants will be used to convert quotes and dashes to
134135
# typographically correct entities.
135-
#html_use_smartypants = True
136+
# html_use_smartypants = True
136137

137138
# Custom sidebar templates, maps document names to template names.
138-
#html_sidebars = {}
139+
# html_sidebars = {}
139140

140141
# Additional templates that should be rendered to pages, maps page names to
141142
# template names.
142-
#html_additional_pages = {}
143+
# html_additional_pages = {}
143144

144145
# If false, no module index is generated.
145-
#html_domain_indices = True
146+
# html_domain_indices = True
146147

147148
# If false, no index is generated.
148-
#html_use_index = True
149+
# html_use_index = True
149150

150151
# If true, the index is split into individual pages for each letter.
151152
html_split_index = True
152153

153154
# If true, links to the reST sources are added to the pages.
154-
#html_show_sourcelink = True
155+
# html_show_sourcelink = True
155156

156157
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
157-
#html_show_sphinx = True
158+
# html_show_sphinx = True
158159

159160
# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
160-
#html_show_copyright = True
161+
# html_show_copyright = True
161162

162163
# If true, an OpenSearch description file will be output, and all pages will
163164
# contain a <link> tag referring to it. The value of this option must be the
164165
# base URL from which the finished HTML is served.
165-
#html_use_opensearch = ''
166+
# html_use_opensearch = ''
166167

167168
# This is the file name suffix for HTML files (e.g. ".xhtml").
168-
#html_file_suffix = None
169+
# html_file_suffix = None
169170

170171
# Output file base name for HTML help builder.
171172
htmlhelp_basename = 'pyobjcrystdoc'
@@ -175,13 +176,13 @@
175176

176177
latex_elements = {
177178
# The paper size ('letterpaper' or 'a4paper').
178-
#'papersize': 'letterpaper',
179+
# 'papersize': 'letterpaper',
179180

180181
# The font size ('10pt', '11pt' or '12pt').
181-
#'pointsize': '10pt',
182+
# 'pointsize': '10pt',
182183

183184
# Additional stuff for the LaTeX preamble.
184-
#'preamble': '',
185+
# 'preamble': '',
185186
}
186187

187188
# Grouping the document tree into LaTeX files. List of tuples
@@ -190,20 +191,20 @@
190191

191192
# The name of an image file (relative to this directory) to place at the top of
192193
# the title page.
193-
#latex_logo = None
194+
# latex_logo = None
194195

195196
# For "manual" documents, if this is true, then toplevel headings are parts,
196197
# not chapters.
197-
#latex_use_parts = False
198+
# latex_use_parts = False
198199

199200
# If true, show page references after internal links.
200-
#latex_show_pagerefs = False
201+
# latex_show_pagerefs = False
201202

202203
# If true, show URL addresses after external links.
203-
#latex_show_urls = False
204+
# latex_show_urls = False
204205

205206
# Documents to append as an appendix to all manuals.
206-
#latex_appendices = []
207+
# latex_appendices = []
207208

208209
# If false, no module index is generated.
209-
#latex_domain_indices = True
210+
# latex_domain_indices = True

0 commit comments

Comments
 (0)