Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
opcua-asyncio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nikola Balog
opcua-asyncio
Commits
7f5a799a
Commit
7f5a799a
authored
May 03, 2015
by
Olivier R-D
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc reorg
parent
2045b6ea
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
10 additions
and
7 deletions
+10
-7
.gitignore
.gitignore
+2
-0
docs/Makefile
docs/Makefile
+3
-3
docs/client.rst
docs/client.rst
+0
-0
docs/conf.py
docs/conf.py
+3
-4
docs/index.rst
docs/index.rst
+0
-0
docs/node.rst
docs/node.rst
+0
-0
docs/requirements.txt
docs/requirements.txt
+2
-0
docs/server.rst
docs/server.rst
+0
-0
docs/ua.rst
docs/ua.rst
+0
-0
No files found.
.gitignore
View file @
7f5a799a
...
...
@@ -2,3 +2,5 @@ build*
MANIFEST
.idea*
htmlcov*
_*
docs/_*
docs/Makefile
View file @
7f5a799a
...
...
@@ -5,7 +5,7 @@
SPHINXOPTS
=
SPHINXBUILD
=
sphinx-build
PAPER
=
BUILDDIR
=
build
BUILDDIR
=
_
build
# User-friendly check for sphinx-build
ifeq
($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
...
...
@@ -15,9 +15,9 @@ endif
# Internal variables.
PAPEROPT_a4
=
-D
latex_paper_size
=
a4
PAPEROPT_letter
=
-D
latex_paper_size
=
letter
ALLSPHINXOPTS
=
-d
$(BUILDDIR)
/doctrees
$
(
PAPEROPT_
$(PAPER)
)
$(SPHINXOPTS)
source
ALLSPHINXOPTS
=
-d
$(BUILDDIR)
/doctrees
$
(
PAPEROPT_
$(PAPER)
)
$(SPHINXOPTS)
.
# the i18n builder cannot share the environment and doctrees with the others
I18NSPHINXOPTS
=
$
(
PAPEROPT_
$(PAPER)
)
$(SPHINXOPTS)
source
I18NSPHINXOPTS
=
$
(
PAPEROPT_
$(PAPER)
)
$(SPHINXOPTS)
.
.PHONY
:
help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext
...
...
docs/
source/
client.rst
→
docs/client.rst
View file @
7f5a799a
File moved
docs/
source/
conf.py
→
docs/conf.py
View file @
7f5a799a
# -*- coding: utf-8 -*-
#
# Python OPC-UA documentation build configuration file, created by
# sphinx-quickstart on Sun May 3
10:13:43
2015.
# sphinx-quickstart on Sun May 3
22:03:49
2015.
#
# This file is execfile()d with the current directory set to its
# containing dir.
...
...
@@ -19,7 +19,7 @@ import shlex
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'..
/..
'
))
sys
.
path
.
insert
(
0
,
os
.
path
.
abspath
(
'..'
))
# -- General configuration ------------------------------------------------
...
...
@@ -33,7 +33,6 @@ extensions = [
'sphinx.ext.autodoc'
,
'sphinx.ext.coverage'
,
'sphinx.ext.viewcode'
,
'sphinx.ext.napoleon'
,
]
# Add any paths that contain templates here, relative to this directory.
...
...
@@ -79,7 +78,7 @@ language = None
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns
=
[]
exclude_patterns
=
[
'_build'
]
# The reST default role (used for this markup: `text`) to use for all
# documents.
...
...
docs/
source/
index.rst
→
docs/index.rst
View file @
7f5a799a
File moved
docs/
source/
node.rst
→
docs/node.rst
View file @
7f5a799a
File moved
docs/requirements.txt
0 → 100644
View file @
7f5a799a
sphinx
sphinxcontrib-napoleon
docs/s
ource/s
erver.rst
→
docs/server.rst
View file @
7f5a799a
File moved
docs/
source/
ua.rst
→
docs/ua.rst
View file @
7f5a799a
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment