Giter Site home page Giter Site logo

docs's Introduction

fastlane docs

This repo contains all documentation for fastlane. You can find the .md files inside the docs folder.

To preview the updated documentation locally, just clone the repo, modify the file, and run

mkdocs serve

The live version is available on docs.fastlane.tools.

Why new docs?

You can find more information here

Deploy changes

Once a PR is merged into master, the latest version will automatically be deployed to docs.fastlane.tools by one of the hard working fastlane bots. No need to do anything manually. The resulting HTML files are stored in the gh-pages branch.

Installation of mkdocs

brew install python # if you don't have pip already
[sudo] pip install -r requirements.txt

Note: If you use sudo to run pip, you might need to use the -H flag of sudo.

Troubleshooting

Due to a bug in pip trying to uninstall El Capitan's version of six (protected by SIP) when needing a new one, you may encounter the following error during pip install -r requirements.txt:

OSError: [Errno 1] Operation not permitted: '/tmp/pip-[…]-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/six-1.4.1-py2.7.egg-info'

In this case, just install six using the --ignore-installed flag first before retrying:

[sudo] pip install --ignore-installed six
[sudo] pip install -r requirements.txt

Adding a Python dependency

Likely, to add a Markdown extension.

  1. Install with pip install <some extension>
  2. Add to requirements-to-freeze.txt.
  3. Run pip freeze > requirements.txt to update the exact requirements.

Why requirements-to-freeze.txt?

Based on A Better Pip Workflow, requirements-to-freeze.txt and requirements.txt provide a similar experience to Gemfile and Gemfile.lock, respectively.

requirements-to-freeze.txt lets you pick out the top level packages the project depends on, while requirements.txt exactly specifies all of the dependencies and subdependencies for repeatable builds.

docs's People

Contributors

krausefx avatar mfurtak avatar ohayon avatar danasilver avatar milch avatar hjanuschka avatar janpio avatar alisoftware avatar nafu avatar taquitos avatar mpirri avatar elitree avatar sohaeb avatar johntmcintosh avatar lacostej avatar lkillgore avatar larryonoff avatar lutzifer avatar vinhnx avatar tkburner avatar shubrich avatar rishabhtayal avatar readmecritic avatar muescha avatar leibovic avatar maikohermans avatar buger avatar starhoshi avatar jacobvanorder avatar habibm avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.