-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1fcf5ee
commit 42fc67d
Showing
9 changed files
with
225 additions
and
254 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
How to install | ||
============== | ||
|
||
This page contains the guide for installing the ``lamberthub`` package. If you | ||
experience any kind of problem during one of the steps shown in the following | ||
lines, please open an new issue (or select similar ones) in the `issues | ||
board <https://github.com/jorgepiloto/lamberthub/issues>`_ | ||
|
||
Installing from PyPI | ||
-------------------- | ||
|
||
The installation process is similar to other python packages, meaning that you | ||
only need to run: | ||
|
||
.. code-block:: bash | ||
python -m pip install lamberthub | ||
Previous command installs the latest stable version of the library. Once | ||
done, you can open the Python terminal and import the package and verify its | ||
version by running: | ||
|
||
.. code-block:: python | ||
import lamberthub | ||
print(f"lamberthub v{lamberthub.__version__}") | ||
.. code-block:: python | ||
lamberthub v|version| |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Getting started | ||
############### | ||
|
||
.. grid:: 1 | ||
|
||
.. grid-item-card:: Installation :fa:`person-running` | ||
:link: getting-started/index | ||
:link-type: doc | ||
|
||
Step by step guidelines on how to set up your environment to work with | ||
lamberthub. Install the library and verify it works as expected. | ||
|
||
.. toctree:: | ||
:hidden: | ||
:maxdepth: 3 | ||
|
||
how-to-install |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
User guide | ||
########## | ||
|
||
.. grid:: 1 | ||
|
||
.. grid-item-card:: Overview :fa:`person-running` | ||
:link: getting-started/index | ||
:link-type: doc | ||
|
||
Step by step guidelines on how to use lamberthub. | ||
|
||
|
||
.. toctree:: | ||
:hidden: | ||
:maxdepth: 3 | ||
|
||
overview |
Oops, something went wrong.