Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • F ffmpeg-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 402
    • Issues 402
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 34
    • Merge requests 34
  • 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
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Karl Kroening
  • ffmpeg-python
  • Merge requests
  • !7

Feature 1: refactor codebase and add documentation

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Karl Kroening requested to merge feature-1 into master May 28, 2017
  • Overview 1
  • Commits 15
  • Pipelines 0
  • Changes 43

This rewrites the implementation of ffmpeg-python. The API stays mostly the same, but with these changes it'll be a lot easier to add documentation and new features.

It adds sphinx to generate html documentation from docstrings, and gh-pages to host the generated documentation.

Documentation can be generated by running make html in the doc directory, and the gh-pages branch can be automatically updated by running make update-gh-pages.

I'll add more documentation for development/contribution soon.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature-1