Skip to content

Commit

Permalink
DOC: update development documentation fe48801
Browse files Browse the repository at this point in the history
  • Loading branch information
RobPasMue committed Nov 14, 2023
0 parents commit b9ec7dd
Show file tree
Hide file tree
Showing 11,646 changed files with 4,008,585 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Empty file added .nojekyll
Empty file.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pyconverter-xml2py.docs.pyansys.com
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Redirecting to https://pyconverter-xml2py.docs.pyansys.com/version/stable/</title>
<meta name="description" content="">
<meta http-equiv="refresh" content="0; URL=https://pyconverter-xml2py.docs.pyansys.com/version/stable/">
<link rel="canonical" href="https://pyconverter-xml2py.docs.pyansys.com/version/stable/">
8,523 changes: 8,523 additions & 0 deletions sitemap.xml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions version/0.1/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: de352a7152e72815dddff18c66fa6934
tags: 645f666f9bcd5a90fca523b33c5a78b7
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<map id="sphinx&#45;ext&#45;graphviz" name="sphinx&#45;ext&#45;graphviz">
</map>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<map id="sphinx&#45;ext&#45;graphviz" name="sphinx&#45;ext&#45;graphviz">
</map>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<map id="sphinx&#45;ext&#45;graphviz" name="sphinx&#45;ext&#45;graphviz">
</map>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<map id="sphinx&#45;ext&#45;graphviz" name="sphinx&#45;ext&#45;graphviz">
</map>
Binary file added version/0.1/_images/tables_doc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
added
=====

.. currentmodule:: pydita_ast.ast_tree

.. autoproperty:: BlockQuote.added
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
any\_isalnum
============

.. currentmodule:: pydita_ast.ast_tree

.. autoproperty:: BlockQuote.any_isalnum
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
children
========

.. currentmodule:: pydita_ast.ast_tree

.. autoproperty:: BlockQuote.children
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
content
=======

.. currentmodule:: pydita_ast.ast_tree

.. autoproperty:: BlockQuote.content
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
find
====

.. currentmodule:: pydita_ast.ast_tree

.. automethod:: BlockQuote.find
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
find\_all
=========

.. currentmodule:: pydita_ast.ast_tree

.. automethod:: BlockQuote.find_all
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
get
===

.. currentmodule:: pydita_ast.ast_tree

.. automethod:: BlockQuote.get
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
has\_children
=============

.. currentmodule:: pydita_ast.ast_tree

.. automethod:: BlockQuote.has_children
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id
==

.. currentmodule:: pydita_ast.ast_tree

.. autoproperty:: BlockQuote.id
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
next\_elem
==========

.. currentmodule:: pydita_ast.ast_tree

.. autoproperty:: BlockQuote.next_elem
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
prev\_elem
==========

.. currentmodule:: pydita_ast.ast_tree

.. autoproperty:: BlockQuote.prev_elem
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
print\_tree
===========

.. currentmodule:: pydita_ast.ast_tree

.. automethod:: BlockQuote.print_tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
raw
===

.. currentmodule:: pydita_ast.ast_tree

.. autoproperty:: BlockQuote.raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rec\_find
=========

.. currentmodule:: pydita_ast.ast_tree

.. automethod:: BlockQuote.rec_find
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
BlockQuote
==========

.. currentmodule:: pydita_ast.ast_tree

.. autoclass:: BlockQuote




.. rubric:: Methods

.. autosummary::
:toctree:



BlockQuote.find


BlockQuote.find_all


BlockQuote.get


BlockQuote.has_children


BlockQuote.print_tree


BlockQuote.rec_find


BlockQuote.to_rst


BlockQuote.types_repr






.. rubric:: Attributes

.. autosummary::
:toctree:

BlockQuote.added
BlockQuote.any_isalnum
BlockQuote.children
BlockQuote.content
BlockQuote.id
BlockQuote.next_elem
BlockQuote.prev_elem
BlockQuote.raw
BlockQuote.tag
BlockQuote.tail
BlockQuote.text_content
BlockQuote.title
BlockQuote.tostring


Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
tag
===

.. currentmodule:: pydita_ast.ast_tree

.. autoproperty:: BlockQuote.tag
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
tail
====

.. currentmodule:: pydita_ast.ast_tree

.. autoproperty:: BlockQuote.tail
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
text\_content
=============

.. currentmodule:: pydita_ast.ast_tree

.. autoproperty:: BlockQuote.text_content
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
title
=====

.. currentmodule:: pydita_ast.ast_tree

.. autoproperty:: BlockQuote.title
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
to\_rst
=======

.. currentmodule:: pydita_ast.ast_tree

.. automethod:: BlockQuote.to_rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
tostring
========

.. currentmodule:: pydita_ast.ast_tree

.. autoproperty:: BlockQuote.tostring
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
types\_repr
===========

.. currentmodule:: pydita_ast.ast_tree

.. automethod:: BlockQuote.types_repr
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
added
=====

.. currentmodule:: pydita_ast.ast_tree

.. autoproperty:: Caution.added
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
any\_isalnum
============

.. currentmodule:: pydita_ast.ast_tree

.. autoproperty:: Caution.any_isalnum
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
children
========

.. currentmodule:: pydita_ast.ast_tree

.. autoproperty:: Caution.children
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
content
=======

.. currentmodule:: pydita_ast.ast_tree

.. autoproperty:: Caution.content
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
find
====

.. currentmodule:: pydita_ast.ast_tree

.. automethod:: Caution.find
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
find\_all
=========

.. currentmodule:: pydita_ast.ast_tree

.. automethod:: Caution.find_all
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
get
===

.. currentmodule:: pydita_ast.ast_tree

.. automethod:: Caution.get
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
has\_children
=============

.. currentmodule:: pydita_ast.ast_tree

.. automethod:: Caution.has_children
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
id
==

.. currentmodule:: pydita_ast.ast_tree

.. autoproperty:: Caution.id
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
next\_elem
==========

.. currentmodule:: pydita_ast.ast_tree

.. autoproperty:: Caution.next_elem
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
prev\_elem
==========

.. currentmodule:: pydita_ast.ast_tree

.. autoproperty:: Caution.prev_elem
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
print\_tree
===========

.. currentmodule:: pydita_ast.ast_tree

.. automethod:: Caution.print_tree
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
raw
===

.. currentmodule:: pydita_ast.ast_tree

.. autoproperty:: Caution.raw
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
rec\_find
=========

.. currentmodule:: pydita_ast.ast_tree

.. automethod:: Caution.rec_find
Loading

0 comments on commit b9ec7dd

Please sign in to comment.