Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • H html-dumps
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 81
    • Issues 81
    • List
    • Boards
    • Service Desk
    • Milestones
  • Custom issue tracker
    • Custom issue tracker
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • repos
  • research
  • html-dumps
  • Merge requests
  • !1

Feature/structure

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Appledora requested to merge feature/structure into main Jun 14, 2022
  • Overview 8
  • Commits 6
  • Pipelines 0
  • Changes 11
  • Created initial structure of the library that looks like the following :
.
├── docs
├── README.md
├── src
│   ├── dump
│   │   ├── dump.py
│   │   ├── __init__.py
│   ├── __init__.py
│   ├── parse
│   │   ├── data.py
│   │   ├── __init__.py
│   │   └── utils.py
│   └── temp_test.ipynb
└── tests
    ├── __init__.py
    └── test_dump.py
  • Created separate class files for HTML Dumps and Articles
  • Included the current requirements.txt
  • Implemented methods :
    - get_html() - get_comments() - get_headers() - get_sections()
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/structure