Skip to content

ABI-Tutorials/ABI-MappingTools-Documentation-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Template for ABI Mapping Tools Documentation

This GitHub template is for initialising documentation for ABI mapping tools.

Usage

These are instructions on how to make use of this documentation template to add documentation to an existing ABI mapping tools repository, be that a UI or engine repository. The instructions are given based on using a bash command line environment.

Follow these steps:

  1. download this template as a zip archive.

  2. make the current directory the root directory of the repository that the documentation template is to be applied to:

    cd <root-directory-of-repository>
    
  3. unzip the contents of the template downloaded above:

    unzip -d docs -j <absolute-path-to-download-directory>/ABI-MappingTools-Documentation-Template-main.zip
    
  4. remove template README.rst:

    rm docs/README.rst
    
  5. remove template hidden file .gitignore:

    rm docs/.gitignore
    
  6. edit the docs/index.rst file, and replace the 'XXXXXXXX' text with an appropriate name for the project.

  7. edit the docs/conf.py file, and replace the 'XXXXXXXX' text with an appropriate name for the project, replace 'YYYY' with the copyright year, and possibly change the author.

  8. stage and commit the new documentation files:

    git add docs/
    git commit -m "Add initial documentation."
    
  9. push the changes to a remote repository:

    git push
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published