Skip to content

Commit

Permalink
docs: add new readme files
Browse files Browse the repository at this point in the history
  • Loading branch information
richardzilincikPantheon committed Jul 4, 2023
1 parent c78eee7 commit 1923264
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ When extracting data from IETF documents, the document's metadata is added to th

---

Most of the code is in the `bin/` directory and uses `bash` and Python3 scripts.
The code consists of `bash` and Python3 scripts.

Some configuration files are in the `conf/` directory including `paths.sh` which defines all paths used by the scripts. This script merely reads the global configuration file `/etc/yangcatalog/yangcatalog.conf` and creates the required environement variables required by the shell scripts.

Expand Down
1 change: 1 addition & 0 deletions extractors/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Modules for extracting information from IETF documents.
1 change: 1 addition & 0 deletions figures_and_stats/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Scripts for generating statistics and graphs of YANG Catalog's module database.
1 change: 1 addition & 0 deletions ietf_modules_extraction/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Orchestration for exctracting YANG modules and relevant metadata from IETF documents.
1 change: 1 addition & 0 deletions metadata_generators/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Classes for retrieving and keeping relevant metadata for different categories of modules.
2 changes: 2 additions & 0 deletions modules_compilation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
The main part of the daily cronjob which runs the validators on YANG modules and outputs the results to Redis and
JSON + HTML files.
1 change: 1 addition & 0 deletions parsers/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Classes for executing the validators on a module and cleaning up the output.

0 comments on commit 1923264

Please sign in to comment.