Doc update
Update project name in docs
This commit is contained in:
parent
af1e6b11d1
commit
b488ab6af9
5 changed files with 13 additions and 13 deletions
|
|
@ -47,8 +47,8 @@ source_suffix = '.rst'
|
|||
master_doc = 'index'
|
||||
|
||||
# General information about the project.
|
||||
project = u'Gerber Tools'
|
||||
copyright = u'2014, Hamilton Kibbe'
|
||||
project = u'PCB Tools'
|
||||
copyright = u'2014 Paulo Henrique Silva <ph.silva@gmail.com>, Hamilton Kibbe <ham@hamiltonkib.be>'
|
||||
|
||||
# The version info for the project you're documenting, acts as replacement for
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
|
|
@ -180,7 +180,7 @@ html_static_path = ['_static']
|
|||
#html_file_suffix = None
|
||||
|
||||
# Output file base name for HTML help builder.
|
||||
htmlhelp_basename = 'GerberToolsdoc'
|
||||
htmlhelp_basename = 'PCBToolsdoc'
|
||||
|
||||
|
||||
# -- Options for LaTeX output ---------------------------------------------
|
||||
|
|
@ -200,7 +200,7 @@ latex_elements = {
|
|||
# (source start file, target name, title,
|
||||
# author, documentclass [howto, manual, or own class]).
|
||||
latex_documents = [
|
||||
('index', 'GerberTools.tex', u'Gerber Tools Documentation',
|
||||
('index', 'PCBTools.tex', u'PCB Tools Documentation',
|
||||
u'Hamilton Kibbe', 'manual'),
|
||||
]
|
||||
|
||||
|
|
@ -230,7 +230,7 @@ latex_documents = [
|
|||
# One entry per manual page. List of tuples
|
||||
# (source start file, name, description, authors, manual section).
|
||||
man_pages = [
|
||||
('index', 'gerbertools', u'Gerber Tools Documentation',
|
||||
('index', 'pcbtools', u'PCB Tools Documentation',
|
||||
[u'Hamilton Kibbe'], 1)
|
||||
]
|
||||
|
||||
|
|
@ -244,8 +244,8 @@ man_pages = [
|
|||
# (source start file, target name, title, author,
|
||||
# dir menu entry, description, category)
|
||||
texinfo_documents = [
|
||||
('index', 'GerberTools', u'Gerber Tools Documentation',
|
||||
u'Hamilton Kibbe', 'GerberTools', 'One line description of project.',
|
||||
('index', 'PCBTools', u'PCB Tools Documentation',
|
||||
u'Hamilton Kibbe', 'PCBTools', 'Tools for working with PCB CAM files.',
|
||||
'Miscellaneous'),
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Gerber Tools Reference
|
||||
PCB Tools Reference
|
||||
======================
|
||||
|
||||
.. toctree::
|
||||
|
|
|
|||
|
|
@ -33,5 +33,5 @@ The :mod:`rs274x` module defines the following classes:
|
|||
.. autoclass:: gerber.rs274x.GerberFile
|
||||
:members:
|
||||
|
||||
.. autoclass:: gerber.rs274x.GerberParser
|
||||
.. autoclass:: gerber.rs274x.GerberParser
|
||||
:members:
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
.. Gerber Tools documentation master file, created by
|
||||
.. PCB-tools documentation master file, created by
|
||||
sphinx-quickstart on Sun Sep 28 18:16:46 2014.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Gerber-Tools!
|
||||
PCB-Tools
|
||||
========================================
|
||||
|
||||
Contents:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Gerber Tools Intro
|
||||
PCB Tools Intro
|
||||
==================
|
||||
|
||||
PCB CAM (Gerber) Files
|
||||
|
|
@ -10,7 +10,7 @@ a generic term that may refer to `RS-274X (Gerber) <http://en.wikipedia.org/wiki
|
|||
files.
|
||||
|
||||
|
||||
Gerber-Tools
|
||||
PCB-Tools
|
||||
------------
|
||||
|
||||
The gerber-tools module provides tools for working with and rendering Gerber
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue