Skip to content
This repository has been archived by the owner on Jun 7, 2023. It is now read-only.

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
botherder committed Oct 22, 2014
1 parent 5f00205 commit b850fdb
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '1.0'
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.0'
release = '1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation/index.rst
Expand Up @@ -48,7 +48,7 @@ If everything worked out fine, you should be able to launch Viper's shell withou
_ _ _ ____ _____ ____
| | | | | _ \| ___ |/ ___)
\ V /| | |_| | ____| |
\_/ |_| __/|_____)_| v1.0
\_/ |_| __/|_____)_| v1.1
|_|
You have 0 files in your default repository
Expand Down
15 changes: 14 additions & 1 deletion docs/source/usage/commands.rst
Expand Up @@ -11,6 +11,7 @@ Viper provides a set of core command used to interact repositories of files you
| clear | Clear the console |
| close | Close the current session |
| delete | Delete the opened file |
| export | Export the current session to file or zip |
| find | Find a file |
| help | Show this help message |
| info | Show information on the opened file |
Expand Down Expand Up @@ -50,7 +51,7 @@ For example, this is how to launch Viper with a specific project::
_ _ _ ____ _____ ____
| | | | | _ \| ___ |/ ___)
\ V /| | |_| | ____| |
\_/ |_| __/|_____)_| v1.0
\_/ |_| __/|_____)_| v1.1
|_|
You have 0 files in your test1 repository
Expand Down Expand Up @@ -158,6 +159,18 @@ An example of execution is the following::
shell zeus.exe >


export
------

The ``export`` command is used to export the currently opened file to the target path or archive name. You can zip up the file in a new archive too::

usage: export [-h] [-z] <path or archive name>

Options:
--help (-h) Show this help message
--zip (-z) Export session in a zip archive


close
-----

Expand Down
2 changes: 1 addition & 1 deletion docs/source/usage/concepts.rst
Expand Up @@ -33,7 +33,7 @@ If you opened a project, it will appear both in a startup message as well as in
_ _ _ ____ _____ ____
| | | | | _ \| ___ |/ ___)
\ V /| | |_| | ____| |
\_/ |_| __/|_____)_| v1.0
\_/ |_| __/|_____)_| v1.1
|_|
You have 0 files in your test repository
Expand Down

0 comments on commit b850fdb

Please sign in to comment.