🍰
Grasshopper ES por BetweenRealities
  • Using and Generating Documentation
    • GitHub
    • Discord
      • Speckle Webhooks
    • Speckle Client
  • Potencial technological implementations
  • 🧞Compute
    • Introducción a Grasshopper
      • Customizar Entorno
        • VSCode
      • Rhinoceros 3d
      • Hops
      • Galapagos
    • Modelos Informados
      • Comportamiento Estructural
        • Automatizar cálculo Python
      • OOP
      • Rhino Inside Revit
        • Revit
          • Modelado 3d en Revit
          • Certificación profesional Revit
      • Energía
    • Procesos Urbanos
      • Automatizar Qgis
      • Librerías Python
      • Librerías Grasshopper
      • Stable Diffusion
    • Programación
      • RhinoPython
        • Anatomía del script
        • Python básico
        • Tuples, listas y diccionarios
        • Operadores y funciones
        • Ejecución condicional
        • Geometría
        • Clases
      • Multithread
  • 🪅Database
    • Lenguaje Python
      • Types and operations
      • Statements and syntax
      • Function and generators
      • Modules and packages
      • Classes and OPP
      • Exception and tools
      • Advance topics
    • Análisis de la Información
      • Comparison with SQL
      • Comparison with R / R libraries
      • Pandas
    • Abrir Acceso
      • Rest API Abierta
    • Blockchain Descentralización
  • 🕸️COLLECT
    • Captura de Datos
      • Raspberry Pi
        • Encendido y apagado automático
      • Arduino
      • UAS
      • Fotogrametría
        • Crashes
    • Técnicas Machine Learning
      • Clasificación
      • Computer Vision
    • Computación en la Nube
      • Contenedores
      • Azure
      • Ubuntu Server Deploy
      • PostgreSQL Server
      • Rhino Compute Deploy
  • 🍭INTERACT
    • Introducción a Unreal Engine
      • Ejecutar Python
      • Datasmith
      • Materiales
        • Crear PBR
        • Materiales Introducción
      • Iluminación
        • Iluminación Introducción
        • Raytraced Iluminación Cinemática
      • Assets Management
    • Interacción Inmersiva
      • Blueprints
        • Blueprints estandar
        • Blueprints Introducción
        • Diseño Nivel
      • Packaging
      • Performance
    • Interfaces Bidimensionales
Con tecnología de GitBook
En esta página
  • Customize
  • Further resources

¿Te fue útil?

Using and Generating Documentation

Esta página introduce la formación mínima de GitHub para escribir documentación, descargarla, sincronizar y trabajar en colaborativo con el resto de desarrolladores.

GitBook tip: your product docs aren't just a reference of all your features! use them to encourage folks to perform certain actions and discover the.

  • Step 1: Introduction to Github Make a new public repository with a name that matches your GitHub username. Create a file named README.md in its root. The "root" means not inside any folder in your repository. Edit the contents of the README.md file. If you created a new branch for your file, open and merge a pull request on your branch.

  • Step 2: Communicate using Markdowns You learned about Markdown, headings, images, code examples, and task lists. You created and merged a Markdown file.

Customize

Managing labels: About milestones: About wikis:

  • Step 3: Github Pages You enabled GitHub Pages. You selected a theme using the config file. You learned about proper directory format and file naming conventions in Jekyll. You created your first a blog post with Jekyll!

  • Step 4: Review Pull Request You learned how to assign pull requests for review. You left a review on a pull request. You suggested changes to a pull request. You applied suggested changes to a pull request.

  • Step 5: Resolve merge conflicts You learned why merge conflicts happen. You resolved a simple merge conflict. You created a merge conflict, and resolved it!

Further resources

  • Step 6: Realease-based workflow Create a beta release. Add a new feature to the release branche. Open a release pull request Automate release notes. Merge and finalize the release branch. Commit a hotfix to the release. Create release v1.0.1.

  • Step 7: Connect the dots

  • Step 8: Github Actions

  • Step 9: Continuous integration

  • Webhooks Webhooks provide a way for notifications to be delivered to an external web server whenever certain actions occur on a repository or organization.documentation

how to write documentatiion: https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax advance formating: https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-diagrams github: https://skills.github.com/ webhooks: https://docs.github.com/en/get-started/customizing-your-github-workflow/exploring-integrations/about-webhooks

Managing labels: https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/managing-labels About milestones: https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/about-milestones About wikis: https://docs.github.com/en/communities/documenting-your-project-with-wikis/about-wikis

SiguienteGitHub

Última actualización hace 2 años

¿Te fue útil?

Page cover image