Skip to content

Commit a7467b0

Browse files
committed
add index and conf.py
1 parent 63d8bc4 commit a7467b0

File tree

2 files changed

+392
-0
lines changed

2 files changed

+392
-0
lines changed

docs/conf.py

Lines changed: 365 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,365 @@
1+
# -*- coding: utf-8 -*-
2+
#
3+
# PSLab documentation build configuration file, created by
4+
# sphinx-quickstart
5+
#
6+
# This file is execfile()d with the current directory set to its
7+
# containing dir.
8+
#
9+
# Note that not all possible configuration values are present in this
10+
# autogenerated file.
11+
#
12+
# All configuration values have a default; values that are commented out
13+
# serve to show the default.
14+
15+
import sys
16+
import os
17+
18+
# If extensions (or modules to document with autodoc) are in another directory,
19+
# add these directories to sys.path here. If the directory is relative to the
20+
# documentation root, use os.path.abspath to make it absolute, like shown here.
21+
#sys.path.insert(0, os.path.abspath('.'))
22+
23+
sys.path.insert(0, os.path.abspath('..'))
24+
25+
# -- General configuration ------------------------------------------------
26+
27+
# If your documentation needs a minimal Sphinx version, state it here.
28+
#needs_sphinx = '1.0'
29+
30+
# Add any Sphinx extension module names here, as strings. They can be
31+
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
32+
# ones.
33+
extensions = [
34+
'sphinx.ext.autodoc',
35+
'sphinx.ext.todo',
36+
'sphinx.ext.viewcode',
37+
'sphinx.ext.mathjax',
38+
]
39+
40+
mathjax_path='file:///usr/share/javascript/mathjax/MathJax.js'
41+
42+
# Add any paths that contain templates here, relative to this directory.
43+
templates_path = ['_templates']
44+
45+
# The suffix(es) of source filenames.
46+
# You can specify multiple suffix as a list of string:
47+
# source_suffix = ['.rst', '.md']
48+
source_suffix = '.rst'
49+
50+
# The encoding of source files.
51+
#source_encoding = 'utf-8-sig'
52+
53+
# The master toctree document.
54+
master_doc = 'index'
55+
56+
# General information about the project.
57+
project = u'FOSSASIA PSLab'
58+
copyright = u'2016, Praveen Patil, Jithin BP'
59+
author = u' Praveen Patil, Jithin BP'
60+
61+
# The version info for the project you're documenting, acts as replacement for
62+
# |version| and |release|, also used in various other places throughout the
63+
# built documents.
64+
#
65+
# The short X.Y version.
66+
version = u'1.0'
67+
# The full version, including alpha/beta/rc tags.
68+
release = u'1.0.5'
69+
70+
# The language for content autogenerated by Sphinx. Refer to documentation
71+
# for a list of supported languages.
72+
#
73+
# This is also used if you do content translation via gettext catalogs.
74+
# Usually you set "language" from the command line for these cases.
75+
language = 'en'
76+
77+
# There are two options for replacing |today|: either, you set today to some
78+
# non-false value, then it is used:
79+
#today = ''
80+
# Else, today_fmt is used as the format for a strftime call.
81+
#today_fmt = '%B %d, %Y'
82+
83+
# List of patterns, relative to source directory, that match files and
84+
# directories to ignore when looking for source files.
85+
exclude_patterns = ['_build']
86+
87+
# The reST default role (used for this markup: `text`) to use for all
88+
# documents.
89+
#default_role = None
90+
91+
# If true, '()' will be appended to :func: etc. cross-reference text.
92+
#add_function_parentheses = True
93+
94+
# If true, the current module name will be prepended to all description
95+
# unit titles (such as .. function::).
96+
#add_module_names = True
97+
98+
# If true, sectionauthor and moduleauthor directives will be shown in the
99+
# output. They are ignored by default.
100+
#show_authors = False
101+
102+
# The name of the Pygments (syntax highlighting) style to use.
103+
pygments_style = 'sphinx'
104+
105+
# A list of ignored prefixes for module index sorting.
106+
#modindex_common_prefix = []
107+
108+
# If true, keep warnings as "system message" paragraphs in the built documents.
109+
#keep_warnings = False
110+
111+
# If true, `todo` and `todoList` produce output, else they produce nothing.
112+
todo_include_todos = True
113+
114+
115+
# -- Options for HTML output ----------------------------------------------
116+
117+
# The theme to use for HTML and HTML Help pages. See the documentation for
118+
# a list of builtin themes.
119+
#html_theme = 'alabaster'
120+
#html_theme_path = ["/usr/lib/python2.7/dist-packages/"]
121+
122+
123+
124+
# Theme options are theme-specific and customize the look and feel of a theme
125+
# further. For a list of options available for each theme, see the
126+
# documentation.
127+
#html_theme_options = {}
128+
129+
# Add any paths that contain custom themes here, relative to this directory.
130+
#html_theme_path = []
131+
132+
# The name for this set of Sphinx documents. If None, it defaults to
133+
# "<project> v<release> documentation".
134+
#html_title = None
135+
136+
# A shorter title for the navigation bar. Default is the same as html_title.
137+
#html_short_title = None
138+
139+
# The name of an image file (relative to this directory) to place at the top
140+
# of the sidebar.
141+
#html_logo = None
142+
143+
# The name of an image file (relative to this directory) to use as a favicon of
144+
# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
145+
# pixels large.
146+
#html_favicon = None
147+
148+
# Add any paths that contain custom static files (such as style sheets) here,
149+
# relative to this directory. They are copied after the builtin static files,
150+
# so a file named "default.css" will overwrite the builtin "default.css".
151+
html_static_path = ['_static']
152+
153+
# Add any extra paths that contain custom files (such as robots.txt or
154+
# .htaccess) here, relative to this directory. These files are copied
155+
# directly to the root of the documentation.
156+
#html_extra_path = []
157+
158+
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
159+
# using the given strftime format.
160+
#html_last_updated_fmt = '%b %d, %Y'
161+
162+
# If true, SmartyPants will be used to convert quotes and dashes to
163+
# typographically correct entities.
164+
#html_use_smartypants = True
165+
166+
# Custom sidebar templates, maps document names to template names.
167+
#html_sidebars = {}
168+
169+
# Additional templates that should be rendered to pages, maps page names to
170+
# template names.
171+
#html_additional_pages = {}
172+
173+
# If false, no module index is generated.
174+
#html_domain_indices = True
175+
176+
# If false, no index is generated.
177+
#html_use_index = True
178+
179+
# If true, the index is split into individual pages for each letter.
180+
#html_split_index = False
181+
182+
# If true, links to the reST sources are added to the pages.
183+
#html_show_sourcelink = True
184+
185+
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
186+
#html_show_sphinx = True
187+
188+
# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
189+
#html_show_copyright = True
190+
191+
# If true, an OpenSearch description file will be output, and all pages will
192+
# contain a <link> tag referring to it. The value of this option must be the
193+
# base URL from which the finished HTML is served.
194+
#html_use_opensearch = ''
195+
196+
# This is the file name suffix for HTML files (e.g. ".xhtml").
197+
#html_file_suffix = None
198+
199+
# Language to be used for generating the HTML full-text search index.
200+
# Sphinx supports the following languages:
201+
# 'da', 'de', 'en', 'es', 'fi', 'fr', 'hu', 'it', 'ja'
202+
# 'nl', 'no', 'pt', 'ro', 'ru', 'sv', 'tr'
203+
#html_search_language = 'en'
204+
205+
# A dictionary with options for the search language support, empty by default.
206+
# Now only 'ja' uses this config value
207+
#html_search_options = {'type': 'default'}
208+
209+
# The name of a javascript file (relative to the configuration directory) that
210+
# implements a search results scorer. If empty, the default will be used.
211+
#html_search_scorer = 'scorer.js'
212+
213+
# Output file base name for HTML help builder.
214+
htmlhelp_basename = 'SEELdoc'
215+
216+
# -- Options for LaTeX output ---------------------------------------------
217+
218+
latex_elements = {
219+
# The paper size ('letterpaper' or 'a4paper').
220+
#'papersize': 'letterpaper',
221+
222+
# The font size ('10pt', '11pt' or '12pt').
223+
#'pointsize': '10pt',
224+
225+
# Additional stuff for the LaTeX preamble.
226+
#'preamble': '',
227+
228+
# Latex figure (float) alignment
229+
#'figure_align': 'htbp',
230+
}
231+
232+
# Grouping the document tree into LaTeX files. List of tuples
233+
# (source start file, target name, title,
234+
# author, documentclass [howto, manual, or own class]).
235+
latex_documents = [
236+
(master_doc, 'PSL.tex', u'PSL Documentation',
237+
u'Praveen Patil, Jithin BP', 'manual'),
238+
]
239+
240+
# The name of an image file (relative to this directory) to place at the top of
241+
# the title page.
242+
#latex_logo = None
243+
244+
# For "manual" documents, if this is true, then toplevel headings are parts,
245+
# not chapters.
246+
#latex_use_parts = False
247+
248+
# If true, show page references after internal links.
249+
#latex_show_pagerefs = False
250+
251+
# If true, show URL addresses after external links.
252+
#latex_show_urls = False
253+
254+
# Documents to append as an appendix to all manuals.
255+
#latex_appendices = []
256+
257+
# If false, no module index is generated.
258+
#latex_domain_indices = True
259+
260+
261+
# -- Options for manual page output ---------------------------------------
262+
263+
# One entry per manual page. List of tuples
264+
# (source start file, name, description, authors, manual section).
265+
man_pages = [
266+
(master_doc, 'psl', u'PSL Documentation',
267+
[author], 1)
268+
]
269+
270+
# If true, show URL addresses after external links.
271+
#man_show_urls = False
272+
273+
274+
# -- Options for Texinfo output -------------------------------------------
275+
276+
# Grouping the document tree into Texinfo files. List of tuples
277+
# (source start file, target name, title, author,
278+
# dir menu entry, description, category)
279+
texinfo_documents = [
280+
(master_doc, 'PSL', u'PSL Documentation',
281+
author, 'PSL', 'One line description of project.',
282+
'Miscellaneous'),
283+
]
284+
285+
# Documents to append as an appendix to all manuals.
286+
#texinfo_appendices = []
287+
288+
# If false, no module index is generated.
289+
#texinfo_domain_indices = True
290+
291+
# How to display URL addresses: 'footnote', 'no', or 'inline'.
292+
#texinfo_show_urls = 'footnote'
293+
294+
# If true, do not generate a @detailmenu in the "Top" node's menu.
295+
#texinfo_no_detailmenu = False
296+
297+
298+
# -- Options for Epub output ----------------------------------------------
299+
300+
# Bibliographic Dublin Core info.
301+
epub_title = project
302+
epub_author = author
303+
epub_publisher = author
304+
epub_copyright = copyright
305+
306+
# The basename for the epub file. It defaults to the project name.
307+
#epub_basename = project
308+
309+
# The HTML theme for the epub output. Since the default themes are not
310+
# optimized for small screen space, using the same theme for HTML and epub
311+
# output is usually not wise. This defaults to 'epub', a theme designed to save
312+
# visual space.
313+
#epub_theme = 'epub'
314+
315+
# The language of the text. It defaults to the language option
316+
# or 'en' if the language is not set.
317+
#epub_language = ''
318+
319+
# The scheme of the identifier. Typical schemes are ISBN or URL.
320+
#epub_scheme = ''
321+
322+
# The unique identifier of the text. This can be a ISBN number
323+
# or the project homepage.
324+
#epub_identifier = ''
325+
326+
# A unique identification for the text.
327+
#epub_uid = ''
328+
329+
# A tuple containing the cover image and cover page html template filenames.
330+
#epub_cover = ()
331+
332+
# A sequence of (type, uri, title) tuples for the guide element of content.opf.
333+
#epub_guide = ()
334+
335+
# HTML files that should be inserted before the pages created by sphinx.
336+
# The format is a list of tuples containing the path and title.
337+
#epub_pre_files = []
338+
339+
# HTML files that should be inserted after the pages created by sphinx.
340+
# The format is a list of tuples containing the path and title.
341+
#epub_post_files = []
342+
343+
# A list of files that should not be packed into the epub file.
344+
epub_exclude_files = ['search.html']
345+
346+
# The depth of the table of contents in toc.ncx.
347+
#epub_tocdepth = 3
348+
349+
# Allow duplicate toc entries.
350+
#epub_tocdup = True
351+
352+
# Choose between 'default' and 'includehidden'.
353+
#epub_tocscope = 'default'
354+
355+
# Fix unsupported image types using the Pillow.
356+
#epub_fix_images = False
357+
358+
# Scale large images.
359+
#epub_max_image_width = 0
360+
361+
# How to display URL addresses: 'footnote', 'no', or 'inline'.
362+
#epub_show_urls = 'inline'
363+
364+
# If false, no index is generated.
365+
#epub_use_index = True

docs/index.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.. PSLab documentation master file,
2+
You can adapt this file completely to your liking, but it should at least
3+
contain the root `toctree` directive.
4+
5+
Welcome to PSLab's documentation!
6+
================================
7+
8+
Contents:
9+
10+
.. toctree::
11+
:maxdepth: 4
12+
13+
PSL.interface
14+
PSL.Peripherals.I2C_class
15+
PSL.Peripherals.SPI_class
16+
PSL.Peripherals.MCP4728_class
17+
PSL.Peripherals.NRF24L01_class
18+
PSL.Peripherals.NRF_NODE
19+
20+
21+
Indices and tables
22+
==================
23+
24+
* :ref:`genindex`
25+
* :ref:`modindex`
26+
* :ref:`search`
27+

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy