-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
54 changed files
with
486 additions
and
435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# Sphinx-apidoc | ||
|
||
```bash | ||
python -m poetry install --with docs | ||
sphinx-apidoc -e -f -o docs/source ./wikibaseintegrator/ -t docs/source/_templates | ||
``` | ||
|
||
```shell | ||
sphinx-apidoc.exe -e -f -o docs\source .\wikibaseintegrator\ -t docs\source\_templates | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
wikibaseintegrator | ||
================== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
wikibaseintegrator | ||
wikibaseintegrator | ||
================== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
wikibaseintegrator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
wikibaseintegrator.datatypes.basedatatype | ||
========================================= | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.basedatatype | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
wikibaseintegrator.datatypes.basedatatype module | ||
================================================ | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.basedatatype | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
wikibaseintegrator.datatypes.commonsmedia | ||
========================================= | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.commonsmedia | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
wikibaseintegrator.datatypes.commonsmedia module | ||
================================================ | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.commonsmedia | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
wikibaseintegrator.datatypes.externalid | ||
======================================= | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.externalid | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
wikibaseintegrator.datatypes.externalid module | ||
============================================== | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.externalid | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
wikibaseintegrator.datatypes.extra.edtf | ||
======================================= | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.extra.edtf | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
wikibaseintegrator.datatypes.extra.edtf module | ||
============================================== | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.extra.edtf | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
14 changes: 7 additions & 7 deletions
14
docs/source/wikibaseintegrator.datatypes.extra.localmedia.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
wikibaseintegrator.datatypes.extra.localmedia | ||
============================================= | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.extra.localmedia | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
wikibaseintegrator.datatypes.extra.localmedia module | ||
==================================================== | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.extra.localmedia | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,19 @@ | ||
wikibaseintegrator.datatypes.extra | ||
================================== | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
wikibaseintegrator.datatypes.extra.edtf | ||
wikibaseintegrator.datatypes.extra.localmedia | ||
wikibaseintegrator.datatypes.extra package | ||
========================================== | ||
|
||
Submodules | ||
---------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
wikibaseintegrator.datatypes.extra.edtf | ||
wikibaseintegrator.datatypes.extra.localmedia | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.extra | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
wikibaseintegrator.datatypes.form | ||
================================= | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.form | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
wikibaseintegrator.datatypes.form module | ||
======================================== | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.form | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
wikibaseintegrator.datatypes.geoshape | ||
===================================== | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.geoshape | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
wikibaseintegrator.datatypes.geoshape module | ||
============================================ | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.geoshape | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
14 changes: 7 additions & 7 deletions
14
docs/source/wikibaseintegrator.datatypes.globecoordinate.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
wikibaseintegrator.datatypes.globecoordinate | ||
============================================ | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.globecoordinate | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
wikibaseintegrator.datatypes.globecoordinate module | ||
=================================================== | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.globecoordinate | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
wikibaseintegrator.datatypes.item | ||
================================= | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.item | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
wikibaseintegrator.datatypes.item module | ||
======================================== | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.item | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
wikibaseintegrator.datatypes.lexeme | ||
=================================== | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.lexeme | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
wikibaseintegrator.datatypes.lexeme module | ||
========================================== | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.lexeme | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
wikibaseintegrator.datatypes.math | ||
================================= | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.math | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
wikibaseintegrator.datatypes.math module | ||
======================================== | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.math | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
14 changes: 7 additions & 7 deletions
14
docs/source/wikibaseintegrator.datatypes.monolingualtext.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
wikibaseintegrator.datatypes.monolingualtext | ||
============================================ | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.monolingualtext | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
wikibaseintegrator.datatypes.monolingualtext module | ||
=================================================== | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.monolingualtext | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
14 changes: 7 additions & 7 deletions
14
docs/source/wikibaseintegrator.datatypes.musicalnotation.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
wikibaseintegrator.datatypes.musicalnotation | ||
============================================ | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.musicalnotation | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
wikibaseintegrator.datatypes.musicalnotation module | ||
=================================================== | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.musicalnotation | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
wikibaseintegrator.datatypes.property | ||
===================================== | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.property | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
wikibaseintegrator.datatypes.property module | ||
============================================ | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.property | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
wikibaseintegrator.datatypes.quantity | ||
===================================== | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.quantity | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
wikibaseintegrator.datatypes.quantity module | ||
============================================ | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.quantity | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,44 @@ | ||
wikibaseintegrator.datatypes | ||
============================ | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
wikibaseintegrator.datatypes.extra | ||
|
||
Submodules | ||
---------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
wikibaseintegrator.datatypes.basedatatype | ||
wikibaseintegrator.datatypes.commonsmedia | ||
wikibaseintegrator.datatypes.entityschema | ||
wikibaseintegrator.datatypes.externalid | ||
wikibaseintegrator.datatypes.form | ||
wikibaseintegrator.datatypes.geoshape | ||
wikibaseintegrator.datatypes.globecoordinate | ||
wikibaseintegrator.datatypes.item | ||
wikibaseintegrator.datatypes.lexeme | ||
wikibaseintegrator.datatypes.math | ||
wikibaseintegrator.datatypes.monolingualtext | ||
wikibaseintegrator.datatypes.musicalnotation | ||
wikibaseintegrator.datatypes.property | ||
wikibaseintegrator.datatypes.quantity | ||
wikibaseintegrator.datatypes.sense | ||
wikibaseintegrator.datatypes.string | ||
wikibaseintegrator.datatypes.tabulardata | ||
wikibaseintegrator.datatypes.time | ||
wikibaseintegrator.datatypes.url | ||
wikibaseintegrator.datatypes package | ||
==================================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
wikibaseintegrator.datatypes.extra | ||
|
||
Submodules | ||
---------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
wikibaseintegrator.datatypes.basedatatype | ||
wikibaseintegrator.datatypes.commonsmedia | ||
wikibaseintegrator.datatypes.entityschema | ||
wikibaseintegrator.datatypes.externalid | ||
wikibaseintegrator.datatypes.form | ||
wikibaseintegrator.datatypes.geoshape | ||
wikibaseintegrator.datatypes.globecoordinate | ||
wikibaseintegrator.datatypes.item | ||
wikibaseintegrator.datatypes.lexeme | ||
wikibaseintegrator.datatypes.math | ||
wikibaseintegrator.datatypes.monolingualtext | ||
wikibaseintegrator.datatypes.musicalnotation | ||
wikibaseintegrator.datatypes.property | ||
wikibaseintegrator.datatypes.quantity | ||
wikibaseintegrator.datatypes.sense | ||
wikibaseintegrator.datatypes.string | ||
wikibaseintegrator.datatypes.tabulardata | ||
wikibaseintegrator.datatypes.time | ||
wikibaseintegrator.datatypes.url | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: wikibaseintegrator.datatypes | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
wikibaseintegrator.datatypes.sense | ||
================================== | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.sense | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
wikibaseintegrator.datatypes.sense module | ||
========================================= | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.sense | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
wikibaseintegrator.datatypes.string | ||
=================================== | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.string | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
wikibaseintegrator.datatypes.string module | ||
========================================== | ||
|
||
.. automodule:: wikibaseintegrator.datatypes.string | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Oops, something went wrong.