Skip to content

Commit 3bfd5f6

Browse files
Feature docs v34 v2 (#192)
* wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * doc changes only * wip * wip * Update generating_column_data.rst * Update generating_json_data.rst * wip * new document build * adjusted comment banner at start of each doc file * updated build * wip * wip * wip * wip * wip * wip * wip * reverted code comment changes * wip
1 parent 6c4702d commit 3bfd5f6

18 files changed

+230
-49
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
## Change History
44
All notable changes to the Databricks Labs Data Generator will be documented in this file.
55

6-
### Unreleased
6+
### Version 0.3.3post2
77

88
#### Changed
99
* Fixed use of logger in _version.py and in spark_singleton.py
1010
* Fixed template issues
11-
* Document reformatting and updates
11+
* Document reformatting and updates, related code comment changes
1212
* Modified option to allow for range when specifying `numFeatures` with `structType='array'` to allow generation
1313
of varying number of columns
1414
* When generating multi-column or array valued columns, compute random seed with different name for each column

docs/source/TOBEADDED.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
'sphinx.ext.viewcode', # add links to source code
4545
#'numpydoc', # handle NumPy documentation formatted docstrings. Needs to install
4646
'recommonmark', # allow including Commonmark markdown in sources
47-
'sphinx_rtd_theme'
47+
'sphinx_rtd_theme',
48+
'sphinx_copybutton'
4849
]
4950

5051
source_suffix = {

docs/source/extending_text_generation.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
.. Databricks Labs Data Generator documentation master file, created by
22
sphinx-quickstart on Sun Jun 21 10:54:30 2020.
3-
You can adapt this file completely to your liking, but it should at least
4-
contain the root `toctree` directive.
53
64
Extending Text Generation
75
=========================

docs/source/generating_cdc_data.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
.. Test Data Generator documentation master file, created by
2-
sphinx-quickstart on Sun Jun 21 10:54:30 2020.
3-
You can adapt this file completely to your liking, but it should at least
4-
contain the root `toctree` directive.
1+
.. Databricks Labs Data Generator documentation master file, created by
2+
sphinx-quickstart on Sun Jun 21 10:54:30 2020.
53
64
Generating Change Data Capture Data
75
===================================

docs/source/generating_column_data.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. Databricks Labs Data Generator documentation master file, created by
2+
sphinx-quickstart on Sun Jun 21 10:54:30 2020.
3+
14
Generating Column Data
25
======================
36

docs/source/generating_json_data.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
.. Test Data Generator documentation master file, created by
1+
.. Databricks Labs Data Generator documentation master file, created by
22
sphinx-quickstart on Sun Jun 21 10:54:30 2020.
3-
You can adapt this file completely to your liking, but it should at least
4-
contain the root `toctree` directive.
53
64
Generating JSON and Structured Column Data
75
==========================================

docs/source/index.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
.. Test Data Generator documentation master file, created by
1+
.. Databricks Labs Data Generator documentation master file, created by
22
sphinx-quickstart on Sun Jun 21 10:54:30 2020.
3-
You can adapt this file completely to your liking, but it should at least
4-
contain the root `toctree` directive.
53
64
Databricks Labs Data Generator Documentation
75
============================================
@@ -35,6 +33,7 @@ As it is installable via `%pip install`, it can also be incorporated in environm
3533
Generating Change Data Capture (CDC) data<generating_cdc_data>
3634
Using multiple tables <multi_table_data>
3735
Extending text generation <extending_text_generation>
36+
Use with Delta Live Tables <using_delta_live_tables>
3837
Troubleshooting data generation <troubleshooting>
3938

4039
.. toctree::

docs/source/installation_notes.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
.. Test Data Generator documentation master file, created by
1+
.. Databricks Labs Data Generator documentation master file, created by
22
sphinx-quickstart on Sun Jun 21 10:54:30 2020.
3-
You can adapt this file completely to your liking, but it should at least
4-
contain the root `toctree` directive.
53
64
Installation Notes
75
==================

docs/source/license.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
.. Test Data Generator documentation master file, created by
1+
.. Databricks Labs Data Generator documentation master file, created by
22
sphinx-quickstart on Sun Jun 21 10:54:30 2020.
3-
You can adapt this file completely to your liking, but it should at least
4-
contain the root `toctree` directive.
53
64
License
75
=======

0 commit comments

Comments
 (0)