Skip to content

Commit e76bc51

Browse files
committed
Document the new layout of the output directory in the update section.
This patch fixes #115. The reason we introduced the breaking and compatibility issue described in this commit, is because we can now give multiple file in "one-shot" to PyFunceble.
1 parent 2bed572 commit e76bc51

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/update/dev.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ When you update to PyFunceble :code:`4.0.0`, there will be
3232
- :code:`inactive_db.json`
3333
- :code:`whois_db.json`
3434

35+
- a breaking and compatibility issue if you try to directly (automatically ?)
36+
read the data in the output directory. Indeed if you were looking for
37+
:code:`output/domains/ACTIVE/list` in PyFunceble :code:`3.x`, in :code:`4.0`,
38+
it is now under :code:`output/{{ input_file_name }}/domains/ACTIVE list`.
39+
3540

3641
For development
3742
^^^^^^^^^^^^^^^

docs/update/stable.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ When you update to PyFunceble :code:`4.0.0`, there will be
3131
- :code:`inactive_db.json`
3232
- :code:`whois_db.json`
3333

34+
- a breaking and compatibility issue if you try to directly (automatically ?)
35+
read the data in the output directory. Indeed if you were looking for
36+
:code:`output/domains/ACTIVE/list` in PyFunceble :code:`3.x`, in :code:`4.0`,
37+
it is now under :code:`output/{{ input_file_name }}/domains/ACTIVE list`.
38+
3439
Using :code:`pip`
3540
^^^^^^^^^^^^^^^^^
3641

0 commit comments

Comments
 (0)